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

  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.h 73 // and needNotify is true.
77 bool needNotify = false);
324 void performResumeDecoders(bool needNotify);
NuPlayer2.cpp 129 explicit ResumeDecoderAction(bool needNotify)
130 : mNeedNotify(needNotify) {
579 void NuPlayer2::seekToAsync(int64_t seekTimeUs, MediaPlayer2SeekMode mode, bool needNotify) {
583 msg->setInt32("needNotify", needNotify);
947 new ResumeDecoderAction(false /* needNotify */));
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 80 // and needNotify is true.
84 bool needNotify = false);
327 void performResumeDecoders(bool needNotify);
NuPlayer.cpp 94 explicit ResumeDecoderAction(bool needNotify)
95 : mNeedNotify(needNotify) {
488 void NuPlayer::seekToAsync(int64_t seekTimeUs, MediaPlayerSeekMode mode, bool needNotify) {
492 msg->setInt32("needNotify", needNotify);
809 new ResumeDecoderAction(false /* needNotify */));
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 126 public boolean needNotify;
282 + " needNotify: " + notif.needNotify
297 if (notif.needNotify) {
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java     [all...]

Completed in 199 milliseconds