Home
last modified time | relevance | path

Searched refs:roles (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DSoftOMXPlugin.cpp173 Vector<String8> *roles) { in getRolesOfComponent() argument
179 roles->clear(); in getRolesOfComponent()
180 roles->push(String8(kComponents[i].mRole)); in getRolesOfComponent()
DOMXMaster.cpp212 Vector<String8> *roles) { in getRolesOfComponent() argument
215 roles->clear(); in getRolesOfComponent()
224 return plugin->getRolesOfComponent(name, roles); in getRolesOfComponent()
DSoftOMXPlugin.h45 Vector<String8> *roles);
DOMXMaster.h50 Vector<String8> *roles);
DOMX.cpp227 Vector<String8> roles; in listNodes() local
229 mMaster->getRolesOfComponent(componentName, &roles); in listNodes()
232 for (OMX_U32 i = 0; i < roles.size(); ++i) { in listNodes()
233 info.mRoles.push_back(roles[i]); in listNodes()
/frameworks/native/include/media/hardware/
DOMXPluginBase.h50 Vector<String8> *roles) = 0;
/frameworks/base/tests/AccessoryDisplay/
DREADME6 There are two applications with two distinct roles: a sink
/frameworks/native/include/media/openmax/
DOMX_Core.h1471 OMX_OUT OMX_U8 **roles);
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd12 <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
/frameworks/base/docs/html/training/articles/
Duser-data-ids.jd362 <li><em><strong>Segregating and monitoring access control lists for users or roles
371 minimize the number of individuals or roles that are in both ACLs, and</li>
/frameworks/base/docs/html-intl/intl/es/distribute/googleplay/families/
Dfaq.jd128 …<li><strong>Juego de roles</strong>: Se trata de aplicaciones o juegos en los que una persona pued…
/frameworks/base/docs/html/guide/topics/ui/
Dmenus.jd1008 application can be included in the menu of others (reverse the roles described above).</p>