Searched refs:needNotify (Results 1 – 5 of 5) sorted by relevance
152 boolean needNotify = false; in updateResults()156 needNotify = true; in updateResults()159 needNotify = !areListsTheSame(results, mCachedResults); in updateResults()162 if (needNotify) { in updateResults()
128 public boolean needNotify; field in GpsNetInitiatedHandler.GpsNiNotification309 + " needNotify: " + notif.needNotify in handleNi()324 if (notif.needNotify) { in handleNi()
85 bool needNotify = false);332 void performResumeDecoders(bool needNotify);
95 explicit ResumeDecoderAction(bool needNotify) in ResumeDecoderAction()96 : mNeedNotify(needNotify) { in ResumeDecoderAction()505 msg->setInt32("needNotify", needNotify); in seekToAsync()1375 int32_t needNotify; in onMessageReceived() local1378 CHECK(msg->findInt32("needNotify", &needNotify)); in onMessageReceived()1381 (long long)seekTimeUs, mode, needNotify); in onMessageReceived()1394 if (needNotify) { in onMessageReceived()1411 new ResumeDecoderAction(needNotify)); in onMessageReceived()2458 void NuPlayer::performResumeDecoders(bool needNotify) { in performResumeDecoders() argument2459 if (needNotify) { in performResumeDecoders()[all …]
1322 notification.needNotify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_NOTIFY) != 0; in reportNiNotification()1338 notification.needNotify, in reportNiNotification()