Home
last modified time | relevance | path

Searched refs:getDeviceIdentifier (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DEventHub_test.cpp156 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(deviceAddedEvent.deviceId); in waitForDeviceCreation()
183 ASSERT_NE(mEventHub->getDeviceIdentifier(mDeviceId).descriptor, in TEST_F()
184 mEventHub->getDeviceIdentifier(deviceId2).descriptor); in TEST_F()
DInputMapperTest.cpp43 EXPECT_CALL(mMockEventHub, getDeviceIdentifier(EVENTHUB_ID)) in SetUp()
DFakeEventHub.h170 InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const override;
DInterfaceMocks.h94 MOCK_METHOD(InputDeviceIdentifier, getDeviceIdentifier, (int32_t deviceId), (const));
DFakeEventHub.cpp247 InputDeviceIdentifier FakeEventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h306 inline InputDeviceIdentifier getDeviceIdentifier() const { in getDeviceIdentifier() function
307 return mEventHub->getDeviceIdentifier(mId); in getDeviceIdentifier()
DEventHub.h269 virtual InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const = 0;
517 InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const override final;
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp197 InputDeviceIdentifier identifier = getDeviceContext().getDeviceIdentifier(); in createSensor()
DTouchpadInputMapper.cpp252 mMetricsId(metricsIdFromInputDeviceIdentifier(deviceContext.getDeviceIdentifier())) { in TouchpadInputMapper()
DKeyboardInputMapper.cpp213 ->getKeyboardLayoutOverlay(getDeviceContext().getDeviceIdentifier(), in updateKeyboardLayoutOverlay()
DCursorInputMapper.cpp226 applyBluetoothTimestampSmoothening(getDeviceContext().getDeviceIdentifier(), in process()
DTouchInputMapper.cpp1488 applyBluetoothTimestampSmoothening(getDeviceContext().getDeviceIdentifier(), when, in sync()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h138 InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const override { in getDeviceIdentifier() function
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp293 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(eventHubId); in addDeviceLocked()
DEventHub.cpp998 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::EventHub