Home
last modified time | relevance | path

Searched refs:needNotify (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/slices/
H A DSliceBackgroundWorker.java152 boolean needNotify = false; in updateResults()
156 needNotify = true; in updateResults()
159 needNotify = !areListsTheSame(results, mCachedResults); in updateResults()
162 if (needNotify) { in updateResults()
/aosp12/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java128 public boolean needNotify; field in GpsNetInitiatedHandler.GpsNiNotification
309 + " needNotify: " + notif.needNotify in handleNi()
324 if (notif.needNotify) { in handleNi()
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.h85 bool needNotify = false);
332 void performResumeDecoders(bool needNotify);
H A DNuPlayer.cpp95 explicit ResumeDecoderAction(bool needNotify) in ResumeDecoderAction()
96 : mNeedNotify(needNotify) { in ResumeDecoderAction()
505 msg->setInt32("needNotify", needNotify); in seekToAsync()
1375 int32_t needNotify; in onMessageReceived() local
1378 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() argument
2459 if (needNotify) { in performResumeDecoders()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java1322 notification.needNotify = (notifyFlags & GpsNetInitiatedHandler.GPS_NI_NEED_NOTIFY) != 0; in reportNiNotification()
1338 notification.needNotify, in reportNiNotification()