OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDeviceHandle
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/modules/input/evdev/
InputMapper.h
63
virtual void setDeviceHandle(InputDeviceHandle* handle) {
mDeviceHandle
= handle; }
76
virtual InputDeviceHandle* getDeviceHandle() final { return
mDeviceHandle
; }
82
InputDeviceHandle*
mDeviceHandle
= nullptr;
InputDevice.h
72
InputDeviceHandle*
mDeviceHandle
= nullptr;
InputDevice.cpp
129
mDeviceHandle
= mHost->registerDevice(mInputId, mDeviceDefinition);
131
mapper->setDeviceHandle(
mDeviceHandle
);
Completed in 168 milliseconds