Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h450 inline bool isDeviceEnabled() { return mEventHub->isDeviceEnabled(mId); } in isDeviceEnabled() function
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h255 bool isDeviceEnabled(int32_t deviceId) const override { return mFdp->ConsumeBool(); } in isDeviceEnabled() function
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.cpp52 bool FakeEventHub::isDeviceEnabled(int32_t deviceId) const { in isDeviceEnabled() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp2587 bool EventHub::isDeviceEnabled(int32_t deviceId) const { in isDeviceEnabled() function in android::EventHub