Searched defs:needNotify (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java125 public boolean needNotify; field in class:GpsNetInitiatedHandler.GpsNiNotification
285 + " needNotify: " + notif.needNotify
300 if (notif.needNotify) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp87 ResumeDecoderAction(bool needNotify) argument
88 : mNeedNotify(needNotify) {
422 void NuPlayer::seekToAsync(int64_t seekTimeUs, bool needNotify) { argument
425 msg->setInt32("needNotify", needNotify);
697 new ResumeDecoderAction(false /* needNotify */));
1201 int32_t needNotify; local
1203 CHECK(msg->findInt32("needNotify", &needNotify));
1205 ALOGV("kWhatSeek seekTimeUs=%lld us, needNotify
2058 performResumeDecoders(bool needNotify) argument
[all...]

Completed in 2715 milliseconds