Searched refs:pInterfaceId (Results 1 – 7 of 7) sorted by relevance
/frameworks/wilhelm/src/ |
D | entry.cpp | 213 LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId, in liQuerySupportedInterfaces() argument 217 if (NULL == pInterfaceId) { in liQuerySupportedInterfaces() 220 *pInterfaceId = NULL; in liQuerySupportedInterfaces() 239 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH]; in liQuerySupportedInterfaces()
|
D | sl_entry.cpp | 53 SLInterfaceID *pInterfaceId) in slQuerySupportedEngineInterfaces() argument 57 result = liQuerySupportedInterfaces(index, pInterfaceId, objectIDtoClass(SL_OBJECTID_ENGINE)); in slQuerySupportedEngineInterfaces()
|
D | xa_entry.cpp | 52 XAInterfaceID *pInterfaceId) in xaQuerySupportedEngineInterfaces() argument 56 result = liQuerySupportedInterfaces(index, (SLInterfaceID *) pInterfaceId, in xaQuerySupportedEngineInterfaces()
|
D | sles_allinclusive.h | 437 extern LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId,
|
/frameworks/wilhelm/src/itf/ |
D | IEngine.cpp | 826 SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) in IEngine_QuerySupportedInterfaces() argument 830 if (NULL == pInterfaceId) { in IEngine_QuerySupportedInterfaces() 833 *pInterfaceId = NULL; in IEngine_QuerySupportedInterfaces() 855 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH]; in IEngine_QuerySupportedInterfaces() 1366 XAuint32 index, XAInterfaceID *pInterfaceId) in IXAEngine_QuerySupportedInterfaces() argument 1371 (SLInterfaceID *) pInterfaceId); in IXAEngine_QuerySupportedInterfaces()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 2648 SLInterfaceID * pInterfaceId 2767 SLInterfaceID * pInterfaceId
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 522 XAInterfaceID * pInterfaceId 643 XAInterfaceID * pInterfaceId
|