Home
last modified time | relevance | path

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

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