Searched refs:mLegacyRemoteSubmixActive (Results 1 – 1 of 1) sorted by relevance
65 private AtomicBoolean mLegacyRemoteSubmixActive = new AtomicBoolean(false); field in RecordingActivityMonitor162 mLegacyRemoteSubmixActive.set(true); in onRecordingConfigurationChanged()199 mLegacyRemoteSubmixActive.set(event == AudioManager.RECORDER_STATE_STARTED); in recorderEvent()376 return mLegacyRemoteSubmixActive.get(); in isLegacyRemoteSubmixActive()