Home | History | Annotate | Download | only in listening

Lines Matching refs:ExitOnError

39 #define ExitOnError(x) ExitOnErrorFunc(x,__LINE__)
57 SLresult res = (*muteSolo)->GetNumChannels(muteSolo, &numChannels); ExitOnError(res);
60 res = (*playItf)->GetPosition(playItf, &position); ExitOnError(res);
68 res = (*muteSolo)->GetChannelMute(muteSolo, 0, &leftMuted); ExitOnError(res);
72 ExitOnError(res);
75 ExitOnError(res);
88 res = (*muteSolo)->GetChannelSolo(muteSolo, 0, &leftSoloed); ExitOnError(res);
92 ExitOnError(res);
95 ExitOnError(res);
139 ExitOnError(result);
152 ExitOnError(result);
156 ExitOnError(result);
189 ExitOnError(result);
192 result = (*player)->Realize(player, SL_BOOLEAN_FALSE); ExitOnError(result);
197 ExitOnError(result);
200 ExitOnError(result);
203 ExitOnError(result);
220 ExitOnError(result);
222 ExitOnError(result);
224 ExitOnError(result);
233 ExitOnError(result);
245 ExitOnError(result);
254 ExitOnError(result);
256 ExitOnError(result);
263 result = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); ExitOnError(result);
265 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 0, SL_BOOLEAN_FALSE); ExitOnError(result);
266 result = (*muteSoloItf)->SetChannelMute(muteSoloItf, 1, SL_BOOLEAN_FALSE); ExitOnError(result);
274 ExitOnError(result);
309 ExitOnError(result);
313 ExitOnError(result);