Home | History | Annotate | Download | only in examples

Lines Matching refs:CheckErr

59 void CheckErr( SLresult res )
97 CheckErr(res);
139 CheckErr(res);
153 iidArray, required); CheckErr(res);
157 CheckErr(res);
161 (void*)&volumeItf); CheckErr(res);
204 &audioSource, &audioSink, 1, iidArray, required); CheckErr(res);
208 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
213 CheckErr(res);
217 (void*)&bufferQueueItf); CheckErr(res);
221 BufferQueueCallback, &cntxt); CheckErr(res);
225 res = (*volumeItf)->SetVolumeLevel(volumeItf, -300); CheckErr(res);
231 CheckErr(res);
236 CheckErr(res);
241 CheckErr(res);
247 CheckErr(res);
255 CheckErr(res);
265 CheckErr(res);
285 CheckErr(res);
287 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); CheckErr(res);