Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h374 inline status_t enableDevice() { return mEventHub->enableDevice(mId); } in enableDevice() function
/aosp12/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp2203 status_t EventHub::enableDevice(int32_t deviceId) { in enableDevice() function in android::EventHub
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp486 status_t enableDevice(int32_t deviceId) { in enableDevice() function in android::FakeEventHub
1526 void enableDevice(int32_t deviceId) { in enableDevice() function in android::InputReaderTest