Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/include/
DEventHub.h251 virtual bool isDeviceEnabled(int32_t deviceId) = 0;
388 bool isDeviceEnabled(int32_t deviceId);
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp48 return getEventHub()->isDeviceEnabled(mId); in isEnabled()
DEventHub.cpp1542 bool EventHub::isDeviceEnabled(int32_t deviceId) { in isDeviceEnabled() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp377 bool isDeviceEnabled(int32_t deviceId) { in isDeviceEnabled() function in android::FakeEventHub