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 44 kWhatStopped,
LiveSession.cpp 663 case PlaylistFetcher::kWhatStopped:
678 if (what == PlaylistFetcher::kWhatStopped) {
    [all...]
PlaylistFetcher.cpp 588 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");
585 if (what == Track::kWhatStopped) {

Completed in 36 milliseconds