OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFlushingState
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h
170
static bool
IsFlushingState
(FlushStatus state, bool *needShutdown = NULL);
NuPlayer.cpp
295
bool NuPlayer::
IsFlushingState
(FlushStatus state, bool *needShutdown) {
569
CHECK(
IsFlushingState
(mFlushingAudio, &needShutdown));
572
CHECK(
IsFlushingState
(mFlushingVideo, &needShutdown));
921
if ((audio &&
IsFlushingState
(mFlushingAudio))
922
|| (!audio &&
IsFlushingState
(mFlushingVideo))) {
1055
if (
IsFlushingState
(audio ? mFlushingAudio : mFlushingVideo))
[
all
...]
Completed in 33 milliseconds