Searched refs:update_only (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/include/media/
H A DIMediaPlayer.h88 // @param update_only Include only the metadata that have changed
95 // on the value update_only, the current filter is
100 virtual status_t getMetadata(bool update_only,
H A Dmediaplayer.h248 status_t getMetadata(bool update_only, bool apply_filter, Parcel *metadata);
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp254 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply) argument
259 request.writeInt32(update_only);
489 bool update_only = static_cast<bool>(data.readInt32()); local
491 const status_t retcode = getMetadata(update_only, apply_filter, reply);
H A Dmediaplayer.cpp221 status_t MediaPlayer::getMetadata(bool update_only, bool apply_filter, Parcel *metadata) argument
228 return mPlayer->getMetadata(update_only, apply_filter, metadata);
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp613 android_media_MediaPlayer_getMetadata(JNIEnv *env, jobject thiz, jboolean update_only, argument
634 if (media_player->getMetadata(update_only, apply_filter, metadata) == OK) {
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1349 * @param update_only controls whether the full set of available
1362 public Metadata getMetadata(final boolean update_only, argument
1367 if (!native_getMetadata(update_only, apply_filter, reply)) {
1692 * @param update_only If true fetch only the set of metadata that have
1699 * the value update_only, the current filter is applied.
1704 private native final boolean native_getMetadata(boolean update_only, argument
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h356 virtual status_t getMetadata(bool update_only,
H A DMediaPlayerService.cpp888 bool update_only, bool /*apply_filter*/, Parcel *reply)
904 if (update_only) {
887 getMetadata( bool update_only, bool , Parcel *reply) argument

Completed in 659 milliseconds