Searched refs:leftMuted (Results 1 - 1 of 1) sorted by path

/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp118 SLboolean leftMuted = SL_BOOLEAN_TRUE; local
119 res = (*muteSolo)->GetChannelMute(muteSolo, 0, &leftMuted); ExitOnError(res);
122 leftMuted == SL_BOOLEAN_TRUE ? SL_BOOLEAN_FALSE : SL_BOOLEAN_TRUE);
125 leftMuted == SL_BOOLEAN_TRUE ? SL_BOOLEAN_TRUE : SL_BOOLEAN_FALSE);
127 if (leftMuted == SL_BOOLEAN_TRUE) { // we've swapped the channel mute above

Completed in 183 milliseconds