Searched refs:pcmRead (Results 1 – 3 of 3) sorted by relevance
45 int pcmRead(pcm_t *pcm, void *data, int szBytes, unsigned int frameSize);
190 int pcmRead(pcm_t *pcm, void *data, const int szBytes, in pcmRead() function
188 const int n = talsa::pcmRead(mPcm.get(), dst, sz, mFrameSize); in doRead()