Lines Matching refs:CheckErr
59 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__) macro
114 CheckErr(res); in AndroidBufferQueueCallback()
209 CheckErr(res); in TestPlayStream()
224 iidArray, required); CheckErr(res); in TestPlayStream()
228 CheckErr(res); in TestPlayStream()
248 MAX_NUMBER_INTERFACES, iidArray, required); CheckErr(res); in TestPlayStream()
251 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); in TestPlayStream()
255 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); CheckErr(res); in TestPlayStream()
257 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); CheckErr(res); in TestPlayStream()
260 CheckErr(res); in TestPlayStream()
265 NULL /*pContext*/); CheckErr(res); in TestPlayStream()
268 CheckErr(res); in TestPlayStream()
273 CheckErr(res); in TestPlayStream()
283 CheckErr(res); in TestPlayStream()
291 CheckErr(res); in TestPlayStream()
303 CheckErr(res); in TestPlayStream()
316 CheckErr(res); in TestPlayStream()
349 CheckErr(res); in TestPlayStream()
359 CheckErr(res); in TestPlayStream()
397 CheckErr(res); in main()
400 CheckErr(res); in main()