Searched refs:pExtensionName (Results 1 – 3 of 3) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | IEngine.c | 889 SLuint32 index, SLchar *pExtensionName, SLint16 *pNameLength) in IEngine_QuerySupportedExtension() argument 904 if (NULL == pExtensionName) { in IEngine_QuerySupportedExtension() 914 memcpy(pExtensionName, extensionName, (size_t) availableNameLength - 1); in IEngine_QuerySupportedExtension() 915 pExtensionName[(size_t) availableNameLength - 1] = '\0'; in IEngine_QuerySupportedExtension() 918 memcpy(pExtensionName, extensionName, actualNameLength); in IEngine_QuerySupportedExtension() 931 const SLchar *pExtensionName, SLboolean *pSupported) in IEngine_IsExtensionSupported() argument 939 if (NULL == pExtensionName) { in IEngine_IsExtensionSupported() 945 if (!strcmp((const char *) pExtensionName, extensionNames[i])) { in IEngine_IsExtensionSupported() 1372 XAchar *pExtensionName, XAint16 *pNameLength) in IXAEngine_QuerySupportedExtension() argument 1376 index, pExtensionName, (SLint16 *) pNameLength); in IXAEngine_QuerySupportedExtension() [all …]
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 2657 SLchar * pExtensionName, 2662 const SLchar * pExtensionName,
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 652 XAchar * pExtensionName, 657 const XAchar * pExtensionName,
|