Searched defs:pNumSupportedInterfaces (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/
H A Dsl_entry.c37 SL_API SLresult SLAPIENTRY slQueryNumSupportedEngineInterfaces(SLuint32 *pNumSupportedInterfaces) argument
41 result = liQueryNumSupportedInterfaces(pNumSupportedInterfaces,
H A Dxa_entry.c38 XA_API XAresult XAAPIENTRY xaQueryNumSupportedEngineInterfaces(XAuint32 *pNumSupportedInterfaces) argument
42 result = liQueryNumSupportedInterfaces(pNumSupportedInterfaces,
H A Dentry.c180 LI_API SLresult liQueryNumSupportedInterfaces(SLuint32 *pNumSupportedInterfaces, argument
184 if (NULL == pNumSupportedInterfaces) {
206 *pNumSupportedInterfaces = count;
/frameworks/wilhelm/src/itf/
H A DIEngine.c786 SLuint32 objectID, SLuint32 *pNumSupportedInterfaces)
790 if (NULL == pNumSupportedInterfaces) {
815 *pNumSupportedInterfaces = count;
1355 XAuint32 *pNumSupportedInterfaces)
1360 pNumSupportedInterfaces);
785 IEngine_QueryNumSupportedInterfaces(SLEngineItf self, SLuint32 objectID, SLuint32 *pNumSupportedInterfaces) argument
1354 IXAEngine_QueryNumSupportedInterfaces(XAEngineItf self, XAuint32 objectID, XAuint32 *pNumSupportedInterfaces) argument

Completed in 68 milliseconds