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

/frameworks/av/include/media/
H A DIMediaPlayer.h84 // @param update_only Include only the metadata that have changed
91 // on the value update_only, the current filter is
96 virtual status_t getMetadata(bool update_only,
H A Dmediaplayer.h235 status_t getMetadata(bool update_only, bool apply_filter, Parcel *metadata);
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp247 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply) argument
252 request.writeInt32(update_only);
474 bool update_only = static_cast<bool>(data.readInt32()); local
476 const status_t retcode = getMetadata(update_only, apply_filter, reply);
H A Dmediaplayer.cpp213 status_t MediaPlayer::getMetadata(bool update_only, bool apply_filter, Parcel *metadata) argument
220 return mPlayer->getMetadata(update_only, apply_filter, metadata);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1226 * @param update_only controls whether the full set of available
1239 public Metadata getMetadata(final boolean update_only, argument
1244 if (!native_getMetadata(update_only, apply_filter, reply)) {
1522 * @param update_only If true fetch only the set of metadata that have
1529 * the value update_only, the current filter is applied.
1534 private native final boolean native_getMetadata(boolean update_only, argument
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h343 virtual status_t getMetadata(bool update_only,
H A DMediaPlayerService.cpp807 bool update_only, bool apply_filter, Parcel *reply)
823 if (update_only) {
806 getMetadata( bool update_only, bool apply_filter, Parcel *reply) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp570 android_media_MediaPlayer_getMetadata(JNIEnv *env, jobject thiz, jboolean update_only, argument
591 return media_player->getMetadata(update_only, apply_filter, metadata) == OK;

Completed in 1675 milliseconds