Home | History | Annotate | Download | only in listening

Lines Matching refs:SL_BOOLEAN_FALSE

122                        leftMuted == SL_BOOLEAN_TRUE ? SL_BOOLEAN_FALSE : SL_BOOLEAN_TRUE);
125 leftMuted == SL_BOOLEAN_TRUE ? SL_BOOLEAN_TRUE : SL_BOOLEAN_FALSE);
142 leftSoloed == SL_BOOLEAN_TRUE ? SL_BOOLEAN_FALSE : SL_BOOLEAN_TRUE);
145 leftSoloed == SL_BOOLEAN_TRUE ? SL_BOOLEAN_TRUE : SL_BOOLEAN_FALSE);
194 required[i] = SL_BOOLEAN_FALSE;
206 result = (*outputMix)->Realize(outputMix, SL_BOOLEAN_FALSE);
243 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
341 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 1, SL_BOOLEAN_FALSE);
351 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 0, SL_BOOLEAN_FALSE); ExitOnError(result);
352 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 1, SL_BOOLEAN_FALSE); ExitOnError(result);
398 result = (*sl)->Realize(sl, SL_BOOLEAN_FALSE);