HomeSort by relevance Sort by last modified time
    Searched refs:volItf (Results 1 - 5 of 5) sorted by null

  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayUri.cpp 140 SLVolumeItf volItf;
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_TRUE)
    [all...]
slesTestPlayUri2.cpp 82 SLVolumeItf volItf, volItf2;
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);
slesTestGetPositionUri.cpp 142 SLVolumeItf volItf;
206 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
232 res = (*volItf)->SetVolumeLevel( volItf, -300);
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 114 SLVolumeItf volItf;
172 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
188 res = (*volItf)->SetVolumeLevel( volItf, -300);
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 195 SLVolumeItf volItf;
257 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf); CheckErr(res);
282 res = (*volItf)->SetVolumeLevel( volItf, 0);//-300);

Completed in 132 milliseconds