Lines Matching defs:expectedDisplayId
766 std::optional<int32_t> expectedDisplayId, in consumeEvent()
981 void consumeKeyDown(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyDown()
986 void consumeKeyUp(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyUp()
990 void consumeMotionCancel(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionCancel()
996 void consumeMotionMove(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionMove()
1002 void consumeMotionDown(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionDown()
1007 void consumeAnyMotionDown(std::optional<int32_t> expectedDisplayId = std::nullopt, in consumeAnyMotionDown()
1014 int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionPointerDown()
1021 void consumeMotionPointerUp(int32_t pointerIdx, int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionPointerUp()
1028 void consumeMotionUp(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionUp()
1034 void consumeMotionOutside(int32_t expectedDisplayId = ADISPLAY_ID_DEFAULT, in consumeMotionOutside()
1053 std::optional<int32_t> expectedDisplayId, in consumeEvent()
2147 void consumeKeyDown(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeKeyDown()
2156 void consumeMotionDown(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeMotionDown()
2161 void consumeMotionUp(int32_t expectedDisplayId, int32_t expectedFlags = 0) { in consumeMotionUp()