Searched refs:needNotify (Results 1 – 4 of 4) sorted by relevance
126 public boolean needNotify; field in GpsNetInitiatedHandler.GpsNiNotification282 + " needNotify: " + notif.needNotify in handleNi()297 if (notif.needNotify) { in handleNi()
80 bool needNotify = false);310 void performResumeDecoders(bool needNotify);
93 explicit ResumeDecoderAction(bool needNotify) in ResumeDecoderAction()94 : mNeedNotify(needNotify) { in ResumeDecoderAction()473 void NuPlayer::seekToAsync(int64_t seekTimeUs, MediaPlayerSeekMode mode, bool needNotify) { in seekToAsync() argument477 msg->setInt32("needNotify", needNotify); in seekToAsync()1318 int32_t needNotify; in onMessageReceived() local1321 CHECK(msg->findInt32("needNotify", &needNotify)); in onMessageReceived()1324 (long long)seekTimeUs, mode, needNotify); in onMessageReceived()1337 if (needNotify) { in onMessageReceived()1354 new ResumeDecoderAction(needNotify)); in onMessageReceived()2278 void NuPlayer::performResumeDecoders(bool needNotify) { in performResumeDecoders() argument[all …]
2003 notification.needNotify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_NOTIFY) != 0;