Searched refs:notifyListener (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DCountryDetectorBase.java67 protected void notifyListener(Country country) { method in class:CountryDetectorBase
H A DLocationBasedCountryDetector.java239 notifyListener(null);
255 notifyListener(mDetectedCountry);
H A DComprehensiveCountryDetector.java399 notifyListener(detectedCountry);
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
H A DWorkerWrapper.java100 notifyListener(false, false);
171 notifyListener(false, false);
204 notifyListener(false, true);
208 notifyListener(false, false);
219 notifyListener(false, false);
221 notifyListener(currentState == SUCCEEDED, !currentState.isFinished());
228 private void notifyListener(final boolean isSuccessful, final boolean needsReschedule) { method in class:WorkerWrapper
303 notifyListener(false, false);
330 notifyListener(false, true);
345 notifyListener(isSuccessfu
[all...]
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2.cpp389 notifyListener(dsd->mId, MEDIA2_ERROR, MEDIA2_ERROR_FAILED_TO_SET_DATA_SOURCE, err);
411 notifyListener(dsd->mId, MEDIA2_ERROR, MEDIA2_ERROR_FAILED_TO_SET_DATA_SOURCE, err);
692 notifyListener(srcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, 0);
977 notifyListener(mSrcId, MEDIA2_STARTED, 0, 0);
1017 notifyListener(mSrcId, MEDIA2_PAUSED, 0, 0);
1172 notifyListener(mSrcId, MEDIA2_PLAYBACK_COMPLETE, 0, 0);
1174 notifyListener(mSrcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, err);
1333 notifyListener(mSrcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, err);
1336 notifyListener(mSrcId, MEDIA2_INFO, MEDIA2_INFO_PLAY_AUDIO_ERROR, err);
1344 notifyListener(mSrcI
2149 void NuPlayer2::notifyListener(int64_t srcId, int msg, int ext1, int ext2, const Parcel *in) { function in class:android::NuPlayer2
[all...]
H A DNuPlayer2.h295 void notifyListener(int64_t srcId, int msg, int ext1, int ext2, const Parcel *in = NULL);
H A DNuPlayer2Driver.h81 void notifyListener(int64_t srcId, int msg, int ext1 = 0, int ext2 = 0,
H A DNuPlayer2Driver.cpp900 void NuPlayer2Driver::notifyListener( function in class:android::NuPlayer2Driver
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DAudioTrackDecoder.java97 notifyListener();
H A DTrackDecoder.java106 protected void notifyListener() { method in class:TrackDecoder
H A DMediaDecoder.java287 private void onStop(boolean notifyListener) { argument
313 if (notifyListener) {
H A DGpuVideoTrackDecoder.java117 notifyListener();
H A DCpuVideoTrackDecoder.java91 notifyListener();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1032 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
1034 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
1192 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
1195 notifyListener(MEDIA_INFO, MEDIA_INFO_PLAY_AUDIO_ERROR, err);
1203 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
1206 notifyListener(MEDIA_INFO, MEDIA_INFO_PLAY_VIDEO_ERROR, err);
1255 notifyListener(
1261 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
1282 notifyListener(MEDIA_INFO, MEDIA_INFO_RENDERING_START, 0);
1285 notifyListener(MEDIA_STARTE
2102 void NuPlayer::notifyListener(int msg, int ext1, int ext2, const Parcel *in) { function in class:android::NuPlayer
[all...]
H A DNuPlayerDriver.h91 void notifyListener(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
H A DNuPlayer.h297 void notifyListener(int msg, int ext1, int ext2, const Parcel *in = NULL);
H A DNuPlayerDriver.cpp953 void NuPlayerDriver::notifyListener( function in class:android::NuPlayerDriver
/frameworks/base/services/backup/java/com/android/server/backup/transport/
H A DTransportClient.java208 notifyListener(listener, null, caller);
228 notifyListener(listener, null, caller);
240 notifyListener(listener, mTransport, caller);
486 private void notifyListener( method in class:TransportClient
500 notifyListener(listener, transport, caller);
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java275 private void notifyListener(final V type, final int userId, final boolean removed) { method in class:RegisteredServicesCache
277 Log.d(TAG, "notifyListener: " + type + " is " + (removed ? "removed" : "added"));
512 notifyListener(info.type, userId, false /* removed */);
533 notifyListener(info.type, userId, false /* removed */);
559 notifyListener(v1, userId, true /* removed */);
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java39 mLocationBasedCountryDetector.notifyListener(country);
/frameworks/base/config/
H A Dboot-image-profile.txt1840 HPLandroid/content/pm/RegisteredServicesCache;->notifyListener(Ljava/lang/Object;IZ)V
[all...]

Completed in 300 milliseconds