Searched refs:KEY_CNT (Results 1 – 3 of 3) sorted by relevance
29 pub const KEY_CNT: usize = 0x300; constant63 EventType::KEY => KEY_CNT, in code_count()
114 if (key < 0 || key >= KEY_CNT) { in ConfigureKey()115 ALOGE("key 0x%X out of range [0,0x%X)", key, KEY_CNT); in ConfigureKey()
640 BitArray<KEY_CNT> keyBitmask;641 BitArray<KEY_CNT> keyState;