/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/ |
D | WorkerWrapper.java | 100 notifyListener(false, false); in run() 171 notifyListener(false, false); in run() 204 notifyListener(false, true); in notifyIncorrectStatus() 208 notifyListener(false, false); in notifyIncorrectStatus() 219 notifyListener(false, false); in tryCheckForInterruptionAndNotify() 221 notifyListener(currentState == SUCCEEDED, !currentState.isFinished()); in tryCheckForInterruptionAndNotify() 228 private void notifyListener(final boolean isSuccessful, final boolean needsReschedule) { in notifyListener() method in WorkerWrapper 303 notifyListener(false, false); in setFailedAndNotify() 330 notifyListener(false, true); in rescheduleAndNotify() 345 notifyListener(isSuccessful, false); in resetPeriodicAndNotify() [all …]
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | NuPlayer2.cpp | 692 notifyListener(srcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, 0); in onMessageReceived() 977 notifyListener(mSrcId, MEDIA2_STARTED, 0, 0); in onMessageReceived() 1017 notifyListener(mSrcId, MEDIA2_PAUSED, 0, 0); in onMessageReceived() 1172 notifyListener(mSrcId, MEDIA2_PLAYBACK_COMPLETE, 0, 0); in onMessageReceived() 1174 notifyListener(mSrcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, err); in onMessageReceived() 1333 notifyListener(mSrcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, err); in onMessageReceived() 1336 notifyListener(mSrcId, MEDIA2_INFO, MEDIA2_INFO_PLAY_AUDIO_ERROR, err); in onMessageReceived() 1344 notifyListener(mSrcId, MEDIA2_ERROR, MEDIA2_ERROR_UNKNOWN, err); in onMessageReceived() 1347 notifyListener(mSrcId, MEDIA2_INFO, MEDIA2_INFO_PLAY_VIDEO_ERROR, err); in onMessageReceived() 1396 notifyListener( in onMessageReceived() [all …]
|
D | NuPlayer2Driver.h | 81 void notifyListener(int64_t srcId, int msg, int ext1 = 0, int ext2 = 0,
|
D | NuPlayer2.h | 295 void notifyListener(int64_t srcId, int msg, int ext1, int ext2, const Parcel *in = NULL);
|
D | NuPlayer2Driver.cpp | 900 void NuPlayer2Driver::notifyListener( in notifyListener() function in android::NuPlayer2Driver
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 1032 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0); in onMessageReceived() 1034 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err); in onMessageReceived() 1192 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err); in onMessageReceived() 1195 notifyListener(MEDIA_INFO, MEDIA_INFO_PLAY_AUDIO_ERROR, err); in onMessageReceived() 1203 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err); in onMessageReceived() 1206 notifyListener(MEDIA_INFO, MEDIA_INFO_PLAY_VIDEO_ERROR, err); in onMessageReceived() 1255 notifyListener( in onMessageReceived() 1261 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0); in onMessageReceived() 1282 notifyListener(MEDIA_INFO, MEDIA_INFO_RENDERING_START, 0); in onMessageReceived() 1285 notifyListener(MEDIA_STARTED, 0, 0); in onMessageReceived() [all …]
|
D | NuPlayerDriver.h | 91 void notifyListener(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
|
D | NuPlayer.h | 297 void notifyListener(int msg, int ext1, int ext2, const Parcel *in = NULL);
|
D | NuPlayerDriver.cpp | 953 void NuPlayerDriver::notifyListener( in notifyListener() function in android::NuPlayerDriver
|
/frameworks/base/services/backup/java/com/android/server/backup/transport/ |
D | TransportClient.java | 208 notifyListener(listener, null, caller); in connectAsync() 228 notifyListener(listener, null, caller); in connectAsync() 240 notifyListener(listener, mTransport, caller); in connectAsync() 486 private void notifyListener( in notifyListener() method 500 notifyListener(listener, transport, caller); in notifyListenersAndClearLocked()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | CountryDetectorBase.java | 67 protected void notifyListener(Country country) { in notifyListener() method in CountryDetectorBase
|
D | LocationBasedCountryDetector.java | 239 notifyListener(null); in queryCountryCode() 255 notifyListener(mDetectedCountry); in queryCountryCode()
|
D | ComprehensiveCountryDetector.java | 399 notifyListener(detectedCountry); in notifyIfCountryChanged()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
D | MediaDecoder.java | 287 private void onStop(boolean notifyListener) { in onStop() argument 313 if (notifyListener) { in onStop()
|
D | AudioTrackDecoder.java | 97 notifyListener(); in onDataAvailable()
|
D | TrackDecoder.java | 106 protected void notifyListener() { in notifyListener() method in TrackDecoder
|
D | GpuVideoTrackDecoder.java | 117 notifyListener(); in onDataAvailable()
|
D | CpuVideoTrackDecoder.java | 91 notifyListener(); in onDataAvailable()
|
/frameworks/base/core/java/android/content/pm/ |
D | RegisteredServicesCache.java | 275 private void notifyListener(final V type, final int userId, final boolean removed) { in notifyListener() method in RegisteredServicesCache 512 notifyListener(info.type, userId, false /* removed */); in generateServicesMap() 533 notifyListener(info.type, userId, false /* removed */); in generateServicesMap() 559 notifyListener(v1, userId, true /* removed */); in generateServicesMap()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/location/ |
D | ComprehensiveCountryDetectorTest.java | 39 mLocationBasedCountryDetector.notifyListener(country); in notifyLocationBasedListener()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1840 HPLandroid/content/pm/RegisteredServicesCache;->notifyListener(Ljava/lang/Object;IZ)V 22593 HSPLandroid/icu/impl/ICUNotifier;->notifyListener(Ljava/util/EventListener;)V
|