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

/frameworks/wilhelm/src/objects/
H A DCOutputMix.c75 outputMix->mOutputMixExt.mDestroyRequested = true;
76 while (outputMix->mOutputMixExt.mDestroyRequested) {
H A DCAudioPlayer.c90 thiz->mDestroyRequested = true;
91 while (thiz->mDestroyRequested) {
/frameworks/wilhelm/src/itf/
H A DIOutputMixExt.c83 if (audioPlayer->mDestroyRequested) {
94 audioPlayer->mDestroyRequested = SL_BOOLEAN_FALSE;
182 if (thiz->mDestroyRequested) {
190 thiz->mDestroyRequested = SL_BOOLEAN_FALSE;
349 thiz->mDestroyRequested = SL_BOOLEAN_FALSE;
407 thiz->mDestroyRequested = SL_BOOLEAN_FALSE;
H A DIEngine.c220 thiz->mDestroyRequested = SL_BOOLEAN_FALSE;
/frameworks/wilhelm/src/
H A Dclasses.h86 SLboolean mDestroyRequested; ///< Mixer to acknowledge application's call to Object::Destroy member in struct:CAudioPlayer_struct
H A Ditfstruct.h448 SLboolean mDestroyRequested; ///< Mixer to acknowledge application's call to Object::Destroy member in struct:__anon1744

Completed in 370 milliseconds