Searched defs:pNameSize (Results 1 - 2 of 2) sorted by last modified time

/frameworks/wilhelm/src/itf/
H A DIAndroidEffectCapabilities.c45 SLchar * pName, SLuint16 *pNameSize) {
60 if ((NULL != pName) && (0 < *pNameSize)) {
63 *pNameSize > len ? len : *pNameSize );
64 *pNameSize = len;
43 IAndroidEffectCapabilities_QueryEffect(SLAndroidEffectCapabilitiesItf self, SLuint32 index, SLInterfaceID *pEffectType, SLInterfaceID *pEffectImplementation, SLchar * pName, SLuint16 *pNameSize) argument
H A DIStreamInformation.c163 XAuint16 * pNameSize, /* [in/out] */
168 if (NULL == pNameSize || streamIndex == 0) {
185 SLuint16 availableNameLength = *pNameSize;
197 *pNameSize = actualNameLength;
161 IStreamInformation_QueryStreamName( XAStreamInformationItf self, XAuint32 streamIndex, XAuint16 * pNameSize, XAchar * pName) argument

Completed in 37 milliseconds