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

  /frameworks/base/media/java/android/media/
IRingtonePlayer.aidl 33 void stopAsync();
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.h 36 void stopAsync(const sp<AMessage> &notify);
MediaPuller.cpp 69 void MediaPuller::stopAsync(const sp<AMessage> &notify) {
PlaybackSession.cpp 76 void stopAsync();
209 void WifiDisplaySource::PlaybackSession::Track::stopAsync() {
210 ALOGV("Track::stopAsync isAudio=%d", mIsAudio);
224 mMediaPuller->stopAsync(msg);
471 mTracks.valueAt(i)->stopAsync();
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.h 66 void stopAsync(bool selfTriggered = false);
PlaylistFetcher.cpp 368 void PlaylistFetcher::stopAsync(bool selfTriggered) {
569 stopAsync(/* selfTriggered = */ true);
923 stopAsync(/* selfTriggered = */ true);
    [all...]
LiveSession.cpp 561 mFetcherInfos.valueAt(i).mFetcher->stopAsync();
1016 mFetcherInfos.valueAt(i).mFetcher->stopAsync();
1038 // Every time a fetcher acknowledges the stopAsync or pauseAsync request
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
RingtonePlayer.java 150 public void stopAsync() {
151 if (LOGD) Log.d(TAG, "stopAsync()");
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java     [all...]

Completed in 173 milliseconds