Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h253 virtual bool isDeviceEnabled(int32_t deviceId) = 0;
392 bool isDeviceEnabled(int32_t deviceId);
DEventHub.cpp1539 bool EventHub::isDeviceEnabled(int32_t deviceId) { in isDeviceEnabled() function in android::EventHub
DInputReader.cpp999 return getEventHub()->isDeviceEnabled(mId); in isEnabled()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp365 bool isDeviceEnabled(int32_t deviceId) { in isDeviceEnabled() function in android::FakeEventHub