Searched refs:mEnableSelfRoutingMonitor (Results 1 – 2 of 2) sorted by relevance
3016 if (!mEnableSelfRoutingMonitor) { in startImpl()3017 mEnableSelfRoutingMonitor = testEnableNativeRoutingCallbacksLocked(); in startImpl()3797 if (mEnableSelfRoutingMonitor) { in tryToDisableNativeRoutingCallback()3798 mEnableSelfRoutingMonitor = false; in tryToDisableNativeRoutingCallback()3810 if (mRoutingChangeListeners.size() == 0 && !mEnableSelfRoutingMonitor) { in testEnableNativeRoutingCallbacksLocked()3828 if (mRoutingChangeListeners.size() == 0 && !mEnableSelfRoutingMonitor) { in testDisableNativeRoutingCallbacksLocked()3851 private boolean mEnableSelfRoutingMonitor; field in AudioTrack3867 mEnableSelfRoutingMonitor = testEnableNativeRoutingCallbacksLocked(); in addOnRoutingChangedListener()
1564 if (mEnableSelfRoutingMonitor) { in broadcastRoutingChange()1580 if (mRoutingChangeListeners.size() == 0 && !mEnableSelfRoutingMonitor) { in testEnableNativeRoutingCallbacksLocked()1595 if (!mEnableSelfRoutingMonitor) { in tryToEnableNativeRoutingCallback()1596 mEnableSelfRoutingMonitor = testEnableNativeRoutingCallbacksLocked(); in tryToEnableNativeRoutingCallback()1603 if (mEnableSelfRoutingMonitor) { in tryToDisableNativeRoutingCallback()1604 mEnableSelfRoutingMonitor = false; in tryToDisableNativeRoutingCallback()1615 if (mRoutingChangeListeners.size() == 0 && !mEnableSelfRoutingMonitor) { in testDisableNativeRoutingCallbacksLocked()1635 private boolean mEnableSelfRoutingMonitor; field in MediaPlayer1650 mEnableSelfRoutingMonitor = testEnableNativeRoutingCallbacksLocked(); in addOnRoutingChangedListener()