Home
last modified time | relevance | path

Searched refs:INVALID_INPUT_DEVICE_ID (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/input/android/os/
DIInputConstants.aidl43 const int INVALID_INPUT_DEVICE_ID = -2; field
/frameworks/native/include/input/
DInputDevice.h423 INVALID_INPUT_DEVICE_ID = android::os::IInputConstants::INVALID_INPUT_DEVICE_ID, enumerator
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h209 DeviceId mLastUsedDeviceId GUARDED_BY(mLock){ReservedInputDeviceId::INVALID_INPUT_DEVICE_ID}; in GUARDED_BY()
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DInputController.java653 private int mInputDeviceId = IInputConstants.INVALID_INPUT_DEVICE_ID;
707 if (mInputDeviceId == IInputConstants.INVALID_INPUT_DEVICE_ID) { in waitForDeviceCreation()
/frameworks/native/services/inputflinger/
DInputDeviceMetricsCollector.cpp105 case INVALID_INPUT_DEVICE_ID: in isIgnoredInputDeviceId()
/frameworks/native/services/inputflinger/tests/
DInputDeviceMetricsCollector_test.cpp159 {INVALID_INPUT_DEVICE_ID, VIRTUAL_KEYBOARD_ID}}; in TEST_F()
DInputReader_test.cpp1199 ASSERT_EQ(ReservedInputDeviceId::INVALID_INPUT_DEVICE_ID, mReader->getLastUsedInputDeviceId()); in TEST_F()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java38 import static android.os.IInputConstants.INVALID_INPUT_DEVICE_ID;
1435 final int powerKeyDeviceId = INVALID_INPUT_DEVICE_ID; in powerLongPress()
1616 final int stemPrimaryKeyDeviceId = INVALID_INPUT_DEVICE_ID; in stemPrimaryLongPress()
4268 if (deviceId != INVALID_INPUT_DEVICE_ID) {