Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h281 inline bool isDeviceEnabled() { return mEventHub->isDeviceEnabled(mId); } in isDeviceEnabled() function
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp1548 bool EventHub::isDeviceEnabled(int32_t deviceId) { in isDeviceEnabled() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp424 bool isDeviceEnabled(int32_t deviceId) { in isDeviceEnabled() function in android::FakeEventHub