HomeSort by relevance Sort by last modified time
    Searched defs:mixer (Results 26 - 28 of 28) sorted by null

12

  /hardware/qcom/audio/visualizer/
offload_visualizer.c 176 /* Retry for delay for mixer open */
303 int configure_proxy_capture(struct mixer *mixer, int value) {
304 const char *proxy_ctl_name = "AFE_PCM_RX Audio Mixer MultiMedia4";
310 ctl = mixer_get_ctl_by_name(mixer, proxy_ctl_name);
329 struct mixer *mixer; local
340 mixer = mixer_open(MIXER_CARD);
341 while (mixer == NULL && retry_num < RETRY_NUMBER) {
343 mixer = mixer_open(MIXER_CARD)
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.h 67 * devices to enable corresponding mixer paths
372 struct mixer* mixer; member in struct:mixer_card
audio_hw.c 350 struct mixer *mixer; local
363 mixer = mixer_open(card);
364 if (mixer == NULL) {
366 ALOGE("%s unable to open the mixer for--card %d, aborting.",
372 } while (mixer == NULL);
383 mixer_card->mixer = mixer;
2910 struct mixer *mixer = NULL; local
4438 struct mixer *mixer = NULL; local
    [all...]

Completed in 75 milliseconds

12