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()
118 private HwAudioSource mHwAudioSource; field in AudioTestFragment298 if (mHwAudioSource == null) { in onCreateView()424 mHwAudioSource = new HwAudioSource.Builder() in initializePlayers()690 if (mHwAudioSource != null && !mHwAudioSource.isPlaying()) { in handleHwAudioSourceStart()691 mHwAudioSource.start(); in handleHwAudioSourceStart()696 if (mHwAudioSource != null) { in handleHwAudioSourceStop()697 mHwAudioSource.stop(); in handleHwAudioSourceStop()