Searched refs:addMime (Results 1 – 3 of 3) sorted by relevance
106 status_t addMime(const char *mime);
189 addMime(mime); in MediaCodecInfo()194 status_t MediaCodecInfo::addMime(const char *mime) { in addMime() function in android::MediaCodecInfo
576 status_t ret = mCurrentInfo->addMime(name); in addTypeFromAttributes()