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

  /frameworks/av/media/libstagefright/include/
ID3.h 53 void getString(String8 *s, String8 *ss = NULL) const;
68 void getstring(String8 *s, bool secondhalf) const;
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 467 void ID3::Iterator::getString(String8 *id, String8 *comment) const {
468 getstring(id, false);
470 getstring(comment, true);
477 void ID3::Iterator::getstring(String8 *id, bool otherdata) const { function in class:android::ID3::Iterator

Completed in 60 milliseconds