Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSoftOMXPlugin.cpp172 Vector<String8> *roles) { in getRolesOfComponent() argument
178 roles->clear(); in getRolesOfComponent()
179 roles->push(String8(kComponents[i].mRole)); in getRolesOfComponent()
DOMXMaster.cpp187 Vector<String8> *roles) { in getRolesOfComponent() argument
190 roles->clear(); in getRolesOfComponent()
199 return plugin->getRolesOfComponent(name, roles); in getRolesOfComponent()
DSoftOMXPlugin.h45 Vector<String8> *roles);
DOMXMaster.h50 Vector<String8> *roles);
DOMX.cpp206 Vector<String8> roles; in listNodes() local
208 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()
/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.h1440 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/tools/testing/
Dtesting_ui.jd56 …ut. This approach allows for better separation of development and testing roles in your organizati…
/frameworks/base/docs/html/guide/topics/ui/
Dmenus.jd1027 application can be included in the menu of others (reverse the roles described above).</p>