Searched refs:addFeature (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/
H A DMediaCodecInfo.h132 void addFeature(const AString &key, int32_t value);
133 void addFeature(const AString &key, const char *value);
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h144 status_t addFeature(const char **attrs);
/frameworks/base/core/java/com/android/server/
H A DSystemConfig.java373 addFeature(fname, fversion);
495 addFeature(PackageManager.FEATURE_FILE_BASED_ENCRYPTION, 0);
496 addFeature(PackageManager.FEATURE_SECURELY_REMOVES_USERS, 0);
504 private void addFeature(String name, int version) { method in class:SystemConfig
/frameworks/av/media/libmedia/
H A DMediaCodecInfo.cpp271 void MediaCodecInfo::addFeature(const AString &key, int32_t value) { function in class:android::MediaCodecInfo
277 void MediaCodecInfo::addFeature(const AString &key, const char *value) { function in class:android::MediaCodecInfo
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp513 mInitCheck = addFeature(attrs);
1048 status_t MediaCodecList::addFeature(const char **attrs) { function in class:android::MediaCodecList
1096 mCurrentInfo->addFeature(name, value);
1098 mCurrentInfo->addFeature(name, (required == 1) || (optional == 0));

Completed in 573 milliseconds