Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayUri.cpp143 SLVolumeItf volItf; in TestPlayUri() local
202 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); in TestPlayUri()
239 res = (*volItf)->SetVolumeLevel( volItf, -300); in TestPlayUri()
282 (*volItf)->SetVolumeLevel( volItf, 0); in TestPlayUri()
285 (*volItf)->SetVolumeLevel( volItf, -2000); in TestPlayUri()
288 (*volItf)->SetMute( volItf, SL_BOOLEAN_TRUE); in TestPlayUri()
291 (*volItf)->SetVolumeLevel( volItf, 0); in TestPlayUri()
294 (*volItf)->SetMute( volItf, SL_BOOLEAN_FALSE); in TestPlayUri()
DslesTestPlayUri2.cpp82 SLVolumeItf volItf, volItf2; in TestPlayUri() local
159 result = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); in TestPlayUri()
178 result = (*volItf)->SetVolumeLevel( volItf, -300); in TestPlayUri()
181 result = (*volItf)->EnableStereoPosition( volItf, SL_BOOLEAN_TRUE); ExitOnError(result); in TestPlayUri()
182 result = (*volItf)->SetStereoPosition( volItf, -1000); ExitOnError(result); in TestPlayUri()
DslesTestGetPositionUri.cpp145 SLVolumeItf volItf; in TestGetPositionUri() local
209 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); in TestGetPositionUri()
235 res = (*volItf)->SetVolumeLevel( volItf, -300); in TestGetPositionUri()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp117 SLVolumeItf volItf; in TestPlayUri() local
175 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); in TestPlayUri()
191 res = (*volItf)->SetVolumeLevel( volItf, -300); in TestPlayUri()
/frameworks/wilhelm/tests/sandbox/streamSource/
DslesTestPlayStream.cpp198 SLVolumeItf volItf; in TestPlayStream() local
260 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); CheckErr(res); in TestPlayStream()
285 res = (*volItf)->SetVolumeLevel( volItf, 0);//-300); in TestPlayStream()