Home
last modified time | relevance | path

Searched refs:cbRead (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Doss.c271 int cbRead; in ossread() local
276 cbRead = read(pPriv->device, pbOutput, cbOutputLeft); in ossread()
277 if (cbRead <= 0) { in ossread()
278 if (cbRead < 0) { in ossread()
284 cbOutputLeft -= cbRead; in ossread()
285 pbOutput += cbRead; in ossread()
H A Dsunaudio.c369 int cbRead; in sunread() local
374 cbRead = read(pPriv->device, pbOutput, cbOutputLeft); in sunread()
375 if (cbRead <= 0) { in sunread()
376 if (cbRead < 0) { in sunread()
382 cbOutputLeft -= cbRead; in sunread()
383 pbOutput += cbRead; in sunread()