Searched refs:ADISPLAY_ID_NONE (Results 1 – 17 of 17) sorted by relevance
/frameworks/native/include/input/ |
D | DisplayViewport.h | 85 : displayId(ADISPLAY_ID_NONE), in DisplayViewport() 122 displayId = ADISPLAY_ID_NONE; in setNonDisplayViewport()
|
D | InputWindow.h | 169 int32_t displayId = ADISPLAY_ID_NONE; 170 int32_t portalToDisplayId = ADISPLAY_ID_NONE;
|
D | Input.h | 92 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 | 824 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/ |
D | InputDispatcher_test.cpp | 59 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 …]
|
D | InputReader_test.cpp | 2417 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/ |
D | RotaryEncoderInputMapper.cpp | 105 int32_t displayId = ADISPLAY_ID_NONE; in sync()
|
D | CursorInputMapper.cpp | 341 displayId = ADISPLAY_ID_NONE; in sync() 465 return std::make_optional(ADISPLAY_ID_NONE); in getAssociatedDisplayId()
|
D | KeyboardInputMapper.cpp | 111 return ADISPLAY_ID_NONE; in getDisplayId()
|
D | JoystickInputMapper.cpp | 337 ADISPLAY_ID_NONE, policyFlags, AMOTION_EVENT_ACTION_MOVE, 0, 0, metaState, in sync()
|
D | TouchInputMapper.cpp | 3574 const int32_t displayId = getAssociatedDisplayId().value_or(ADISPLAY_ID_NONE); in dispatchMotion()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputReader.cpp | 610 if (*associatedDisplayId == ADISPLAY_ID_NONE) { in canDispatchToDisplay()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 716 ADISPLAY_ID_NONE, INVALID_HMAC); in initialize()
|
D | KeyCharacterMap.cpp | 490 event.initialize(InputEvent::nextId(), deviceId, AINPUT_SOURCE_KEYBOARD, ADISPLAY_ID_NONE, in addKey()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 2375 if (info.displayId == ADISPLAY_ID_NONE) { in fillInputInfo() 2394 Rect layerBounds = info.portalToDisplayId == ADISPLAY_ID_NONE in fillInputInfo()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1387 if (displayId == ADISPLAY_ID_NONE) { in nativeRegisterInputMonitor()
|