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

/frameworks/base/include/media/
H A DIMediaPlayer.h76 // @param update_only Include only the metadata that have changed
83 // on the value update_only, the current filter is
88 virtual status_t getMetadata(bool update_only,
H A Dmediaplayer.h197 status_t getMetadata(bool update_only, bool apply_filter, Parcel *metadata);
/frameworks/base/media/libmedia/
H A DIMediaPlayer.cpp245 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply) argument
250 request.writeInt32(update_only);
427 bool update_only = static_cast<bool>(data.readInt32()); local
429 const status_t retcode = getMetadata(update_only, apply_filter, reply);
H A Dmediaplayer.cpp212 status_t MediaPlayer::getMetadata(bool update_only, bool apply_filter, Parcel *metadata) argument
219 return mPlayer->getMetadata(update_only, apply_filter, metadata);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1069 * @param update_only controls whether the full set of available
1082 public Metadata getMetadata(final boolean update_only, argument
1087 if (!native_getMetadata(update_only, apply_filter, reply)) {
1422 * @param update_only If true fetch only the set of metadata that have
1429 * the value update_only, the current filter is applied.
1434 private native final boolean native_getMetadata(boolean update_only, argument
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.h267 virtual status_t getMetadata(bool update_only,
H A DMediaPlayerService.cpp879 bool update_only, bool apply_filter, Parcel *reply)
895 if (update_only) {
878 getMetadata( bool update_only, bool apply_filter, Parcel *reply) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp571 android_media_MediaPlayer_getMetadata(JNIEnv *env, jobject thiz, jboolean update_only, argument
592 return media_player->getMetadata(update_only, apply_filter, metadata) == OK;

Completed in 175 milliseconds