/frameworks/wilhelm/tests/mimeUri/ |
slesTestPlayUri.cpp | 58 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__) 77 CheckErr(result); 81 CheckErr(result); 153 CheckErr(res); 168 iidArray, required); CheckErr(res); 172 CheckErr(res); 192 MAX_NUMBER_INTERFACES, iidArray, required); CheckErr(res); 195 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); 200 CheckErr(res); 203 CheckErr(res) [all...] |
slesTestLoopUri.cpp | 51 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__) 70 CheckErr(result); 73 CheckErr(result); 150 CheckErr(res); 162 iidArray, required); CheckErr(res); 166 CheckErr(res); 190 MAX_NUMBER_INTERFACES, iidArray, required); CheckErr(res); 193 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); 198 CheckErr(res); 201 CheckErr(res) [all...] |
slesTestGetPositionUri.cpp | 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) [all...] |
slesTestSlowDownUri.cpp | 53 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__) 75 SLresult res = (*pRateItf)->GetRate(pRateItf, &rate); CheckErr(res); 77 CheckErr(res); 84 res = (*pRateItf)->SetRate(pRateItf, rate); CheckErr(res); 88 CheckErr(res); 115 CheckErr(result); 118 CheckErr(result); 206 res = (*sl)->GetInterface(sl, SL_IID_ENGINE, (void*)&EngineItf); CheckErr(res); 218 iidArray, required); CheckErr(res); 221 res = (*OutputMix)->Realize(OutputMix, SL_BOOLEAN_FALSE); CheckErr(res) [all...] |
slesTestManyPlayers.cpp | 56 #define CheckErr(x) ExitOnErrorFunc(x, -1, __LINE__) 142 CheckErr(res); 145 CheckErr(res); 148 CheckErr(res); 152 iidArray, required); CheckErr(res); 155 CheckErr(res);
|
/frameworks/wilhelm/tests/examples/ |
slesTestSawtoothBufferQueue.cpp | 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) [all...] |
/frameworks/wilhelm/tests/ |
mimeUri_test.cpp | 63 void CheckErr( SLresult res ) 127 CheckErr(res); 142 iidArray, required); CheckErr(res); 146 CheckErr(res); 166 &audioSource, &audioSink, 2, iidArray, required); CheckErr(res); 169 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); 173 CheckErr(res); 176 CheckErr(res); 179 CheckErr(res); 181 CheckErr(res) [all...] |
/frameworks/wilhelm/tests/sandbox/streamSource/ |
slesTestPlayStream.cpp | 59 #define CheckErr(x) ExitOnErrorFunc(x,__LINE__) 114 CheckErr(res); 212 CheckErr(res); 227 iidArray, required); CheckErr(res); 231 CheckErr(res); 251 MAX_NUMBER_INTERFACES, iidArray, required); CheckErr(res); 254 res = (*player)->Realize(player, SL_BOOLEAN_FALSE); CheckErr(res); 258 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); CheckErr(res); 260 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); CheckErr(res); 263 CheckErr(res) [all...] |
/frameworks/wilhelm/tests/automated/ |
BufferQueue_test.cpp | 53 void CheckErr(SLresult res) { 58 fprintf(stderr, "CheckErr failure: %s (0x%x), exiting\n", str, res); 103 CheckErr(res); 105 CheckErr(res); 107 CheckErr(res); 111 CheckErr(res); 113 CheckErr(res); 191 CheckErr(res); 193 CheckErr(res); 196 CheckErr(res) [all...] |