Home
last modified time | relevance | path

Searched refs:mAudioSourceStarted (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp47 mAudioSourceStarted(false), in AudioSfDecoder()
75 if ((mAudioSource != 0) && mAudioSourceStarted) { in preDestroy()
77 mAudioSourceStarted = false; in preDestroy()
331 mAudioSourceStarted = true; in onPrepare()
498 if (!mAudioSourceStarted) { in onDecode()
765 if ((mAudioSource != 0) && mAudioSourceStarted) { in hasNewDecodeParams()
Dandroid_AudioSfDecoder.h97 bool mAudioSourceStarted; variable
DAacBqToPcmCbRenderer.cpp207 mAudioSourceStarted = true; in onPrepare()