Searched refs:dispatchMode (Results 1 – 7 of 7) sorted by relevance
27 std::string dispatchModeToString(int32_t dispatchMode) { in dispatchModeToString() argument28 switch (dispatchMode) { in dispatchModeToString()42 return StringPrintf("%" PRId32, dispatchMode); in dispatchModeToString()
137 std::string dispatchModeToString(int32_t dispatchMode);
2892 int32_t dispatchMode) { in enqueueDispatchEntryLocked() argument2896 dispatchModeToString(dispatchMode).c_str()); in enqueueDispatchEntryLocked()2900 if (!(inputTargetFlags & dispatchMode)) { in enqueueDispatchEntryLocked()2903 inputTargetFlags = (inputTargetFlags & ~InputTarget::FLAG_DISPATCH_MASK) | dispatchMode; in enqueueDispatchEntryLocked()2939 if (dispatchMode & InputTarget::FLAG_DISPATCH_AS_OUTSIDE) { in enqueueDispatchEntryLocked()2941 } else if (dispatchMode & InputTarget::FLAG_DISPATCH_AS_HOVER_EXIT) { in enqueueDispatchEntryLocked()2943 } else if (dispatchMode & InputTarget::FLAG_DISPATCH_AS_HOVER_ENTER) { in enqueueDispatchEntryLocked()2945 } else if (dispatchMode & InputTarget::FLAG_DISPATCH_AS_SLIPPERY_EXIT) { in enqueueDispatchEntryLocked()2947 } else if (dispatchMode & InputTarget::FLAG_DISPATCH_AS_SLIPPERY_ENTER) { in enqueueDispatchEntryLocked()
560 const InputTarget& inputTarget, int32_t dispatchMode)
309 public Callback(@DispatchMode int dispatchMode) { in Callback() argument310 mDispatchMode = dispatchMode; in Callback()
4907 protected void dispatchMode(int mode) { in dispatchMode() method in AudioService7723 dispatchMode(msg.arg1); in handleMessage()
11211 PLcom/android/server/audio/AudioService;->dispatchMode(I)V