Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DDisplayViewport.h85 : displayId(ADISPLAY_ID_NONE), in DisplayViewport()
122 displayId = ADISPLAY_ID_NONE; in setNonDisplayViewport()
DInputWindow.h169 int32_t displayId = ADISPLAY_ID_NONE;
170 int32_t portalToDisplayId = ADISPLAY_ID_NONE;
DInput.h92 ADISPLAY_ID_NONE = -1, enumerator
/frameworks/native/services/inputflinger/dispatcher/
DTouchState.cpp28 : down(false), split(false), deviceId(-1), source(0), displayId(ADISPLAY_ID_NONE) {} in TouchState()
37 displayId = ADISPLAY_ID_NONE; in reset()
DInputDispatcher.cpp824 if (portalToDisplayId != ADISPLAY_ID_NONE && in findTouchedWindowAtLocked()
1411 return ADISPLAY_ID_NONE; in getTargetDisplayId()
1414 return displayId == ADISPLAY_ID_NONE ? mFocusedDisplayId : displayId; in getTargetDisplayId()
3639 info->portalToDisplayId == ADISPLAY_ID_NONE)) { in updateWindowHandlesForDisplayLocked()
3852 options.displayId = ADISPLAY_ID_NONE; in setFocusedDisplay()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp59 event.initialize(InputEvent::nextId(), DEVICE_ID, AINPUT_SOURCE_KEYBOARD, ADISPLAY_ID_NONE, in getTestKeyEvent()
399 event.initialize(InputEvent::nextId(), DEVICE_ID, AINPUT_SOURCE_KEYBOARD, ADISPLAY_ID_NONE, in TEST_F()
409 event.initialize(InputEvent::nextId(), DEVICE_ID, AINPUT_SOURCE_KEYBOARD, ADISPLAY_ID_NONE, in TEST_F()
706 ASSERT_EQ(ADISPLAY_ID_NONE, event->getDisplayId()) in consumeFocusEvent()
914 int32_t displayId = ADISPLAY_ID_NONE, in injectKey()
932 int32_t displayId = ADISPLAY_ID_NONE) { in injectKeyDown()
937 int32_t displayId = ADISPLAY_ID_NONE) { in injectKeyUp()
987 static NotifyKeyArgs generateKeyArgs(int32_t action, int32_t displayId = ADISPLAY_ID_NONE) { in generateKeyArgs()
1135 windowSecond->consumeKeyDown(ADISPLAY_ID_NONE); in TEST_F()
1158 windowTop->consumeKeyDown(ADISPLAY_ID_NONE); in TEST_F()
[all …]
DInputReader_test.cpp2417 int32_t displayId = ADISPLAY_ID_NONE);
2705 ASSERT_EQ(ADISPLAY_ID_NONE, args.displayId); in TEST_F()
2712 ASSERT_EQ(ADISPLAY_ID_NONE, args.displayId); in TEST_F()
/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp105 int32_t displayId = ADISPLAY_ID_NONE; in sync()
DCursorInputMapper.cpp341 displayId = ADISPLAY_ID_NONE; in sync()
465 return std::make_optional(ADISPLAY_ID_NONE); in getAssociatedDisplayId()
DKeyboardInputMapper.cpp111 return ADISPLAY_ID_NONE; in getDisplayId()
DJoystickInputMapper.cpp337 ADISPLAY_ID_NONE, policyFlags, AMOTION_EVENT_ACTION_MOVE, 0, 0, metaState, in sync()
DTouchInputMapper.cpp3574 const int32_t displayId = getAssociatedDisplayId().value_or(ADISPLAY_ID_NONE); in dispatchMotion()
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp610 if (*associatedDisplayId == ADISPLAY_ID_NONE) { in canDispatchToDisplay()
/frameworks/native/libs/input/
DInput.cpp716 ADISPLAY_ID_NONE, INVALID_HMAC); in initialize()
DKeyCharacterMap.cpp490 event.initialize(InputEvent::nextId(), deviceId, AINPUT_SOURCE_KEYBOARD, ADISPLAY_ID_NONE, in addKey()
/frameworks/native/services/surfaceflinger/
DLayer.cpp2375 if (info.displayId == ADISPLAY_ID_NONE) { in fillInputInfo()
2394 Rect layerBounds = info.portalToDisplayId == ADISPLAY_ID_NONE in fillInputInfo()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1387 if (displayId == ADISPLAY_ID_NONE) { in nativeRegisterInputMonitor()