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

  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 654 static struct pcm bad_pcm = { variable in typeref:struct:pcm
664 return &bad_pcm;
693 return &bad_pcm;
711 if (pcm == &bad_pcm)
720 if (pcm == &bad_pcm)
770 return &bad_pcm;
814 return &bad_pcm;
823 return &bad_pcm;
832 return &bad_pcm;
  /external/tinyalsa/
pcm.c 587 static struct pcm bad_pcm = { variable in typeref:struct:pcm
852 if (pcm == &bad_pcm)
884 return &bad_pcm; /* TODO: could support default config here */
    [all...]

Completed in 59 milliseconds