Searched refs:REL_CNT (Results 1 – 3 of 3) sorted by relevance
30 pub const REL_CNT: usize = 0x10; constant64 EventType::REL => REL_CNT, in code_count()
173 if (rel_type < 0 || rel_type >= REL_CNT) { in ConfigureRel()174 ALOGE("EV_REL type 0x%" PRIX16 " out of range [0,0x%X)", rel_type, REL_CNT); in ConfigureRel()
642 BitArray<REL_CNT> relBitmask;