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

  /external/syslinux/libinstaller/
syslxopt.h 12 int update_only; member in struct:sys_options
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 389 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply)
394 request.writeInt32(update_only);
850 bool update_only = static_cast<bool>(data.readInt32()); local
852 const status_t retcode = getMetadata(update_only, apply_filter, reply);
    [all...]

Completed in 71 milliseconds