HomeSort by relevance Sort by last modified time
    Searched refs:update_only (Results 1 - 8 of 8) sorted by null

  /frameworks/av/include/media/
IMediaPlayer.h 97 // @param update_only Include only the metadata that have changed
104 // on the value update_only, the current filter is
109 virtual status_t getMetadata(bool update_only,
mediaplayer.h 249 status_t getMetadata(bool update_only, bool apply_filter, Parcel *metadata);
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 328 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply)
333 request.writeInt32(update_only);
617 bool update_only = static_cast<bool>(data.readInt32()); local
619 const status_t retcode = getMetadata(update_only, apply_filter, reply);
mediaplayer.cpp 240 status_t MediaPlayer::getMetadata(bool update_only, bool apply_filter, Parcel *metadata)
247 return mPlayer->getMetadata(update_only, apply_filter, metadata);
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 300 virtual status_t getMetadata(bool update_only,
MediaPlayerService.cpp 888 bool update_only, bool /*apply_filter*/, Parcel *reply)
904 if (update_only) {
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 788 android_media_MediaPlayer_getMetadata(JNIEnv *env, jobject thiz, jboolean update_only,
809 if (media_player->getMetadata(update_only, apply_filter, metadata) == OK) {
    [all...]

Completed in 181 milliseconds