Searched defs:stopAsync (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp69 void MediaPuller::stopAsync(const sp<AMessage> &notify) { function in class:android::MediaPuller
H A DPlaybackSession.cpp77 void stopAsync();
210 void WifiDisplaySource::PlaybackSession::Track::stopAsync() { function in class:android::WifiDisplaySource::PlaybackSession::Track
211 ALOGV("Track::stopAsync isAudio=%d", mIsAudio);
225 mMediaPuller->stopAsync(msg);
472 mTracks.valueAt(i)->stopAsync();
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp377 void PlaylistFetcher::stopAsync(bool clear) { function in class:android::PlaylistFetcher
580 stopAsync(/* clear = */ false);
851 stopAsync(/* clear = */ false);
995 stopAsync(/* clear = */ false);
1060 stopAsync(/* clear = */false);

Completed in 454 milliseconds