Searched refs:volItf (Results 1 - 5 of 5) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp143 SLVolumeItf volItf; local
202 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
239 res = (*volItf)->SetVolumeLevel( volItf, -300);
282 (*volItf)->SetVolumeLevel( volItf, 0);
285 (*volItf)->SetVolumeLevel( volItf, -2000);
288 (*volItf)->SetMute( volItf, SL_BOOLEAN_TRU
[all...]
H A DslesTestPlayUri2.cpp82 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 DslesTestGetPositionUri.cpp145 SLVolumeItf volItf; local
209 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
235 res = (*volItf)->SetVolumeLevel( volItf, -300);
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp117 SLVolumeItf volItf; local
175 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
191 res = (*volItf)->SetVolumeLevel( volItf, -300);
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp198 SLVolumeItf volItf; local
260 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); CheckErr(res);
285 res = (*volItf)->SetVolumeLevel( volItf, 0);//-300);

Completed in 912 milliseconds