Searched refs:ADISPLAY_ID_NONE (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 216 event.initialize(DEVICE_ID, AINPUT_SOURCE_KEYBOARD, ADISPLAY_ID_NONE, in TEST_F() 225 event.initialize(DEVICE_ID, AINPUT_SOURCE_KEYBOARD, ADISPLAY_ID_NONE, in TEST_F() 508 int32_t displayId = ADISPLAY_ID_NONE) { in injectKeyDown() 554 static NotifyKeyArgs generateKeyArgs(int32_t action, int32_t displayId = ADISPLAY_ID_NONE) { in generateKeyArgs() 649 windowSecond->consumeEvent(AINPUT_EVENT_TYPE_KEY, ADISPLAY_ID_NONE); in TEST_F() 674 windowTop->consumeEvent(AINPUT_EVENT_TYPE_KEY, ADISPLAY_ID_NONE); in TEST_F() 704 windowSecond->consumeEvent(AINPUT_EVENT_TYPE_KEY, ADISPLAY_ID_NONE); in TEST_F() 781 windowInSecondary->consumeEvent(AINPUT_EVENT_TYPE_KEY, ADISPLAY_ID_NONE); in TEST_F() 788 windowInSecondary->consumeEvent(AINPUT_EVENT_TYPE_KEY, ADISPLAY_ID_NONE, in TEST_F() 837 AINPUT_SOURCE_TRACKBALL, ADISPLAY_ID_NONE)) in TEST_F() [all …]
|
D | InputReader_test.cpp | 2232 ASSERT_EQ(ADISPLAY_ID_NONE, args.displayId); in TEST_F() 2239 ASSERT_EQ(ADISPLAY_ID_NONE, args.displayId); in TEST_F()
|
/frameworks/native/include/input/ |
D | DisplayViewport.h | 77 displayId(ADISPLAY_ID_NONE), orientation(DISPLAY_ORIENTATION_0), in DisplayViewport() 111 displayId = ADISPLAY_ID_NONE; in setNonDisplayViewport()
|
D | InputWindow.h | 166 int32_t portalToDisplayId = ADISPLAY_ID_NONE;
|
D | Input.h | 75 ADISPLAY_ID_NONE = -1, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 526 if (portalToDisplayId != ADISPLAY_ID_NONE in findTouchedWindowAtLocked() 1188 return ADISPLAY_ID_NONE; in getTargetDisplayId() 1191 return displayId == ADISPLAY_ID_NONE ? mFocusedDisplayId : displayId; in getTargetDisplayId() 3193 info->portalToDisplayId == ADISPLAY_ID_NONE)) { in setInputWindows() 3379 options.displayId = ADISPLAY_ID_NONE; in setFocusedDisplay() 5094 down(false), split(false), deviceId(-1), source(0), displayId(ADISPLAY_ID_NONE) { in TouchState() 5105 displayId = ADISPLAY_ID_NONE; in reset()
|
D | InputReader.cpp | 826 if (*associatedDisplayId == ADISPLAY_ID_NONE) { in canDispatchToDisplay() 2211 return ADISPLAY_ID_NONE; in getDisplayId() 2811 displayId = ADISPLAY_ID_NONE; in sync() 2938 return std::make_optional(ADISPLAY_ID_NONE); in getAssociatedDisplay() 3027 int32_t displayId = ADISPLAY_ID_NONE; in sync() 6534 const int32_t displayId = getAssociatedDisplay().value_or(ADISPLAY_ID_NONE); in dispatchMotion() 7465 AINPUT_SOURCE_JOYSTICK, ADISPLAY_ID_NONE, policyFlags, in sync()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 2043 if (info.displayId == ADISPLAY_ID_NONE) { in fillInputInfo() 2062 Rect layerBounds = info.portalToDisplayId == ADISPLAY_ID_NONE in fillInputInfo()
|
/frameworks/native/libs/input/ |
D | KeyCharacterMap.cpp | 490 event.initialize(deviceId, AINPUT_SOURCE_KEYBOARD, ADISPLAY_ID_NONE, in addKey()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1443 if (displayId == ADISPLAY_ID_NONE) { in nativeRegisterInputMonitor()
|