Home
last modified time | relevance | path

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

/external/esd/include/
Daudiofile.h54 #define AF_ERR_BASE 3000 macro
330 AF_ERR_NOT_IMPLEMENTED = 0+AF_ERR_BASE, /* not implemented yet */
331 AF_ERR_BAD_FILEHANDLE = 1+AF_ERR_BASE, /* invalid filehandle */
332 AF_ERR_BAD_READ = 5+AF_ERR_BASE, /* unix read failed */
333 AF_ERR_BAD_WRITE = 6+AF_ERR_BASE, /* unix write failed */
334 AF_ERR_BAD_LSEEK = 7+AF_ERR_BASE, /* unix lseek failed */
335 AF_ERR_BAD_ACCMODE = 10+AF_ERR_BASE, /* unrecognized audio file access mode */
336 AF_ERR_NO_WRITEACC = 11+AF_ERR_BASE, /* file not open for writing */
337 AF_ERR_NO_READACC = 12+AF_ERR_BASE, /* file not open for reading */
338 AF_ERR_BAD_FILEFMT = 13+AF_ERR_BASE, /* unrecognized audio file format */
[all …]