Searched refs:volItf (Results 1 - 5 of 5) sorted by relevance
/frameworks/wilhelm/tests/mimeUri/ |
H A D | slesTestPlayUri.cpp | 140 SLVolumeItf volItf; local 199 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); 236 res = (*volItf)->SetVolumeLevel( volItf, -300); 279 (*volItf)->SetVolumeLevel( volItf, 0); 282 (*volItf)->SetVolumeLevel( volItf, -2000); 285 (*volItf)->SetMute( volItf, SL_BOOLEAN_TRU [all...] |
H A D | slesTestPlayUri2.cpp | 82 SLVolumeItf volItf, volItf2; local 159 result = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); 178 result = (*volItf)->SetVolumeLevel( volItf, -300); 181 result = (*volItf)->EnableStereoPosition( volItf, SL_BOOLEAN_TRUE); ExitOnError(result); 182 result = (*volItf)->SetStereoPosition( volItf, -1000); ExitOnError(result);
|
H A D | slesTestGetPositionUri.cpp | 142 SLVolumeItf volItf; local 206 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); 232 res = (*volItf)->SetVolumeLevel( volItf, -300);
|
/frameworks/wilhelm/tests/ |
H A D | mimeUri_test.cpp | 114 SLVolumeItf volItf; local 172 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); 188 res = (*volItf)->SetVolumeLevel( volItf, -300);
|
/frameworks/wilhelm/tests/sandbox/streamSource/ |
H A D | slesTestPlayStream.cpp | 198 SLVolumeItf volItf; local 260 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); CheckErr(res); 285 res = (*volItf)->SetVolumeLevel( volItf, 0);//-300);
|
Completed in 10 milliseconds