Searched defs:cName (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_IndexExt.h170 * case, the caller specifies nIndex and nParamSizeUsed. The component fills in cName,
185 * vendor extension with the name in cName, it SHALL configure the parameter values for that
195 * OMX_ErrorUnsupportedIndex: the component does not support the extension specified by cName
204 * cName : name of vendor extension
214 OMX_U8 cName[OMX_MAX_STRINGNAME_SIZE]; member in struct:OMX_CONFIG_ANDROID_VENDOR_EXTENSIONTYPE
/frameworks/native/include/media/openmax/
H A DOMX_IndexExt.h170 * case, the caller specifies nIndex and nParamSizeUsed. The component fills in cName,
185 * vendor extension with the name in cName, it SHALL configure the parameter values for that
195 * OMX_ErrorUnsupportedIndex: the component does not support the extension specified by cName
204 * cName : name of vendor extension
214 OMX_U8 cName[OMX_MAX_STRINGNAME_SIZE]; member in struct:OMX_CONFIG_ANDROID_VENDOR_EXTENSIONTYPE
/frameworks/base/core/java/android/app/
H A DSearchableInfo.java307 * @param cName The component name of the searchable activity
310 private SearchableInfo(Context activityContext, AttributeSet attr, final ComponentName cName) { argument
311 mSearchActivity = cName;
533 ComponentName cName = new ComponentName(activityInfo.packageName, activityInfo.name);
535 SearchableInfo searchable = getActivityMetaData(userContext, xml, cName);
560 * @param cName The component name of the searchable activity
565 final ComponentName cName) {
567 Context activityContext = createActivityContext(context, cName);
580 result = new SearchableInfo(activityContext, attr, cName);
583 cName
564 getActivityMetaData(Context context, XmlPullParser xml, final ComponentName cName) argument
[all...]

Completed in 179 milliseconds