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 658 static struct pcm bad_pcm = { variable in typeref:struct:pcm
668 return &bad_pcm;
697 return &bad_pcm;
715 if (pcm == &bad_pcm)
724 if (pcm == &bad_pcm)
774 return &bad_pcm;
818 return &bad_pcm;
827 return &bad_pcm;
836 return &bad_pcm;
  /external/tinyalsa/
pcm.c 453 static struct pcm bad_pcm = { variable in typeref:struct:pcm
582 if (pcm == &bad_pcm)
613 return &bad_pcm; /* TODO: could support default config here */

Completed in 446 milliseconds