Lines Matching refs:CheckErr
45 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__)
69 SLresult res = (*caller)->GetFillLevel(caller, &level); CheckErr(res);
72 res = (*caller)->GetPrefetchStatus(caller, &status); CheckErr(res);
100 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res);
113 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res);
118 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res);
160 CheckErr(res);
175 iidArray, required); CheckErr(res);
179 CheckErr(res);
199 NUM_EXPLICIT_INTERFACES_FOR_PLAYER, iidArray, required); CheckErr(res);
202 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res);
207 CheckErr(res);
210 CheckErr(res);
213 CheckErr(res);
215 CheckErr(res);
218 CheckErr(res);
221 res = (*prefetchItf)->SetFillUpdatePeriod(prefetchItf, 50); CheckErr(res);
225 CheckErr(res);
227 CheckErr(res);
230 CheckErr(res);
232 CheckErr(res);
236 CheckErr(res);
241 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PAUSED ); CheckErr(res);
260 res = (*playItf)->GetDuration(playItf, &durationInMsec); CheckErr(res);
269 res = (*playItf)->SetPlayState( playItf, SL_PLAYSTATE_PLAYING ); CheckErr(res);
275 res = (*playItf)->GetPosition(playItf, &posInMsec); CheckErr(res);
301 res = (*playItf)->SetPlayState(playItf, SL_PLAYSTATE_STOPPED); CheckErr(res);
335 CheckErr(res);
338 CheckErr(res);