Searched refs:roles (Results 1 – 11 of 11) sorted by relevance
172 Vector<String8> *roles) { in getRolesOfComponent() argument178 roles->clear(); in getRolesOfComponent()179 roles->push(String8(kComponents[i].mRole)); in getRolesOfComponent()
187 Vector<String8> *roles) { in getRolesOfComponent() argument190 roles->clear(); in getRolesOfComponent()199 return plugin->getRolesOfComponent(name, roles); in getRolesOfComponent()
45 Vector<String8> *roles);
50 Vector<String8> *roles);
206 Vector<String8> roles; in listNodes() local208 mMaster->getRolesOfComponent(componentName, &roles); in listNodes()211 for (OMX_U32 i = 0; i < roles.size(); ++i) { in listNodes()212 info.mRoles.push_back(roles[i]); in listNodes()
50 Vector<String8> *roles) = 0;
6 There are two applications with two distinct roles: a sink
1440 OMX_OUT OMX_U8 **roles);
12 <li><a href="#roles">Roles and Responsibilities</a></li>109 <h3 id="roles">Roles and Responsibilities</h3>111 <p>Here are the roles and responsibilities that apply when
56 …ut. This approach allows for better separation of development and testing roles in your organizati…
1027 application can be included in the menu of others (reverse the roles described above).</p>