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 237 case PlaylistFetcher::kWhatStopped:
239 if (what == PlaylistFetcher::kWhatStopped) {
    [all...]
PlaylistFetcher.cpp 352 notify->setInt32("what", kWhatStopped);
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 53 kWhatStopped,
249 notify->setInt32("what", kWhatStopped);
252 ALOGI("kWhatStopped %s posted", mIsAudio ? "audio" : "video");
582 if (what == Track::kWhatStopped) {

Completed in 380 milliseconds