Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h443 inline status_t enableDevice() { return mEventHub->enableDevice(mId); } in enableDevice() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h269 status_t enableDevice(int32_t deviceId) override { return mFdp->ConsumeIntegral<status_t>(); } in enableDevice() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeEventHub.cpp63 status_t FakeEventHub::enableDevice(int32_t deviceId) { in enableDevice() function in android::FakeEventHub
H A DInputReader_test.cpp636 void enableDevice(int32_t deviceId) { in enableDevice() function in android::InputReaderTest
/aosp_15_r20/frameworks/native/services/inputflinger/reader/
H A DEventHub.cpp2605 status_t EventHub::enableDevice(int32_t deviceId) { in enableDevice() function in android::EventHub