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

  /frameworks/base/include/media/
IMediaPlayer.h 76 // @param update_only Include only the metadata that have changed
83 // on the value update_only, the current filter is
88 virtual status_t getMetadata(bool update_only,
mediaplayer.h 197 status_t getMetadata(bool update_only, bool apply_filter, Parcel *metadata);
  /frameworks/base/media/libmedia/
IMediaPlayer.cpp 245 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply)
250 request.writeInt32(update_only);
427 bool update_only = static_cast<bool>(data.readInt32()); local
429 const status_t retcode = getMetadata(update_only, apply_filter, reply);
mediaplayer.cpp 212 status_t MediaPlayer::getMetadata(bool update_only, bool apply_filter, Parcel *metadata)
219 return mPlayer->getMetadata(update_only, apply_filter, metadata);
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.h 266 virtual status_t getMetadata(bool update_only,
MediaPlayerService.cpp 879 bool update_only, bool apply_filter, Parcel *reply)
895 if (update_only) {
    [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:
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 571 android_media_MediaPlayer_getMetadata(JNIEnv *env, jobject thiz, jboolean update_only,
592 return media_player->getMetadata(update_only, apply_filter, metadata) == OK;
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]

Completed in 587 milliseconds