Searched refs:mWatchForAudioEOS (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h209 bool mWatchForAudioEOS; member in struct:android::AwesomePlayer
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp635 mWatchForAudioEOS = false;
1139 mWatchForAudioEOS = true;
1501 mWatchForAudioEOS = true;
1741 mWatchForAudioEOS = true;
2167 if (mWatchForAudioEOS && mAudioPlayer->reachedEOS(&finalStatus)) {
2168 mWatchForAudioEOS = false;

Completed in 30 milliseconds