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

  /frameworks/av/include/media/
IMediaPlayer.h 84 // @param update_only Include only the metadata that have changed
91 // on the value update_only, the current filter is
96 virtual status_t getMetadata(bool update_only,
mediaplayer.h 225 status_t getMetadata(bool update_only, bool apply_filter, Parcel *metadata);
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 247 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply)
252 request.writeInt32(update_only);
474 bool update_only = static_cast<bool>(data.readInt32()); local
476 const status_t retcode = getMetadata(update_only, apply_filter, reply);
mediaplayer.cpp 213 status_t MediaPlayer::getMetadata(bool update_only, bool apply_filter, Parcel *metadata)
220 return mPlayer->getMetadata(update_only, apply_filter, metadata);
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 329 virtual status_t getMetadata(bool update_only,
MediaPlayerService.cpp 805 bool update_only, bool apply_filter, Parcel *reply)
821 if (update_only) {
    [all...]
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 577 android_media_MediaPlayer_getMetadata(JNIEnv *env, jobject thiz, jboolean update_only,
598 return media_player->getMetadata(update_only, apply_filter, metadata) == OK;
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload.py 355 make_option("--update-only", action="store_true", default=False, dest="update_only", help="Add comment to the bug, but do not close it."),
416 if options.update_only:

Completed in 3396 milliseconds