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

  /external/chromium_org/media/base/
fake_audio_render_callback.h 48 void set_volume(double volume) { volume_ = volume; } function in class:media::FakeAudioRenderCallback
audio_converter_unittest.cc 86 fake_callbacks_[i]->set_volume(volume);
150 fake_callbacks_[i]->set_volume(volume);
  /external/chromium_org/content/renderer/media/
webrtc_audio_renderer.h 62 void set_volume(float volume) { function in class:content::WebRtcAudioRenderer::PlayingState
webrtc_audio_renderer.cc 105 playing_state_.set_volume(volume);
409 playing_state_.set_volume(volume);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
mixer_abst.h 89 int (*set_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value); member in struct:sm_elem_ops
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
mixer_abst.h 89 int (*set_volume)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value); member in struct:sm_elem_ops
  /hardware/libhardware/include/hardware/
bt_rc.h 258 bt_status_t (*set_volume)(uint8_t volume); member in struct:__anon41309
audio.h 293 int (*set_volume)(struct audio_stream_out *stream, float left, float right); member in struct:audio_stream_out
  /hardware/libhardware/modules/audio/
audio_hw.c 245 out->stream.set_volume = out_set_volume;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 391 if ((status = sBluetoothAvrcpInterface->set_volume((uint8_t)volume)) != BT_STATUS_SUCCESS) {
392 ALOGE("Failed set_volume, status: %d", status);
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 540 out->stream.set_volume = out_set_volume;
595 out->stream.set_volume = out_set_volume;
  /device/asus/fugu/libaudio/
audio_hal_thunks.cpp 523 out->stream.set_volume = out_set_volume;
  /device/generic/goldfish/audio/
audio_hw.c 414 out->stream.set_volume = out_set_volume;
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 1381 static bt_status_t set_volume(uint8_t volume) function
    [all...]
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 1038 out->stream.set_volume = out_set_volume;
    [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 754 out->stream.set_volume = out_set_volume;
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 510 out->stream.set_volume = out_set_volume;
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 527 out->stream.set_volume = out_set_volume;
  /device/asus/grouper/audio/
audio_hw.c     [all...]
  /device/samsung/manta/audio/
audio_hw.c     [all...]
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c     [all...]

Completed in 356 milliseconds