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

/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp138 SLboolean leftSoloed = SL_BOOLEAN_TRUE; local
139 res = (*muteSolo)->GetChannelSolo(muteSolo, 0, &leftSoloed); ExitOnError(res);
142 leftSoloed == SL_BOOLEAN_TRUE ? SL_BOOLEAN_FALSE : SL_BOOLEAN_TRUE);
145 leftSoloed == SL_BOOLEAN_TRUE ? SL_BOOLEAN_TRUE : SL_BOOLEAN_FALSE);
147 if (leftSoloed == SL_BOOLEAN_TRUE) { // we've swapped the channel solo above

Completed in 123 milliseconds