Searched refs:updateMime (Results 1 – 4 of 4) sorted by relevance
128 status_t updateMime(const char *mime);
684 mCurrentInfo->updateMime(type); // to set the current cap in setCurrentCodecInfo()755 mCurrentInfo->updateMime(type); in addMediaCodecFromAttributes()860 ret = mCurrentInfo->updateMime(name); in addTypeFromAttributes()
230 status_t MediaCodecInfo::updateMime(const char *mime) { in updateMime() function in android::MediaCodecInfo