Home
last modified time | relevance | path

Searched refs:setDeviceHandle (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/input/evdev/
DInputMapper.h63 virtual void setDeviceHandle(InputDeviceHandle* handle) { mDeviceHandle = handle; } in setDeviceHandle() function
DInputDevice.cpp131 mapper->setDeviceHandle(mDeviceHandle); in EvdevDevice()