HomeSort by relevance Sort by last modified time
    Searched full:pcms (Results 1 - 4 of 4) sorted by null

  /system/extras/tests/audio/alsa/
pcmtest.cpp 51 static unsigned int pcms; variable
87 pcms = 0;
95 EXPECT_LE(pcms, pcmdevs) << "Too many PCMs";
96 if (pcms >= pcmdevs)
98 sscanf(de->d_name, PCM_PREFIX "C%uD%u", &(pcmnodes[pcms].card),
99 &(pcmnodes[pcms].device));
102 pcmnodes[pcms].flags = PCM_IN;
104 pcmnodes[pcms].flags = PCM_OUT;
106 pcmnodes[pcms].flags = -1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icm.h 415 WINBOOL WINAPI SetupColorMatchingW(PCOLORMATCHSETUPW pcms);
416 WINBOOL WINAPI SetupColorMatchingA(PCOLORMATCHSETUPA pcms);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.h 83 * o Get the ALSA PCM playback and capture device PCMs for use case verb,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
use-case.h 83 * o Get the ALSA PCM playback and capture device PCMs for use case verb,

Completed in 3121 milliseconds