Lines Matching refs:CheckErr
59 void CheckErr( SLresult res ) in CheckErr() function
97 CheckErr(res); in BufferQueueCallback()
136 CheckErr(res); in TestPlaySawtoothBufferQueue()
150 iidArray, required); CheckErr(res); in TestPlaySawtoothBufferQueue()
154 CheckErr(res); in TestPlaySawtoothBufferQueue()
158 (void*)&volumeItf); CheckErr(res); in TestPlaySawtoothBufferQueue()
201 &audioSource, &audioSink, 1, iidArray, required); CheckErr(res); in TestPlaySawtoothBufferQueue()
205 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); in TestPlaySawtoothBufferQueue()
210 CheckErr(res); in TestPlaySawtoothBufferQueue()
214 (void*)&bufferQueueItf); CheckErr(res); in TestPlaySawtoothBufferQueue()
218 BufferQueueCallback, &cntxt); CheckErr(res); in TestPlaySawtoothBufferQueue()
222 res = (*volumeItf)->SetVolumeLevel(volumeItf, -300); CheckErr(res); in TestPlaySawtoothBufferQueue()
228 CheckErr(res); in TestPlaySawtoothBufferQueue()
233 CheckErr(res); in TestPlaySawtoothBufferQueue()
238 CheckErr(res); in TestPlaySawtoothBufferQueue()
244 CheckErr(res); in TestPlaySawtoothBufferQueue()
252 CheckErr(res); in TestPlaySawtoothBufferQueue()
262 CheckErr(res); in TestPlaySawtoothBufferQueue()
282 CheckErr(res); in main()
284 res = (*sl)->Realize(sl, SL_BOOLEAN_FALSE); CheckErr(res); in main()