Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.h187 virtual InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const = 0;
275 virtual InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const;
DEventHub.cpp250 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::EventHub
DInputReader.cpp381 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(deviceId); in addDeviceLocked()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp479 virtual InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::FakeEventHub