Searched refs:pExtensionName (Results 1 – 3 of 3) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | IEngine.c | 895 SLuint32 index, SLchar *pExtensionName, SLint16 *pNameLength) in IEngine_QuerySupportedExtension() argument 910 if (NULL == pExtensionName) { in IEngine_QuerySupportedExtension() 920 memcpy(pExtensionName, extensionName, (size_t) availableNameLength - 1); in IEngine_QuerySupportedExtension() 921 pExtensionName[(size_t) availableNameLength - 1] = '\0'; in IEngine_QuerySupportedExtension() 924 memcpy(pExtensionName, extensionName, actualNameLength); in IEngine_QuerySupportedExtension() 937 const SLchar *pExtensionName, SLboolean *pSupported) in IEngine_IsExtensionSupported() argument 945 if (NULL == pExtensionName) { in IEngine_IsExtensionSupported() 951 if (!strcmp((const char *) pExtensionName, extensionNames[i])) { in IEngine_IsExtensionSupported() 1378 XAchar *pExtensionName, XAint16 *pNameLength) in IXAEngine_QuerySupportedExtension() argument 1382 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,
|