Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h170 virtual InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const = 0;
269 virtual InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const;
DEventHub.cpp319 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::EventHub
DInputReader.cpp395 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(deviceId); in addDeviceLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp524 virtual InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::FakeEventHub