Searched refs:strengthSupported (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/examples/
H A DslesTestBassBoostPath.cpp194 SLboolean strengthSupported = SL_BOOLEAN_FALSE; local
195 result = (*bbItf)->IsStrengthSupported(bbItf, &strengthSupported);
197 if (SL_BOOLEAN_FALSE == strengthSupported) {
H A DslesTestVirtualizerPath.cpp195 SLboolean strengthSupported = SL_BOOLEAN_FALSE; local
196 result = (*virtItf)->IsStrengthSupported(virtItf, &strengthSupported);
198 if (SL_BOOLEAN_FALSE == strengthSupported) {

Completed in 13 milliseconds