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

/system/media/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;
/system/media/wilhelm/src/itf/
H A DIEngine.c794 SLuint32 objectID, SLuint32 *pNumSupportedInterfaces)
798 if (NULL == pNumSupportedInterfaces) {
823 *pNumSupportedInterfaces = count;
1378 XAuint32 *pNumSupportedInterfaces)
1383 pNumSupportedInterfaces);
793 IEngine_QueryNumSupportedInterfaces(SLEngineItf self, SLuint32 objectID, SLuint32 *pNumSupportedInterfaces) argument
1377 IXAEngine_QueryNumSupportedInterfaces(XAEngineItf self, XAuint32 objectID, XAuint32 *pNumSupportedInterfaces) argument

Completed in 7713 milliseconds