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

1 2

  /external/adhd/cras/src/server/
cras_a2dp_iodev.c 153 iodev->set_volume(iodev);
408 static void set_volume(struct cras_iodev *iodev) function
496 iodev->set_volume = set_volume;
cras_bt_io.c 234 if (dev->set_volume && !iodev->software_volume_needed)
235 dev->set_volume(dev);
344 iodev->set_volume = set_bt_volume;
cras_hfp_iodev.c 254 iodev->set_volume = set_hfp_volume;
cras_iodev.h 96 * set_volume - Function to call if the system volume changes.
174 void (*set_volume)(struct cras_iodev *iodev); member in struct:cras_iodev
cras_iodev.c 632 if (dev->set_volume)
633 dev->set_volume(dev);
    [all...]
cras_iodev_list.c 292 if (dev->set_volume && cras_iodev_is_open(dev))
293 dev->set_volume(dev);
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
RsBrickedBitMask.java 65 scriptC_bricked.set_volume(mVolume.mVolumeAllocation);
VrPipline1.java 96 scriptC_vr.set_volume(state.mVolume.mVolumeAllocation);
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
Droid.java 79 scriptC_bricked.set_volume(v.mVolumeAllocation);
Mandelbulb.java 71 scriptC_mandelbulb.set_volume(v.mVolumeAllocation);
LoaderRaw.java 128 scriptC_bricked.set_volume(v.mVolumeAllocation);
LoaderDicom.java 432 scriptC_bricked.set_volume(v.mVolumeAllocation);
578 scriptC_bricked.set_volume(v.mVolumeAllocation);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 383 set_volume(char *Dest, char *path) function
522 set_volume(volume_name, argv0_path);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
getpath.c 314 set_volume(char *Dest, char *path) function
453 set_volume(volume_name, argv0_path);
  /frameworks/av/media/libaudiohal/2.0/
StreamHalLocal.cpp 135 if (mStream->set_volume == NULL) return INVALID_OPERATION;
136 return mStream->set_volume(mStream, left, right);
  /external/adhd/cras/src/tests/
iodev_list_unittest.cc 121 d1_.set_volume = NULL;
134 d2_.set_volume = NULL;
147 d3_.set_volume = NULL;
161 loopback_input.set_volume = NULL;
    [all...]
alsa_io_unittest.cc     [all...]
  /frameworks/av/media/libaudiohal/4.0/
StreamHalLocal.cpp 137 if (mStream->set_volume == NULL) return INVALID_OPERATION;
138 return mStream->set_volume(mStream, left, right);
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.h 167 MIX_RESULT (*set_volume) (MixAudio *mix, gint currvol, MixVolType type, gulong msecs, MixVolRamp ramptype); member in struct:_MixAudioClass
mixaudio.c 215 klass->set_volume = mix_audio_set_volume_default;
    [all...]
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
StreamOut.impl.h 310 if (mStream->set_volume == NULL) {
317 return Stream::analyzeStatus("set_volume", mStream->set_volume(mStream, left, right));
  /device/google/cuttlefish_common/guest/hals/audio/
vsoc_audio_output_stream.cpp 321 out->set_volume =
  /hardware/libhardware/include/hardware/
audio.h 253 int (*set_volume)(struct audio_stream_out *stream, float left, float right); member in struct:audio_stream_out
    [all...]
  /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;

Completed in 2276 milliseconds

1 2