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