Searched refs:ADISPLAY_ID_NONE (Results 1 – 16 of 16) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 218 event.initialize(DEVICE_ID, AINPUT_SOURCE_KEYBOARD, ADISPLAY_ID_NONE, in TEST_F() 227 event.initialize(DEVICE_ID, AINPUT_SOURCE_KEYBOARD, ADISPLAY_ID_NONE, in TEST_F() 510 int32_t displayId = ADISPLAY_ID_NONE) { in injectKeyDown() 556 static NotifyKeyArgs generateKeyArgs(int32_t action, int32_t displayId = ADISPLAY_ID_NONE) { in generateKeyArgs() 651 windowSecond->consumeEvent(AINPUT_EVENT_TYPE_KEY, ADISPLAY_ID_NONE); in TEST_F() 676 windowTop->consumeEvent(AINPUT_EVENT_TYPE_KEY, ADISPLAY_ID_NONE); in TEST_F() 706 windowSecond->consumeEvent(AINPUT_EVENT_TYPE_KEY, ADISPLAY_ID_NONE); in TEST_F() 783 windowInSecondary->consumeEvent(AINPUT_EVENT_TYPE_KEY, ADISPLAY_ID_NONE); in TEST_F() 790 windowInSecondary->consumeEvent(AINPUT_EVENT_TYPE_KEY, ADISPLAY_ID_NONE, in TEST_F() 839 AINPUT_SOURCE_TRACKBALL, ADISPLAY_ID_NONE)) in TEST_F() [all …]
|
D | InputReader_test.cpp | 2244 ASSERT_EQ(ADISPLAY_ID_NONE, args.displayId); in TEST_F() 2251 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/dispatcher/ |
D | TouchState.cpp | 28 : down(false), split(false), deviceId(-1), source(0), displayId(ADISPLAY_ID_NONE) {} in TouchState() 37 displayId = ADISPLAY_ID_NONE; in reset()
|
D | InputDispatcher.cpp | 508 if (portalToDisplayId != ADISPLAY_ID_NONE && in findTouchedWindowAtLocked() 1162 return ADISPLAY_ID_NONE; in getTargetDisplayId() 1165 return displayId == ADISPLAY_ID_NONE ? mFocusedDisplayId : displayId; in getTargetDisplayId() 3190 info->portalToDisplayId == ADISPLAY_ID_NONE)) { in setInputWindows() 3374 options.displayId = ADISPLAY_ID_NONE; in setFocusedDisplay()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | RotaryEncoderInputMapper.cpp | 105 int32_t displayId = ADISPLAY_ID_NONE; in sync()
|
D | CursorInputMapper.cpp | 362 displayId = ADISPLAY_ID_NONE; in sync() 495 return std::make_optional(ADISPLAY_ID_NONE); in getAssociatedDisplay()
|
D | KeyboardInputMapper.cpp | 110 return ADISPLAY_ID_NONE; in getDisplayId()
|
D | JoystickInputMapper.cpp | 335 AINPUT_SOURCE_JOYSTICK, ADISPLAY_ID_NONE, policyFlags, in sync()
|
D | TouchInputMapper.cpp | 3610 const int32_t displayId = getAssociatedDisplay().value_or(ADISPLAY_ID_NONE); in dispatchMotion()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 616 if (*associatedDisplayId == ADISPLAY_ID_NONE) { in canDispatchToDisplay()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 2042 if (info.displayId == ADISPLAY_ID_NONE) { in fillInputInfo() 2061 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 | 1424 if (displayId == ADISPLAY_ID_NONE) { in nativeRegisterInputMonitor()
|