Lines Matching refs:action
42 const int32_t action = in getFuzzedMotionAction() local
44 return action; in getFuzzedMotionAction()
87 int32_t getFuzzedFlags(FuzzedDataProvider& fdp, int32_t action) { in getFuzzedFlags() argument
99 if (action == AMOTION_EVENT_ACTION_CANCEL) { in getFuzzedFlags()
102 if (MotionEvent::getActionMasked(action) == AMOTION_EVENT_ACTION_POINTER_UP) { in getFuzzedFlags()
110 int32_t getFuzzedPointerCount(FuzzedDataProvider& fdp, int32_t action) { in getFuzzedPointerCount() argument
111 switch (MotionEvent::getActionMasked(action)) { in getFuzzedPointerCount()
128 const uint8_t actionIndex = MotionEvent::getActionIndex(action); in getFuzzedPointerCount()
164 const int32_t action = getFuzzedMotionAction(fdp); in generateFuzzedMotionArgs() local
165 const int32_t pointerCount = getFuzzedPointerCount(fdp, action); in generateFuzzedMotionArgs()
194 POLICY_FLAG_PASS_TO_USER, action, in generateFuzzedMotionArgs()
196 getFuzzedFlags(fdp, action), AMETA_NONE, getFuzzedButtonState(fdp), in generateFuzzedMotionArgs()