HomeSort by relevance Sort by last modified time
    Searched full:volitf (Results 1 - 3 of 3) sorted by null

  /system/media/opensles/tests/mimeUri/
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);
slesTestPlayUri.cpp 113 SLVolumeItf volItf;
172 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
198 res = (*volItf)->SetVolumeLevel( volItf, -300);
  /system/media/opensles/tests/
mimeUri_test.cpp 117 SLVolumeItf volItf;
175 res = (*player)->GetInterface(player, SL_IID_VOLUME, (void*)&volItf);
195 res = (*volItf)->SetVolumeLevel( volItf, -300);

Completed in 63 milliseconds