Home
last modified time | relevance | path

Searched defs:hasInputProperty (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h61 virtual bool hasInputProperty(int32_t property) const override { in hasInputProperty() function
/aosp_15_r20/hardware/libhardware/modules/input/evdev/
H A DInputHub.cpp310 bool EvdevDeviceNode::hasInputProperty(int property) const { in hasInputProperty() function in android::EvdevDeviceNode
/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h324 inline bool hasInputProperty(int32_t property) const { in hasInputProperty() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h143 bool hasInputProperty(int32_t deviceId, int property) const override { in hasInputProperty() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp284 bool FakeEventHub::hasInputProperty(int32_t, int) const { in hasInputProperty() function in android::FakeEventHub
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp1049 bool EventHub::hasInputProperty(int32_t deviceId, int property) const { in hasInputProperty() function in android::EventHub