Searched refs:getDeviceIdentifier (Results 1 – 15 of 15) sorted by relevance
161 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()
91 MOCK_METHOD(InputDeviceIdentifier, getDeviceIdentifier, (int32_t deviceId), (const));
41 EXPECT_CALL(mMockEventHub, getDeviceIdentifier(EVENTHUB_ID)) in SetUpWithBus()
168 InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const override;
249 InputDeviceIdentifier FakeEventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::FakeEventHub
302 inline InputDeviceIdentifier getDeviceIdentifier() const { in getDeviceIdentifier() function303 return mEventHub->getDeviceIdentifier(mId); in getDeviceIdentifier()
269 virtual InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const = 0;508 InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const override final;
198 InputDeviceIdentifier identifier = getDeviceContext().getDeviceIdentifier(); in createSensor()
242 mMetricsId(metricsIdFromInputDeviceIdentifier(deviceContext.getDeviceIdentifier())) { in TouchpadInputMapper()
211 ->getKeyboardLayoutOverlay(getDeviceContext().getDeviceIdentifier(), in updateKeyboardLayoutOverlay()
226 applyBluetoothTimestampSmoothening(getDeviceContext().getDeviceIdentifier(), in process()
1450 applyBluetoothTimestampSmoothening(getDeviceContext().getDeviceIdentifier(), when, in sync()
110 InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const override { in getDeviceIdentifier() function
270 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(eventHubId); in addDeviceLocked()
974 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::EventHub