Home
last modified time | relevance | path

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

/external/fastrpc/src/
Dlistener_android.c251 #define MIN_BUF_SIZE 0x1000 macro
252 #define ALIGNB(sz) ((sz) == 0 ? MIN_BUF_SIZE : _SBUF_ALIGN((sz), MIN_BUF_SIZE))
317 int size = _SBUF_ALIGN(inBufsLenReq, MIN_BUF_SIZE); in listener2()