Home
last modified time | relevance | path

Searched refs:removeMime (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/include/media/
DMediaCodecInfo.h134 void removeMime(const char *mime);
/frameworks/av/include/media/
DMediaCodecInfo.h134 void removeMime(const char *mime);
/frameworks/av/media/libmedia/
DMediaCodecInfo.cpp241 void MediaCodecInfo::removeMime(const char *mime) { in removeMime() function in android::MediaCodecInfo
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp872 mCurrentInfo->removeMime(name); in addTypeFromAttributes()