Searched refs:mEnableSelfRoutingMonitor (Results 1 – 2 of 2) sorted by relevance
3015 if (!mEnableSelfRoutingMonitor) { in startImpl()3016 mEnableSelfRoutingMonitor = testEnableNativeRoutingCallbacksLocked(); in startImpl()3796 if (mEnableSelfRoutingMonitor) { in tryToDisableNativeRoutingCallback()3797 mEnableSelfRoutingMonitor = false; in tryToDisableNativeRoutingCallback()3809 if (mRoutingChangeListeners.size() == 0 && !mEnableSelfRoutingMonitor) { in testEnableNativeRoutingCallbacksLocked()3827 if (mRoutingChangeListeners.size() == 0 && !mEnableSelfRoutingMonitor) { in testDisableNativeRoutingCallbacksLocked()3850 private boolean mEnableSelfRoutingMonitor; field in AudioTrack3866 mEnableSelfRoutingMonitor = testEnableNativeRoutingCallbacksLocked(); in addOnRoutingChangedListener()
1565 if (mEnableSelfRoutingMonitor) { in broadcastRoutingChange()1581 if (mRoutingChangeListeners.size() == 0 && !mEnableSelfRoutingMonitor) { in testEnableNativeRoutingCallbacksLocked()1596 if (!mEnableSelfRoutingMonitor) { in tryToEnableNativeRoutingCallback()1597 mEnableSelfRoutingMonitor = testEnableNativeRoutingCallbacksLocked(); in tryToEnableNativeRoutingCallback()1604 if (mEnableSelfRoutingMonitor) { in tryToDisableNativeRoutingCallback()1605 mEnableSelfRoutingMonitor = false; in tryToDisableNativeRoutingCallback()1616 if (mRoutingChangeListeners.size() == 0 && !mEnableSelfRoutingMonitor) { in testDisableNativeRoutingCallbacksLocked()1636 private boolean mEnableSelfRoutingMonitor; field in MediaPlayer1651 mEnableSelfRoutingMonitor = testEnableNativeRoutingCallbacksLocked(); in addOnRoutingChangedListener()