Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp40 mAudioSourceStarted(false), in AudioSfDecoder()
68 if ((mAudioSource != 0) && mAudioSourceStarted) { in preDestroy()
70 mAudioSourceStarted = false; in preDestroy()
323 mAudioSourceStarted = true; in onPrepare()
490 if (!mAudioSourceStarted) { in onDecode()
757 if ((mAudioSource != 0) && mAudioSourceStarted) { in hasNewDecodeParams()
Dandroid_AudioSfDecoder.h103 bool mAudioSourceStarted; variable
DAacBqToPcmCbRenderer.cpp207 mAudioSourceStarted = true; in onPrepare()