HomeSort by relevance Sort by last modified time
    Searched refs:set_volume (Results 1 - 20 of 20) 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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
mixer_abst.h 87 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/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
mixer_abst.h 87 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.7-4.6/sysroot/usr/include/alsa/
mixer_abst.h 87 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:__anon31073
audio.h 274 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 244 out->stream.set_volume = out_set_volume;
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 274 out->stream.set_volume = out_set_volume;
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_avrcp.cpp 390 if ((status = sBluetoothAvrcpInterface->set_volume((uint8_t)volume)) != BT_STATUS_SUCCESS) {
391 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;
594 out->stream.set_volume = out_set_volume;
  /device/generic/goldfish/audio/
audio_hw.c 413 out->stream.set_volume = out_set_volume;
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 1265 static bt_status_t set_volume(uint8_t volume) function
    [all...]
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 820 out->stream.set_volume = out_set_volume;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 544 out->stream.set_volume = out_set_volume;
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 525 out->stream.set_volume = out_set_volume;
  /device/asus/grouper/audio/
audio_hw.c 1037 out->stream.set_volume = out_set_volume;
    [all...]
  /device/samsung/manta/audio/
audio_hw.c     [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 665 milliseconds