Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h271 virtual bool isDeviceEnabled(int32_t deviceId) = 0;
407 bool isDeviceEnabled(int32_t deviceId);
DEventHub.cpp1426 bool EventHub::isDeviceEnabled(int32_t deviceId) { in isDeviceEnabled() function in android::EventHub
DInputReader.cpp1053 return getEventHub()->isDeviceEnabled(mId); in isEnabled()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp423 bool isDeviceEnabled(int32_t deviceId) { in isDeviceEnabled() function in android::FakeEventHub