Searched refs:pExtensionName (Results 1 – 3 of 3) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | IEngine.c | 886 SLuint32 index, SLchar *pExtensionName, SLint16 *pNameLength) in IEngine_QuerySupportedExtension() argument 901 if (NULL == pExtensionName) { in IEngine_QuerySupportedExtension() 911 memcpy(pExtensionName, extensionName, (size_t) availableNameLength - 1); in IEngine_QuerySupportedExtension() 912 pExtensionName[(size_t) availableNameLength - 1] = '\0'; in IEngine_QuerySupportedExtension() 915 memcpy(pExtensionName, extensionName, actualNameLength); in IEngine_QuerySupportedExtension() 928 const SLchar *pExtensionName, SLboolean *pSupported) in IEngine_IsExtensionSupported() argument 936 if (NULL == pExtensionName) { in IEngine_IsExtensionSupported() 942 if (!strcmp((const char *) pExtensionName, extensionNames[i])) { in IEngine_IsExtensionSupported() 1369 XAchar *pExtensionName, XAint16 *pNameLength) in IXAEngine_QuerySupportedExtension() argument 1373 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,
|