Searched refs:getDeviceIdentifier (Results 1 – 15 of 15) sorted by relevance
156 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()
43 EXPECT_CALL(mMockEventHub, getDeviceIdentifier(EVENTHUB_ID)) in SetUp()
170 InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const override;
94 MOCK_METHOD(InputDeviceIdentifier, getDeviceIdentifier, (int32_t deviceId), (const));
247 InputDeviceIdentifier FakeEventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::FakeEventHub
306 inline InputDeviceIdentifier getDeviceIdentifier() const { in getDeviceIdentifier() function307 return mEventHub->getDeviceIdentifier(mId); in getDeviceIdentifier()
269 virtual InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const = 0;517 InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const override final;
197 InputDeviceIdentifier identifier = getDeviceContext().getDeviceIdentifier(); in createSensor()
252 mMetricsId(metricsIdFromInputDeviceIdentifier(deviceContext.getDeviceIdentifier())) { in TouchpadInputMapper()
213 ->getKeyboardLayoutOverlay(getDeviceContext().getDeviceIdentifier(), in updateKeyboardLayoutOverlay()
226 applyBluetoothTimestampSmoothening(getDeviceContext().getDeviceIdentifier(), in process()
1488 applyBluetoothTimestampSmoothening(getDeviceContext().getDeviceIdentifier(), when, in sync()
138 InputDeviceIdentifier getDeviceIdentifier(int32_t deviceId) const override { in getDeviceIdentifier() function
293 InputDeviceIdentifier identifier = mEventHub->getDeviceIdentifier(eventHubId); in addDeviceLocked()
998 InputDeviceIdentifier EventHub::getDeviceIdentifier(int32_t deviceId) const { in getDeviceIdentifier() function in android::EventHub