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.c938 const SLchar *pExtensionName, SLboolean *pSupported)
942 if (NULL == pSupported) {
959 *pSupported = isSupported;
1392 XAboolean *pSupported)
1396 pExtensionName, pSupported);
937 IEngine_IsExtensionSupported(SLEngineItf self, const SLchar *pExtensionName, SLboolean *pSupported) argument
1391 IXAEngine_IsExtensionSupported(XAEngineItf self, const XAchar *pExtensionName, XAboolean *pSupported) argument

Completed in 57 milliseconds