Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dosal_errno.h41 #define OSAL_SOCKERR_BASE 0x1000 macro
43 #define OSAL_NOERROR (OSAL_SOCKERR_BASE + 0)
44 #define OSAL_INTR (OSAL_SOCKERR_BASE + 1)
45 #define OSAL_BADF (OSAL_SOCKERR_BASE + 2)
46 #define OSAL_ACCES (OSAL_SOCKERR_BASE + 3)
47 #define OSAL_FAULT (OSAL_SOCKERR_BASE + 4)
48 #define OSAL_INVAL (OSAL_SOCKERR_BASE + 5)
49 #define OSAL_MFILE (OSAL_SOCKERR_BASE + 6)
50 #define OSAL_WOULDBLOCK (OSAL_SOCKERR_BASE + 7)
51 #define OSAL_INPROGRESS (OSAL_SOCKERR_BASE + 8)
[all …]