Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h189 virtual InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const = 0;
287 virtual InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const;
DEventHub.cpp270 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::EventHub
DInputReader.cpp463 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(deviceId); in addDeviceLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp577 virtual InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::FakeEventHub