Searched refs:pExtensionName (Results 1 – 3 of 3) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | IEngine.cpp | 897 SLuint32 index, SLchar *pExtensionName, SLint16 *pNameLength) in IEngine_QuerySupportedExtension() argument 912 if (NULL == pExtensionName) { in IEngine_QuerySupportedExtension() 922 memcpy(pExtensionName, extensionName, (size_t) availableNameLength - 1); in IEngine_QuerySupportedExtension() 923 pExtensionName[(size_t) availableNameLength - 1] = '\0'; in IEngine_QuerySupportedExtension() 926 memcpy(pExtensionName, extensionName, actualNameLength); in IEngine_QuerySupportedExtension() 939 const SLchar *pExtensionName, SLboolean *pSupported) in IEngine_IsExtensionSupported() argument 947 if (NULL == pExtensionName) { in IEngine_IsExtensionSupported() 953 if (!strcmp((const char *) pExtensionName, extensionNames[i])) { in IEngine_IsExtensionSupported() 1384 XAchar *pExtensionName, XAint16 *pNameLength) in IXAEngine_QuerySupportedExtension() argument 1388 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,
|