Searched refs:roles (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.h45 Vector<String8> *roles);
H A DSoftOMXPlugin.cpp172 Vector<String8> *roles) {
178 roles->clear();
179 roles->push(String8(kComponents[i].mRole));
170 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
H A DOMXMaster.cpp187 Vector<String8> *roles) {
190 roles->clear();
199 return plugin->getRolesOfComponent(name, roles);
185 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
H A DOMXMaster.h50 Vector<String8> *roles);
H A DOMX.cpp206 Vector<String8> roles; local
208 mMaster->getRolesOfComponent(componentName, &roles);
211 for (OMX_U32 i = 0; i < roles.size(); ++i) {
212 info.mRoles.push_back(roles[i]);
/frameworks/native/include/media/hardware/
H A DOMXPluginBase.h50 Vector<String8> *roles) = 0;
/frameworks/native/include/media/openmax/
H A DOMX_Core.h1412 /** The OMX_GetRolesOfComponent method will return the number of roles supported by the given
1413 component and (if the roles field is non-NULL) the names of those roles. The call will fail if
1416 * first call this function with the roles field NULL to determine the number of role names
1417 * second call this function with the roles field pointing to an array of names allocated
1427 If roles is NULL, the input is ignored and the output specifies how many roles the component supports.
1430 on output, it specifies the number of roles string names listed within the roles parameter.
1431 @param [out] roles
[all...]

Completed in 5834 milliseconds