Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DDisplayViewport.h74 : displayId(ADISPLAY_ID_NONE), in DisplayViewport()
111 displayId = ADISPLAY_ID_NONE; in setNonDisplayViewport()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DTouchState.cpp29 : down(false), split(false), deviceId(-1), source(0), displayId(ADISPLAY_ID_NONE) {} in TouchState()
38 displayId = ADISPLAY_ID_NONE; in reset()
H A DInputDispatcher.cpp1030 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 Dconstants.h31 ADISPLAY_ID_NONE = -1, enumerator
H A DWindowInfo.h200 int32_t displayId = ADISPLAY_ID_NONE;
201 int32_t portalToDisplayId = ADISPLAY_ID_NONE;
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp1145 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 DInputReader_test.cpp3081 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 DRotaryEncoderInputMapper.cpp107 int32_t displayId = ADISPLAY_ID_NONE; in sync()
H A DCursorInputMapper.cpp340 int32_t displayId = ADISPLAY_ID_NONE; in sync()
509 return std::make_optional(ADISPLAY_ID_NONE); in getAssociatedDisplayId()
H A DJoystickInputMapper.cpp341 AINPUT_SOURCE_JOYSTICK, ADISPLAY_ID_NONE, policyFlags, in sync()
H A DKeyboardInputMapper.cpp113 return ADISPLAY_ID_NONE; in getDisplayId()
H A DTouchInputMapper.cpp3679 const int32_t displayId = getAssociatedDisplayId().value_or(ADISPLAY_ID_NONE); in dispatchMotion()
/aosp12/frameworks/native/libs/input/
H A DInput.cpp856 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 DKeyCharacterMap.cpp564 event.initialize(InputEvent::nextId(), deviceId, AINPUT_SOURCE_KEYBOARD, ADISPLAY_ID_NONE, in addKey()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp793 if (*associatedDisplayId == ADISPLAY_ID_NONE) { in canDispatchToDisplay()
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2202 Rect layerBounds = info.portalToDisplayId == ADISPLAY_ID_NONE in fillInputFrameInfo()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1608 if (displayId == ADISPLAY_ID_NONE) { in nativeCreateInputMonitor()