Searched defs:pSupported (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIBassBoost.c146 static SLresult IBassBoost_IsStrengthSupported(SLBassBoostItf self, SLboolean *pSupported) argument
150 if (NULL == pSupported) {
154 *pSupported = SL_BOOLEAN_TRUE;
169 *pSupported = (SLboolean) (supported != 0);
H A DIVirtualizer.c148 static SLresult IVirtualizer_IsStrengthSupported(SLVirtualizerItf self, SLboolean *pSupported) argument
152 if (NULL == pSupported) {
156 *pSupported = SL_BOOLEAN_TRUE;
171 *pSupported = (SLboolean) (supported != 0);
H A DIEngine.c928 const SLchar *pExtensionName, SLboolean *pSupported)
932 if (NULL == pSupported) {
949 *pSupported = isSupported;
1378 XAboolean *pSupported)
1382 pExtensionName, pSupported);
927 IEngine_IsExtensionSupported(SLEngineItf self, const SLchar *pExtensionName, SLboolean *pSupported) argument
1377 IXAEngine_IsExtensionSupported(XAEngineItf self, const XAchar *pExtensionName, XAboolean *pSupported) argument

Completed in 35 milliseconds