OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDestroyRequested
(Results
1 - 6
of
6
) sorted by null
/frameworks/wilhelm/src/objects/
COutputMix.c
75
outputMix->mOutputMixExt.
mDestroyRequested
= true;
76
while (outputMix->mOutputMixExt.
mDestroyRequested
) {
CAudioPlayer.c
90
thiz->
mDestroyRequested
= true;
91
while (thiz->
mDestroyRequested
) {
/frameworks/wilhelm/src/itf/
IOutputMixExt.c
83
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;
IEngine.c
221
thiz->
mDestroyRequested
= SL_BOOLEAN_FALSE;
[
all
...]
/frameworks/wilhelm/src/
classes.h
87
SLboolean
mDestroyRequested
; ///< Mixer to acknowledge application's call to Object::Destroy
itfstruct.h
453
SLboolean
mDestroyRequested
; ///< Mixer to acknowledge application's call to Object::Destroy
Completed in 1129 milliseconds