Home
last modified time | relevance | path

Searched refs:getDevicePropertyMap (Results 1 – 3 of 3) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputHost.h163 virtual InputPropertyMap* getDevicePropertyMap(InputDeviceIdentifier* id) = 0;
183 InputPropertyMap* getDevicePropertyMap(InputDeviceIdentifier* id) override;
DInputHost.cpp110 InputPropertyMap* InputHost::getDevicePropertyMap(InputDeviceIdentifier* id) { in getDevicePropertyMap() function in android::InputHost
/hardware/libhardware/tests/input/evdev/
DMockInputHost.h82 MOCK_METHOD1(getDevicePropertyMap, InputPropertyMap*(InputDeviceIdentifier* id));