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

/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.h43 kWhatStopped, enumerator in enum:android::PlaylistFetcher::__anon664
H A DLiveSession.cpp427 case PlaylistFetcher::kWhatStopped:
429 if (what == PlaylistFetcher::kWhatStopped) {
433 // ignore duplicated kWhatStopped messages.
H A DPlaylistFetcher.cpp417 notify->setInt32("what", kWhatStopped);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp54 kWhatStopped, enumerator in enum:android::WifiDisplaySource::PlaybackSession::Track::__anon717
250 notify->setInt32("what", kWhatStopped);
253 ALOGI("kWhatStopped %s posted", mIsAudio ? "audio" : "video");
583 if (what == Track::kWhatStopped) {

Completed in 375 milliseconds