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.c815 SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId)
819 if (NULL == pInterfaceId) {
822 *pInterfaceId = NULL;
844 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH];
1351 XAuint32 index, XAInterfaceID *pInterfaceId)
1356 (SLInterfaceID *) pInterfaceId);
814 IEngine_QuerySupportedInterfaces(SLEngineItf self, SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) argument
1350 IXAEngine_QuerySupportedInterfaces(XAEngineItf self, XAuint32 objectID, XAuint32 index, XAInterfaceID *pInterfaceId) argument

Completed in 155 milliseconds