Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/reader/controller/
H A DPeripheralController.cpp594 int32_t PeripheralController::getEventHubId() const { in getEventHubId() function in android::PeripheralController
/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h297 inline int32_t getEventHubId() { return mId; } in getEventHubId() function
/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1281 int32_t getEventHubId() const { return getDeviceContext().getEventHubId(); } in getEventHubId() function in android::FakePeripheralController