Searched refs:INPUT_PROP_CNT (Results 1 – 3 of 3) sorted by relevance
88 const INPUT_PROP_CNT: usize = 32; constant203 let buf_size = (INPUT_PROP_CNT + 7) / 8; in properties_bitmap()
98 if (property < 0 || property >= INPUT_PROP_CNT) { in ConfigureInputProperty()99 ALOGE("property 0x%X out of range [0,0x%X)", property, INPUT_PROP_CNT); in ConfigureInputProperty()
647 BitArray<INPUT_PROP_CNT> propBitmask;