Searched refs:RESERVED_BUF_LEN (Results 1 – 2 of 2) sorted by relevance
28 #define RESERVED_BUF_LEN (8 * (AUDIO_BASE_LEN)) macro128 unsigned char reserved[RESERVED_BUF_LEN];
558 if (idx >= RESERVED_BUF_LEN) { in CtlElemValueGetByte()702 for (i = 0; i < RESERVED_BUF_LEN; i++) { in ShowBytesVal()1056 size_t size = RESERVED_BUF_LEN; in FillBytesVal()1066 ret = strncpy_s((char *)ptr, RESERVED_BUF_LEN - 1, sptr, len); in FillBytesVal()