Searched defs:mHost (Results 1 - 6 of 6) sorted by relevance

/hardware/libhardware/modules/input/evdev/
H A DInputDeviceManager.h40 mHost(host) {}
49 InputHostInterface* mHost; member in class:android::InputDeviceManager
H A DInputDevice.h68 InputHostInterface* mHost = nullptr; member in class:android::EvdevDevice
H A DInputHost.h43 InputHostBase(input_host_t* host, input_host_callbacks_t cb) : mHost(host), mCallbacks(cb) {}
49 input_host_t* mHost; member in class:android::InputHostBase
/hardware/libhardware/tests/input/evdev/
H A DMouseInputMapper_test.cpp42 MockInputHost mHost; member in class:android::tests::MouseInputMapperTest
H A DSwitchInputMapper_test.cpp42 MockInputHost mHost; member in class:android::tests::SwitchInputMapperTest
H A DInputDevice_test.cpp49 EXPECT_CALL(mHost, createDeviceIdentifier(_, _, _, _, _))
51 EXPECT_CALL(mHost, createDeviceDefinition())
55 ON_CALL(mHost, createInputReportDefinition())
57 ON_CALL(mHost, createOutputReportDefinition())
59 ON_CALL(mHost, registerDevice(_, _))
63 MockInputHost mHost; member in class:android::tests::EvdevDeviceTest
71 auto device = std::make_unique<EvdevDevice>(&mHost, node);
100 auto device = std::make_unique<EvdevDevice>(&mHost, node);
116 auto device = std::make_unique<EvdevDevice>(&mHost, node);
133 auto device = std::make_unique<EvdevDevice>(&mHost, nod
[all...]

Completed in 143 milliseconds