Searched refs:needNotify (Results 1 – 4 of 4) sorted by relevance
133 public boolean needNotify; field in GpsNetInitiatedHandler.GpsNiNotification301 + " needNotify: " + notif.needNotify in handleNi()316 if (notif.needNotify) { in handleNi()
84 bool needNotify = false);327 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 …]
1899 notification.needNotify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_NOTIFY) != 0;1915 notification.needNotify,