Lines Matching refs:CheckErr
59 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__) macro
114 CheckErr(res); in AndroidBufferQueueCallback()
212 CheckErr(res); in TestPlayStream()
227 iidArray, required); CheckErr(res); in TestPlayStream()
231 CheckErr(res); in TestPlayStream()
251 MAX_NUMBER_INTERFACES, iidArray, required); CheckErr(res); in TestPlayStream()
254 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); in TestPlayStream()
258 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); CheckErr(res); in TestPlayStream()
260 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); CheckErr(res); in TestPlayStream()
263 CheckErr(res); in TestPlayStream()
268 NULL /*pContext*/); CheckErr(res); in TestPlayStream()
271 CheckErr(res); in TestPlayStream()
276 CheckErr(res); in TestPlayStream()
286 CheckErr(res); in TestPlayStream()
294 CheckErr(res); in TestPlayStream()
306 CheckErr(res); in TestPlayStream()
319 CheckErr(res); in TestPlayStream()
352 CheckErr(res); in TestPlayStream()
362 CheckErr(res); in TestPlayStream()
400 CheckErr(res); in main()
403 CheckErr(res); in main()