Searched refs:b_tag (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/hid-parser/
H A Ditem.cpp13 Item::Tag get_main_tag(uint8_t b_tag) { argument
14 switch (b_tag) {
24 Item::Tag get_global_tag(uint8_t b_tag) { argument
25 switch (b_tag) {
42 Item::Tag get_local_tag(uint8_t b_tag) { argument
43 switch (b_tag) {
81 uint8_t b_tag = (data >> 4) & 0x0f; local
83 case Item::Type::kMain: return get_main_tag(b_tag);
84 case Item::Type::kGlobal: return get_global_tag(b_tag);
85 case Item::Type::kLocal: return get_local_tag(b_tag);
[all...]

Completed in 23 milliseconds