Home
last modified time | relevance | path

Searched defs:isDeviceEnabled (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h442 inline bool isDeviceEnabled() { return mEventHub->isDeviceEnabled(mId); } in isDeviceEnabled() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h268 bool isDeviceEnabled(int32_t deviceId) const override { return mFdp->ConsumeBool(); } in isDeviceEnabled() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp54 bool FakeEventHub::isDeviceEnabled(int32_t deviceId) const { in isDeviceEnabled() function in android::FakeEventHub
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp2595 bool EventHub::isDeviceEnabled(int32_t deviceId) const { in isDeviceEnabled() function in android::EventHub