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

/frameworks/wilhelm/src/
H A Dsl_entry.c53 SLInterfaceID *pInterfaceId)
57 result = liQuerySupportedInterfaces(index, pInterfaceId, objectIDtoClass(SL_OBJECTID_ENGINE));
52 slQuerySupportedEngineInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId) argument
H A Dxa_entry.c52 XAInterfaceID *pInterfaceId)
56 result = liQuerySupportedInterfaces(index, (SLInterfaceID *) pInterfaceId,
51 xaQuerySupportedEngineInterfaces(XAuint32 index, XAInterfaceID *pInterfaceId) argument
H A Dentry.c215 LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId, argument
219 if (NULL == pInterfaceId) {
222 *pInterfaceId = NULL;
241 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH];
/frameworks/wilhelm/src/itf/
H A DIEngine.c825 SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId)
829 if (NULL == pInterfaceId) {
832 *pInterfaceId = NULL;
854 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH];
1365 XAuint32 index, XAInterfaceID *pInterfaceId)
1370 (SLInterfaceID *) pInterfaceId);
824 IEngine_QuerySupportedInterfaces(SLEngineItf self, SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) argument
1364 IXAEngine_QuerySupportedInterfaces(XAEngineItf self, XAuint32 objectID, XAuint32 index, XAInterfaceID *pInterfaceId) argument

Completed in 63 milliseconds