HomeSort by relevance Sort by last modified time
    Searched refs:strengthSupported (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 194 SLboolean strengthSupported = SL_BOOLEAN_FALSE;
195 result = (*bbItf)->IsStrengthSupported(bbItf, &strengthSupported);
197 if (SL_BOOLEAN_FALSE == strengthSupported) {
slesTestVirtualizerPath.cpp 195 SLboolean strengthSupported = SL_BOOLEAN_FALSE;
196 result = (*virtItf)->IsStrengthSupported(virtItf, &strengthSupported);
198 if (SL_BOOLEAN_FALSE == strengthSupported) {

Completed in 537 milliseconds