HomeSort by relevance Sort by last modified time
    Searched refs:kWhatStopped (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 40 kWhatStopped,
LiveSession.cpp 403 case PlaylistFetcher::kWhatStopped:
405 if (what == PlaylistFetcher::kWhatStopped) {
409 // ignore duplicated kWhatStopped messages.
    [all...]
PlaylistFetcher.cpp 416 notify->setInt32("what", kWhatStopped);
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 54 kWhatStopped,
250 notify->setInt32("what", kWhatStopped);
253 ALOGI("kWhatStopped %s posted", mIsAudio ? "audio" : "video");
583 if (what == Track::kWhatStopped) {

Completed in 569 milliseconds