Searched refs:mHwAudioSource (Results 1 – 2 of 2) sorted by relevance
50 private HwAudioSource mHwAudioSource; field in RadioTunerExt87 mHwAudioSource = new HwAudioSource.Builder() in RadioTunerExt()97 if (mHwAudioSource == null) { in setMuted()103 mHwAudioSource.stop(); in setMuted()105 mHwAudioSource.start(); in setMuted()256 if (mHwAudioSource != null) { in close()257 mHwAudioSource.stop(); in close()258 mHwAudioSource = null; in close()
76 private HwAudioSource mHwAudioSource; field in AudioTestFragment197 mHwAudioSource = new HwAudioSource.Builder() in initializePlayers()305 if (mHwAudioSource == null) { in onCreateView()463 if (mHwAudioSource != null) { in handleHwAudioSourceStart()464 mHwAudioSource.start(); in handleHwAudioSourceStart()469 if (mHwAudioSource != null) { in handleHwAudioSourceStop()470 mHwAudioSource.stop(); in handleHwAudioSourceStop()