Home | History | Annotate | Download | only in listening

Lines Matching refs:ExitOnError

41 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__)
108 SLresult res = (*muteSolo)->GetNumChannels(muteSolo, &numChannels); ExitOnError(res);
111 res = (*playItf)->GetPosition(playItf, &position); ExitOnError(res);
119 res = (*muteSolo)->GetChannelMute(muteSolo, 0, &leftMuted); ExitOnError(res);
123 ExitOnError(res);
126 ExitOnError(res);
139 res = (*muteSolo)->GetChannelSolo(muteSolo, 0, &leftSoloed); ExitOnError(res);
143 ExitOnError(res);
146 ExitOnError(res);
190 ExitOnError(result);
203 ExitOnError(result);
207 ExitOnError(result);
240 ExitOnError(result);
243 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
248 ExitOnError(result);
252 ExitOnError(result);
263 ExitOnError(result);
271 ExitOnError(result);
283 ExitOnError(result);
297 ExitOnError(result);
299 ExitOnError(result);
301 ExitOnError(result);
310 ExitOnError(result);
327 ExitOnError(result);
334 ExitOnError(result);
343 ExitOnError(result);
345 ExitOnError(result);
352 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); ExitOnError(result);
354 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 0, SL_BOOLEAN_FALSE); ExitOnError(result);
355 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 1, SL_BOOLEAN_FALSE); ExitOnError(result);
363 ExitOnError(result);
398 ExitOnError(result);
402 ExitOnError(result);