Searched refs:kWhatStopped (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h45 kWhatStopped, enumerator in enum:android::PlaylistFetcher::__anon817
H A DLiveSession.cpp672 case PlaylistFetcher::kWhatStopped:
687 if (what == PlaylistFetcher::kWhatStopped) {
H A DPlaylistFetcher.cpp638 notify->setInt32("what", kWhatStopped);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp53 kWhatStopped, enumerator in enum:android::WifiDisplaySource::PlaybackSession::Track::__anon906
249 notify->setInt32("what", kWhatStopped);
252 ALOGI("kWhatStopped %s posted", mIsAudio ? "audio" : "video");
584 if (what == Track::kWhatStopped) {

Completed in 19 milliseconds