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

  /hardware/qcom/audio/hal/audio_extn/
dsm_feedback.c 70 if (pcm_start(dsm_pcm_handle) < 0) {
hfp.c 332 pcm_start(hfpmod.hfp_sco_rx);
333 pcm_start(hfpmod.hfp_sco_tx);
335 pcm_start(hfpmod.hfp_pcm_rx);
336 pcm_start(hfpmod.hfp_pcm_tx);
cirrus_playback.c 490 if (pcm_start(handle.pcm_rx) < 0) {
749 if (pcm_start(handle.pcm_tx) < 0) {
spkr_protection.c 395 if (pcm_start(handle.pcm_rx) < 0) {
400 if (pcm_start(handle.pcm_tx) < 0) {
847 if (pcm_start(handle.pcm_tx) < 0) {
    [all...]
a2dp.c 635 ret = pcm_start(a2dp.abr_config.abr_tx_handle);
    [all...]
  /external/tinyalsa/
tinyhostless.c 293 if (pcm_cap != NULL) pcm_start(pcm_cap);
294 if (pcm_play != NULL) pcm_start(pcm_play);
pcm.c 571 if (pcm_start(pcm) < 0) {
1060 int pcm_start(struct pcm *pcm) function
    [all...]
  /hardware/qcom/audio/hal/
voice.c 213 pcm_start(session->pcm_tx);
214 pcm_start(session->pcm_rx);
audio_hw.c     [all...]
  /external/tinyalsa/include/tinyalsa/
asoundlib.h 253 int pcm_start(struct pcm *pcm);

Completed in 107 milliseconds