Home
last modified time | relevance | path

Searched refs:INPUT_PROP_CNT (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/evemu-record/
Devdev.rs88 const INPUT_PROP_CNT: usize = 32; constant
203 let buf_size = (INPUT_PROP_CNT + 7) / 8; in properties_bitmap()
/frameworks/native/services/vr/virtual_touchpad/
DEvdevInjector.cpp98 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()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h647 BitArray<INPUT_PROP_CNT> propBitmask;