Home
last modified time | relevance | path

Searched refs:mDestroyRequested (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/src/objects/
DCOutputMix.cpp75 outputMix->mOutputMixExt.mDestroyRequested = true; in COutputMix_PreDestroy()
76 while (outputMix->mOutputMixExt.mDestroyRequested) { in COutputMix_PreDestroy()
DCAudioPlayer.cpp90 thiz->mDestroyRequested = true; in CAudioPlayer_PreDestroy()
91 while (thiz->mDestroyRequested) { in CAudioPlayer_PreDestroy()
/frameworks/wilhelm/src/itf/
DIOutputMixExt.cpp83 if (audioPlayer->mDestroyRequested) { in track_check()
94 audioPlayer->mDestroyRequested = SL_BOOLEAN_FALSE; in track_check()
182 if (thiz->mDestroyRequested) { in IOutputMixExt_FillBuffer()
190 thiz->mDestroyRequested = SL_BOOLEAN_FALSE; in IOutputMixExt_FillBuffer()
349 thiz->mDestroyRequested = SL_BOOLEAN_FALSE; in IOutputMixExt_init()
407 thiz->mDestroyRequested = SL_BOOLEAN_FALSE; in IOutputMixExt_checkAudioPlayerSourceSink()
DIEngine.cpp221 thiz->mDestroyRequested = SL_BOOLEAN_FALSE; in IEngine_CreateAudioPlayer()
/frameworks/wilhelm/src/
Dclasses.h89 SLboolean mDestroyRequested; ///< Mixer to acknowledge application's call to Object::Destroy member
Ditfstruct.h452 SLboolean mDestroyRequested; ///< Mixer to acknowledge application's call to Object::Destroy member