Home
last modified time | relevance | path

Searched refs:pcmRead (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/audio/
Dtalsa.h45 int pcmRead(pcm_t *pcm, void *data, int szBytes, unsigned int frameSize);
Dtalsa.cpp190 int pcmRead(pcm_t *pcm, void *data, const int szBytes, in pcmRead() function
Ddevice_port_source.cpp188 const int n = talsa::pcmRead(mPcm.get(), dst, sz, mFrameSize); in doRead()