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

/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp328 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply) argument
333 request.writeInt32(update_only);
629 bool update_only = static_cast<bool>(data.readInt32()); local
631 const status_t retcode = getMetadata(update_only, apply_filter, reply);
H A Dmediaplayer.cpp224 status_t MediaPlayer::getMetadata(bool update_only, bool apply_filter, Parcel *metadata) argument
231 return mPlayer->getMetadata(update_only, apply_filter, metadata);
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp788 android_media_MediaPlayer_getMetadata(JNIEnv *env, jobject thiz, jboolean update_only, argument
809 if (media_player->getMetadata(update_only, apply_filter, metadata) == OK) {
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp918 bool update_only, bool /*apply_filter*/, Parcel *reply)
934 if (update_only) {
917 getMetadata( bool update_only, bool , Parcel *reply) argument
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1559 * @param update_only controls whether the full set of available
1572 public Metadata getMetadata(final boolean update_only, argument
1577 if (!native_getMetadata(update_only, apply_filter, reply)) {
1916 * @param update_only If true fetch only the set of metadata that have
1923 * the value update_only, the current filter is applied.
1928 private native final boolean native_getMetadata(boolean update_only, argument

Completed in 205 milliseconds