OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STOPPING_2
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
TrackBase.h
33
STOPPING_2
, // waiting for presentation complete
114
return mState == STOPPING_1 || mState ==
STOPPING_2
;
120
return mState ==
STOPPING_2
;
Tracks.cpp
489
case
STOPPING_2
:
725
// For fast tracks prepareTracks_l() will set state to
STOPPING_2
728
// move to
STOPPING_2
when drain completes and then STOPPED
750
case
STOPPING_2
:
792
if (mState == STOPPING_1 || mState ==
STOPPING_2
) {
800
if (mState != STOPPING_1 && mState !=
STOPPING_2
&& mState != STOPPED &&
[
all
...]
Threads.cpp
[
all
...]
Completed in 976 milliseconds