Home
last modified time | relevance | path

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

/hardware/libhardware/modules/input/evdev/
DInputHost.h151 virtual InputDeviceIdentifier* createDeviceIdentifier(const char* name, int32_t productId,
172 InputDeviceIdentifier* createDeviceIdentifier(const char* name, int32_t productId,
DInputHost.cpp77 InputDeviceIdentifier* InputHost::createDeviceIdentifier(const char* name, int32_t productId, in createDeviceIdentifier() function in android::InputHost
DInputDevice.cpp102 mInputId = mHost->createDeviceIdentifier( in EvdevDevice()
/hardware/libhardware/tests/input/evdev/
DMockInputHost.h72 MOCK_METHOD5(createDeviceIdentifier, InputDeviceIdentifier*(
DInputDevice_test.cpp49 EXPECT_CALL(mHost, createDeviceIdentifier(_, _, _, _, _)) in SetUp()