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

/frameworks/base/services/java/com/android/server/location/
H A DCountryDetectorBase.java67 protected void notifyListener(Country country) { method in class:CountryDetectorBase
H A DLocationBasedCountryDetector.java221 notifyListener(null);
237 notifyListener(mDetectedCountry);
H A DComprehensiveCountryDetector.java400 notifyListener(detectedCountry);
/frameworks/base/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp157 notifyListener(MEDIA_TIMED_TEXT);
223 notifyListener(MEDIA_TIMED_TEXT, &mData);
233 notifyListener(MEDIA_TIMED_TEXT); //empty text to clear the screen
328 void TimedTextPlayer::notifyListener(int msg, const Parcel *parcel) { function in class:android::TimedTextPlayer
409 notifyListener(MEDIA_TIMED_TEXT, &parcel);
H A DTimedTextPlayer.h106 void notifyListener(int msg, const Parcel *parcel = NULL);
/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp104 notifyListener(MEDIA_PREPARED);
291 notifyListener(MEDIA_SEEK_COMPLETE);
320 void NuPlayerDriver::notifyListener(int msg, int ext1, int ext2) { function in class:android::NuPlayerDriver
H A DNuPlayer.cpp248 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
250 notifyListener(MEDIA_ERROR, MEDIA_ERROR_UNKNOWN, err);
365 notifyListener(
423 notifyListener(
429 notifyListener(MEDIA_PLAYBACK_COMPLETE, 0, 0);
825 void NuPlayer::notifyListener(int msg, int ext1, int ext2) { function in class:android::NuPlayer
836 driver->notifyListener(msg, ext1, ext2);
H A DNuPlayer.h135 void notifyListener(int msg, int ext1, int ext2);
H A DNuPlayerDriver.h69 void notifyListener(int msg, int ext1 = 0, int ext2 = 0);
/frameworks/base/core/java/android/content/pm/
H A DRegisteredServicesCache.java154 private void notifyListener(final V type, final boolean removed) { method in class:RegisteredServicesCache
156 Log.d(TAG, "notifyListener: " + type + " is " + (removed ? "removed" : "added"));
296 notifyListener(info.type, false /* removed */);
314 notifyListener(info.type, false /* removed */);
331 notifyListener(v1, true /* removed */);
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java39 mLocationBasedCountryDetector.notifyListener(country);

Completed in 435 milliseconds