Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/
A Darecord_mad.c149 struct stat statbuf; in capture_then_play() local
176 if (!stat(path, &statbuf)) { in capture_then_play()
178 if (S_ISREG(statbuf.st_mode)) { in capture_then_play()
A Darecord.c203 struct stat statbuf; in capture_fs_wav() local
232 if (!stat(path, &statbuf)) { in capture_fs_wav()
233 if (S_ISREG(statbuf.st_mode)) in capture_fs_wav()
A Daduplex.c257 struct stat statbuf; in capture_fs_wav() local
280 if (!stat(path, &statbuf)) { in capture_fs_wav()
281 if (S_ISREG(statbuf.st_mode)) in capture_fs_wav()

Completed in 5 milliseconds