Searched refs:pInterfaceId (Results 1 – 7 of 7) sorted by relevance
/frameworks/wilhelm/src/ |
D | entry.c | 215 LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId, in liQuerySupportedInterfaces() argument 219 if (NULL == pInterfaceId) { in liQuerySupportedInterfaces() 222 *pInterfaceId = NULL; in liQuerySupportedInterfaces() 241 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH]; in liQuerySupportedInterfaces()
|
D | sl_entry.c | 53 SLInterfaceID *pInterfaceId) in slQuerySupportedEngineInterfaces() argument 57 result = liQuerySupportedInterfaces(index, pInterfaceId, objectIDtoClass(SL_OBJECTID_ENGINE)); in slQuerySupportedEngineInterfaces()
|
D | xa_entry.c | 52 XAInterfaceID *pInterfaceId) in xaQuerySupportedEngineInterfaces() argument 56 result = liQuerySupportedInterfaces(index, (SLInterfaceID *) pInterfaceId, in xaQuerySupportedEngineInterfaces()
|
D | sles_allinclusive.h | 429 extern LI_API SLresult liQuerySupportedInterfaces(SLuint32 index, SLInterfaceID *pInterfaceId,
|
/frameworks/wilhelm/src/itf/ |
D | IEngine.c | 825 SLuint32 objectID, SLuint32 index, SLInterfaceID *pInterfaceId) in IEngine_QuerySupportedInterfaces() argument 829 if (NULL == pInterfaceId) { in IEngine_QuerySupportedInterfaces() 832 *pInterfaceId = NULL; in IEngine_QuerySupportedInterfaces() 854 *pInterfaceId = &SL_IID_array[clazz->mInterfaces[i].mMPH]; in IEngine_QuerySupportedInterfaces() 1365 XAuint32 index, XAInterfaceID *pInterfaceId) in IXAEngine_QuerySupportedInterfaces() argument 1370 (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
|