Searched refs:mEnableSelfRoutingMonitor (Results 1 – 2 of 2) sorted by relevance
2837 if (!mEnableSelfRoutingMonitor) { in startImpl()2838 mEnableSelfRoutingMonitor = testEnableNativeRoutingCallbacksLocked(); in startImpl()3618 if (mEnableSelfRoutingMonitor) { in tryToDisableNativeRoutingCallback()3619 mEnableSelfRoutingMonitor = false; in tryToDisableNativeRoutingCallback()3631 if (mRoutingChangeListeners.size() == 0 && !mEnableSelfRoutingMonitor) { in testEnableNativeRoutingCallbacksLocked()3649 if (mRoutingChangeListeners.size() == 0 && !mEnableSelfRoutingMonitor) { in testDisableNativeRoutingCallbacksLocked()3672 private boolean mEnableSelfRoutingMonitor; field in AudioTrack3688 mEnableSelfRoutingMonitor = testEnableNativeRoutingCallbacksLocked(); in addOnRoutingChangedListener()
1520 if (mEnableSelfRoutingMonitor) { in broadcastRoutingChange()1536 if (mRoutingChangeListeners.size() == 0 && !mEnableSelfRoutingMonitor) { in testEnableNativeRoutingCallbacksLocked()1551 if (!mEnableSelfRoutingMonitor) { in tryToEnableNativeRoutingCallback()1552 mEnableSelfRoutingMonitor = testEnableNativeRoutingCallbacksLocked(); in tryToEnableNativeRoutingCallback()1559 if (mEnableSelfRoutingMonitor) { in tryToDisableNativeRoutingCallback()1560 mEnableSelfRoutingMonitor = false; in tryToDisableNativeRoutingCallback()1571 if (mRoutingChangeListeners.size() == 0 && !mEnableSelfRoutingMonitor) { in testDisableNativeRoutingCallbacksLocked()1591 private boolean mEnableSelfRoutingMonitor; field in MediaPlayer1606 mEnableSelfRoutingMonitor = testEnableNativeRoutingCallbacksLocked(); in addOnRoutingChangedListener()