Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayUri.cpp140 SLVolumeItf volItf; in TestPlayUri() local
199 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); in TestPlayUri()
236 res = (*volItf)->SetVolumeLevel( volItf, -300); in TestPlayUri()
279 (*volItf)->SetVolumeLevel( volItf, 0); in TestPlayUri()
282 (*volItf)->SetVolumeLevel( volItf, -2000); in TestPlayUri()
285 (*volItf)->SetMute( volItf, SL_BOOLEAN_TRUE); in TestPlayUri()
288 (*volItf)->SetVolumeLevel( volItf, 0); in TestPlayUri()
291 (*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.cpp142 SLVolumeItf volItf; in TestGetPositionUri() local
206 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); in TestGetPositionUri()
232 res = (*volItf)->SetVolumeLevel( volItf, -300); in TestGetPositionUri()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp114 SLVolumeItf volItf; in TestPlayUri() local
172 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); in TestPlayUri()
188 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()