Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DEventHub_test.cpp161 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(deviceAddedEvent.deviceId); in waitForDeviceCreation()
194 ASSERT_NE(mEventHub->getDeviceIdentifier(mDeviceId).descriptor, in TEST_F()
195 mEventHub->getDeviceIdentifier(deviceId2).descriptor); in TEST_F()
DInterfaceMocks.h91 MOCK_METHOD(InputDeviceIdentifier, getDeviceIdentifier, (int32_t deviceId), (const));
DInputMapperTest.cpp41 EXPECT_CALL(mMockEventHub, getDeviceIdentifier(EVENTHUB_ID)) in SetUpWithBus()
DFakeEventHub.h168 InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const override;
DFakeEventHub.cpp249 InputDeviceIdentifier FakeEventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::FakeEventHub
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h302 inline InputDeviceIdentifier getDeviceIdentifier() const { in getDeviceIdentifier() function
303 return mEventHub->getDeviceIdentifier(mId); in getDeviceIdentifier()
DEventHub.h269 virtual InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const = 0;
508 InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const override final;
/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.cpp198 InputDeviceIdentifier identifier = getDeviceContext().getDeviceIdentifier(); in createSensor()
DTouchpadInputMapper.cpp242 mMetricsId(metricsIdFromInputDeviceIdentifier(deviceContext.getDeviceIdentifier())) { in TouchpadInputMapper()
DKeyboardInputMapper.cpp211 ->getKeyboardLayoutOverlay(getDeviceContext().getDeviceIdentifier(), in updateKeyboardLayoutOverlay()
DCursorInputMapper.cpp226 applyBluetoothTimestampSmoothening(getDeviceContext().getDeviceIdentifier(), in process()
DTouchInputMapper.cpp1450 applyBluetoothTimestampSmoothening(getDeviceContext().getDeviceIdentifier(), when, in sync()
/frameworks/native/services/inputflinger/tests/fuzzers/
DMapperHelpers.h110 InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const override { in getDeviceIdentifier() function
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp270 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(eventHubId); in addDeviceLocked()
DEventHub.cpp974 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::EventHub