Searched refs:needNotify (Results 1 – 4 of 4) sorted by relevance
132 public boolean needNotify; field in GpsNetInitiatedHandler.GpsNiNotification300 + " needNotify: " + notif.needNotify in handleNi()315 if (notif.needNotify) { in handleNi()
83 bool needNotify = false);326 void performResumeDecoders(bool needNotify);
94 explicit ResumeDecoderAction(bool needNotify) in ResumeDecoderAction()95 : mNeedNotify(needNotify) { in ResumeDecoderAction()488 void NuPlayer::seekToAsync(int64_t seekTimeUs, MediaPlayerSeekMode mode, bool needNotify) { in seekToAsync() argument492 msg->setInt32("needNotify", needNotify); in seekToAsync()1360 int32_t needNotify; in onMessageReceived() local1363 CHECK(msg->findInt32("needNotify", &needNotify)); in onMessageReceived()1366 (long long)seekTimeUs, mode, needNotify); in onMessageReceived()1379 if (needNotify) { in onMessageReceived()1396 new ResumeDecoderAction(needNotify)); in onMessageReceived()2432 void NuPlayer::performResumeDecoders(bool needNotify) { in performResumeDecoders() argument[all …]
1913 notification.needNotify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_NOTIFY) != 0;1929 notification.needNotify,