Searched defs:pNumSupportedInterfaces (Results 1 - 4 of 4) sorted by last modified time

/frameworks/wilhelm/src/
H A Dentry.c180 LI_API SLresult liQueryNumSupportedInterfaces(SLuint32 *pNumSupportedInterfaces, argument
184 if (NULL == pNumSupportedInterfaces) {
206 *pNumSupportedInterfaces = count;
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,
/frameworks/wilhelm/src/itf/
H A DIEngine.c776 SLuint32 objectID, SLuint32 *pNumSupportedInterfaces)
780 if (NULL == pNumSupportedInterfaces) {
805 *pNumSupportedInterfaces = count;
1341 XAuint32 *pNumSupportedInterfaces)
1346 pNumSupportedInterfaces);
775 IEngine_QueryNumSupportedInterfaces(SLEngineItf self, SLuint32 objectID, SLuint32 *pNumSupportedInterfaces) argument
1340 IXAEngine_QueryNumSupportedInterfaces(XAEngineItf self, XAuint32 objectID, XAuint32 *pNumSupportedInterfaces) argument

Completed in 63 milliseconds