Searched refs:notifyListener (Results 1 - 16 of 16) sorted by last modified time

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DAudioTrackDecoder.java90 notifyListener();
H A DCpuVideoTrackDecoder.java90 notifyListener();
H A DGpuVideoTrackDecoder.java109 notifyListener();
H A DMediaDecoder.java287 private void onStop(boolean notifyListener) { argument
313 if (notifyListener) {
H A DTrackDecoder.java106 protected void notifyListener() { method in class:TrackDecoder
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java39 mLocationBasedCountryDetector.notifyListener(country);
/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java400 notifyListener(detectedCountry);
H A DCountryDetectorBase.java67 protected void notifyListener(Country country) { method in class:CountryDetectorBase
H A DLocationBasedCountryDetector.java223 notifyListener(null);
239 notifyListener(mDetectedCountry);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp516 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
518 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
681 notifyListener(
744 notifyListener(
750 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
773 notifyListener(MEDIA_INFO, MEDIA_INFO_RENDERING_START, 0);
776 notifyListener(MEDIA_STARTED, 0, 0);
1088 void NuPlayer::notifyListener(int msg, int ext1, int ext2, const Parcel *in) { function in class:android::NuPlayer
1099 driver->notifyListener(msg, ext1, ext2, in);
1423 notifyListener(MEDIA_SET_VIDEO_SIZ
[all...]
H A DNuPlayer.h164 void notifyListener(int msg, int ext1, int ext2, const Parcel *in = NULL);
H A DNuPlayerDriver.cpp258 notifyListener(MEDIA_PAUSED);
292 notifyListener(MEDIA_PAUSED);
343 notifyListener(MEDIA_PREPARED);
351 notifyListener(MEDIA_STOPPED);
486 notifyListener(MEDIA_SEEK_COMPLETE);
515 void NuPlayerDriver::notifyListener( function in class:android::NuPlayerDriver
551 notifyListener(MEDIA_PREPARED);
556 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
H A DNuPlayerDriver.h72 void notifyListener(int msg, int ext1 = 0, int ext2 = 0, const Parcel *in = NULL);
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp109 notifyListener();
138 notifyListener();
178 notifyListener(&(parcelEvent->parcel));
181 notifyListener();
198 notifyListener();
213 notifyListener(&parcel);
302 void TimedTextPlayer::notifyListener(const Parcel *parcel) { function in class:android::TimedTextPlayer
H A DTimedTextPlayer.h78 void notifyListener(const Parcel *parcel = NULL);
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java198 private void notifyListener(final V type, final int userId, final boolean removed) { method in class:RegisteredServicesCache
200 Log.d(TAG, "notifyListener: " + type + " is " + (removed ? "removed" : "added"));
348 notifyListener(info.type, userId, false /* removed */);
369 notifyListener(info.type, userId, false /* removed */);
391 notifyListener(v1, userId, true /* removed */);

Completed in 247 milliseconds