Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputMapper.h63 virtual void setDeviceHandle(InputDeviceHandle* handle) { mDeviceHandle = handle; } in setDeviceHandle()
76 virtual InputDeviceHandle* getDeviceHandle() final { return mDeviceHandle; } in getDeviceHandle()
82 InputDeviceHandle* mDeviceHandle = nullptr; variable
DInputDevice.cpp114 mDeviceHandle = mHost->registerDevice(mInputId, mDeviceDefinition); in EvdevDevice()
116 mapper->setDeviceHandle(mDeviceHandle); in EvdevDevice()
DInputDevice.h72 InputDeviceHandle* mDeviceHandle = nullptr; variable