HomeSort by relevance Sort by last modified time
    Searched defs:pcm_device_id (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/audio/post_proc/
bundle.h 45 int pcm_device_id; member in struct:output_context_s
  /hardware/qcom/audio/hal/
audio_hw.h 132 int pcm_device_id; member in struct:stream_out
168 int pcm_device_id; member in struct:stream_in
audio_hw.c 773 in->pcm_device_id = platform_get_pcm_device_id(in->usecase, PCM_CAPTURE);
774 if (in->pcm_device_id < 0) {
794 __func__, adev->snd_card, in->pcm_device_id, in->config.channels);
805 in->pcm = pcm_open(adev->snd_card, in->pcm_device_id,
1511 int pcm_device_id = platform_get_pcm_device_id(out->usecase, local
    [all...]

Completed in 131 milliseconds