Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:property

340 bool EventHub::hasInputProperty(int32_t deviceId, int property) const {
341 if (property >= 0 && property <= INPUT_PROP_MAX) {
346 return test_bit(property, device->propBitmask);
1509 // The virtual key map is supplied by the kernel as a system board property file.