Searched refs:addFeature (Results 1 – 4 of 4) sorted by relevance
109 void addFeature(const AString &key, int32_t value);110 void addFeature(const AString &key, const char *value);
107 status_t addFeature(const char **attrs);
382 mInitCheck = addFeature(attrs); in startElementHandler()792 status_t MediaCodecList::addFeature(const char **attrs) { in addFeature() function in android::MediaCodecList840 mCurrentInfo->addFeature(name, value); in addFeature()842 mCurrentInfo->addFeature(name, (required == 1) || (optional == 0)); in addFeature()
254 void MediaCodecInfo::addFeature(const AString &key, int32_t value) { in addFeature() function in android::MediaCodecInfo260 void MediaCodecInfo::addFeature(const AString &key, const char *value) { in addFeature() function in android::MediaCodecInfo