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

/frameworks/wilhelm/src/
H A Dsl_entry.cpp53 SLInterfaceID *pInterfaceId)
57 result = liQuerySupportedInterfaces(index, pInterfaceId, objectIDtoClass(SL_OBJECTID_ENGINE));
52 slQuerySupportedEngineInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId) argument
H A Dxa_entry.cpp52 XAInterfaceID *pInterfaceId)
56 result = liQuerySupportedInterfaces(index, (SLInterfaceID *) pInterfaceId,
51 xaQuerySupportedEngineInterfaces(XAuint32 index, XAInterfaceID *pInterfaceId) argument
H A Dentry.cpp213 LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId, argument
217 if (NULL == pInterfaceId) {
220 *pInterfaceId = NULL;
239 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH];
/frameworks/wilhelm/src/itf/
H A DIEngine.cpp826 SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId)
830 if (NULL == pInterfaceId) {
833 *pInterfaceId = NULL;
855 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH];
1366 XAuint32 index, XAInterfaceID *pInterfaceId)
1371 (SLInterfaceID *) pInterfaceId);
825 IEngine_QuerySupportedInterfaces(SLEngineItf self, SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) argument
1365 IXAEngine_QuerySupportedInterfaces(XAEngineItf self, XAuint32 objectID, XAuint32 index, XAInterfaceID *pInterfaceId) argument

Completed in 60 milliseconds