Searched defs:update_only (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/libmedia/
H A DIMediaPlayer.cpp196 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply) argument
201 request.writeInt32(update_only);
H A Dmediaplayer.cpp195 status_t MediaPlayer::getMetadata(bool update_only, bool apply_filter, Parcel *metadata) argument
202 return mPlayer->getMetadata(update_only, apply_filter, metadata);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java975 * @param update_only controls whether the full set of available
988 public Metadata getMetadata(final boolean update_only, argument
993 if (!native_getMetadata(update_only, apply_filter, reply)) {
1249 * @param update_only If true fetch only the set of metadata that have
1256 * the value update_only, the current filter is applied.
1261 private native final boolean native_getMetadata(boolean update_only, argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp576 android_media_MediaPlayer_getMetadata(JNIEnv *env, jobject thiz, jboolean update_only, argument
597 return media_player->getMetadata(update_only, apply_filter, metadata) == OK;
/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp927 bool update_only, bool apply_filter, Parcel *reply)
943 if (update_only) {
926 getMetadata( bool update_only, bool apply_filter, Parcel *reply) argument

Completed in 153 milliseconds