Home
last modified time | relevance | path

Searched refs:registerDevice (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/tests/input/evdev/
DInputDevice_test.cpp57 ON_CALL(mHost, registerDevice(_, _)) in SetUp()
120 EXPECT_CALL(mHost, registerDevice(_, _)); in TEST_F()
DMockInputHost.h79 MOCK_METHOD2(registerDevice, InputDeviceHandle*(InputDeviceIdentifier* id,
/hardware/libhardware/modules/input/evdev/
DInputHost.h159 virtual InputDeviceHandle* registerDevice(InputDeviceIdentifier* id,
180 InputDeviceHandle* registerDevice(InputDeviceIdentifier* id, InputDeviceDefinition* d) override;
DInputHost.cpp101 InputDeviceHandle* InputHost::registerDevice(InputDeviceIdentifier* id, in registerDevice() function in android::InputHost
DInputDevice.cpp114 mDeviceHandle = mHost->registerDevice(mInputId, mDeviceDefinition); in EvdevDevice()