Searched refs:ADISPLAY_ID_NONE (Results 1 – 17 of 17) sorted by relevance
/aosp12/frameworks/native/include/input/ |
H A D | DisplayViewport.h | 74 : displayId(ADISPLAY_ID_NONE), in DisplayViewport() 111 displayId = ADISPLAY_ID_NONE; in setNonDisplayViewport()
|
/aosp12/frameworks/native/services/inputflinger/dispatcher/ |
H A D | TouchState.cpp | 29 : down(false), split(false), deviceId(-1), source(0), displayId(ADISPLAY_ID_NONE) {} in TouchState() 38 displayId = ADISPLAY_ID_NONE; in reset()
|
H A D | InputDispatcher.cpp | 1030 if (portalToDisplayId != ADISPLAY_ID_NONE && in findTouchedWindowAtLocked() 1776 return ADISPLAY_ID_NONE; in getTargetDisplayId() 1779 return displayId == ADISPLAY_ID_NONE ? mFocusedDisplayId : displayId; in getTargetDisplayId() 4479 info->portalToDisplayId == ADISPLAY_ID_NONE)) { in updateWindowHandlesForDisplayLocked() 4716 options.displayId = ADISPLAY_ID_NONE; in setFocusedDisplay()
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | constants.h | 31 ADISPLAY_ID_NONE = -1, enumerator
|
H A D | WindowInfo.h | 200 int32_t displayId = ADISPLAY_ID_NONE; 201 int32_t portalToDisplayId = ADISPLAY_ID_NONE;
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 1145 int32_t displayId = ADISPLAY_ID_NONE, in injectKey() 3864 mWindow->consumeKeyDown(ADISPLAY_ID_NONE); in TEST_F() 4683 mWindow->consumeKeyDown(ADISPLAY_ID_NONE); in TEST_F() 4695 mWindow->consumeKeyDown(ADISPLAY_ID_NONE); in TEST_F() 4698 mWindow->consumeKeyUp(ADISPLAY_ID_NONE); in TEST_F() 4720 mWindow->consumeKeyDown(ADISPLAY_ID_NONE); in TEST_F() 4723 mWindow->consumeKeyUp(ADISPLAY_ID_NONE); in TEST_F() 4730 mWindow->consumeKeyDown(ADISPLAY_ID_NONE); in TEST_F() 4733 mWindow->consumeKeyUp(ADISPLAY_ID_NONE); in TEST_F() 4757 mWindow->consumeKeyUp(ADISPLAY_ID_NONE); in TEST_F() [all …]
|
H A D | InputReader_test.cpp | 3081 int32_t displayId = ADISPLAY_ID_NONE); 3401 ASSERT_EQ(ADISPLAY_ID_NONE, args.displayId); in TEST_F() 3408 ASSERT_EQ(ADISPLAY_ID_NONE, args.displayId); in TEST_F()
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | RotaryEncoderInputMapper.cpp | 107 int32_t displayId = ADISPLAY_ID_NONE; in sync()
|
H A D | CursorInputMapper.cpp | 340 int32_t displayId = ADISPLAY_ID_NONE; in sync() 509 return std::make_optional(ADISPLAY_ID_NONE); in getAssociatedDisplayId()
|
H A D | JoystickInputMapper.cpp | 341 AINPUT_SOURCE_JOYSTICK, ADISPLAY_ID_NONE, policyFlags, in sync()
|
H A D | KeyboardInputMapper.cpp | 113 return ADISPLAY_ID_NONE; in getDisplayId()
|
H A D | TouchInputMapper.cpp | 3679 const int32_t displayId = getAssociatedDisplayId().value_or(ADISPLAY_ID_NONE); in dispatchMotion()
|
/aosp12/frameworks/native/libs/input/ |
H A D | Input.cpp | 856 ADISPLAY_ID_NONE, INVALID_HMAC); in initialize() 871 ADISPLAY_ID_NONE, INVALID_HMAC); in initialize() 884 ADISPLAY_ID_NONE, INVALID_HMAC); in initialize()
|
H A D | KeyCharacterMap.cpp | 564 event.initialize(InputEvent::nextId(), deviceId, AINPUT_SOURCE_KEYBOARD, ADISPLAY_ID_NONE, in addKey()
|
/aosp12/frameworks/native/services/inputflinger/reader/ |
H A D | InputReader.cpp | 793 if (*associatedDisplayId == ADISPLAY_ID_NONE) { in canDispatchToDisplay()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | Layer.cpp | 2202 Rect layerBounds = info.portalToDisplayId == ADISPLAY_ID_NONE in fillInputFrameInfo()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 1608 if (displayId == ADISPLAY_ID_NONE) { in nativeCreateInputMonitor()
|