Home
last modified time | relevance | path

Searched refs:ADISPLAY_ID_NONE (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp216 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 …]
DInputReader_test.cpp2232 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/
DDisplayViewport.h77 displayId(ADISPLAY_ID_NONE), orientation(DISPLAY_ORIENTATION_0), in DisplayViewport()
111 displayId = ADISPLAY_ID_NONE; in setNonDisplayViewport()
DInputWindow.h166 int32_t portalToDisplayId = ADISPLAY_ID_NONE;
DInput.h75 ADISPLAY_ID_NONE = -1, enumerator
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp526 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()
DInputReader.cpp826 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/
DLayer.cpp2043 if (info.displayId == ADISPLAY_ID_NONE) { in fillInputInfo()
2062 Rect layerBounds = info.portalToDisplayId == ADISPLAY_ID_NONE in fillInputInfo()
/frameworks/native/libs/input/
DKeyCharacterMap.cpp490 event.initialize(deviceId, AINPUT_SOURCE_KEYBOARD, ADISPLAY_ID_NONE, in addKey()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1443 if (displayId == ADISPLAY_ID_NONE) { in nativeRegisterInputMonitor()