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

  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 247 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply)
253 request.writeInt32(apply_filter);
475 bool apply_filter = static_cast<bool>(data.readInt32()); local
476 const status_t retcode = getMetadata(update_only, apply_filter, reply);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 815 def apply_filter(self): # name of subwidget is same as command member in class:FileSelectBox
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 815 def apply_filter(self): # name of subwidget is same as command member in class:FileSelectBox
    [all...]

Completed in 235 milliseconds