Searched refs:registerDevice (Results 1 – 5 of 5) sorted by relevance
/hardware/libhardware/tests/input/evdev/ |
D | InputDevice_test.cpp | 57 ON_CALL(mHost, registerDevice(_, _)) in SetUp() 120 EXPECT_CALL(mHost, registerDevice(_, _)); in TEST_F()
|
D | MockInputHost.h | 79 MOCK_METHOD2(registerDevice, InputDeviceHandle*(InputDeviceIdentifier* id,
|
/hardware/libhardware/modules/input/evdev/ |
D | InputHost.h | 159 virtual InputDeviceHandle* registerDevice(InputDeviceIdentifier* id, 180 InputDeviceHandle* registerDevice(InputDeviceIdentifier* id, InputDeviceDefinition* d) override;
|
D | InputHost.cpp | 101 InputDeviceHandle* InputHost::registerDevice(InputDeviceIdentifier* id, in registerDevice() function in android::InputHost
|
D | InputDevice.cpp | 114 mDeviceHandle = mHost->registerDevice(mInputId, mDeviceDefinition); in EvdevDevice()
|