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

  /frameworks/wilhelm/tests/sandbox/
multiplay.c 256 SLmillibel volumeLevel = -((rand() & 0x7FFFFFFF) % ((SL_MILLIBEL_MIN + 1) / 10));
257 printf("volume %d\n", volumeLevel);
258 result = (*p->mPlayerVolume)->SetVolumeLevel(p->mPlayerVolume, volumeLevel);
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
MediaEngine.java 48 private static final int volumeLevel = 204;
177 check(voe.setSpeakerVolume(volumeLevel) == 0,

Completed in 205 milliseconds