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

/frameworks/av/include/media/
H A DIMediaPlayer.h118 // @param update_only Include only the metadata that have changed
125 // on the value update_only, the current filter is
130 virtual status_t getMetadata(bool update_only,
H A Dmediaplayer.h259 status_t getMetadata(bool update_only, bool apply_filter, Parcel *metadata);
/frameworks/av/media/libmedia/include/media/
H A DIMediaPlayer.h118 // @param update_only Include only the metadata that have changed
125 // on the value update_only, the current filter is
130 virtual status_t getMetadata(bool update_only,
H A Dmediaplayer.h259 status_t getMetadata(bool update_only, bool apply_filter, Parcel *metadata);
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp373 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply) argument
378 request.writeInt32(update_only);
776 bool update_only = static_cast<bool>(data.readInt32()); local
778 const status_t retcode = getMetadata(update_only, apply_filter, reply);
H A Dmediaplayer.cpp231 status_t MediaPlayer::getMetadata(bool update_only, bool apply_filter, Parcel *metadata) argument
238 return mPlayer->getMetadata(update_only, apply_filter, metadata);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h335 virtual status_t getMetadata(bool update_only,
H A DMediaPlayerService.cpp975 bool update_only, bool /*apply_filter*/, Parcel *reply)
991 if (update_only) {
974 getMetadata( bool update_only, bool , Parcel *reply) argument
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1867 * @param update_only controls whether the full set of available
1880 public Metadata getMetadata(final boolean update_only, argument
1885 if (!native_getMetadata(update_only, apply_filter, reply)) {
2236 * @param update_only If true fetch only the set of metadata that have
2243 * the value update_only, the current filter is applied.
2248 private native final boolean native_getMetadata(boolean update_only, argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp900 android_media_MediaPlayer_getMetadata(JNIEnv *env, jobject thiz, jboolean update_only, argument
921 if (media_player->getMetadata(update_only, apply_filter, metadata) == OK) {

Completed in 8611 milliseconds