Searched refs:sbuf_read (Results 1 – 2 of 2) sorted by relevance
/external/fastrpc/inc/ |
D | listener_buf.h | 66 sbuf_read(buf, (uint8*)&len, 4); in unpack_in_bufs() 83 sbuf_read(buf, (uint8*)&len, 4); in unpack_out_lens() 113 sbuf_read(buf, (uint8*)&len, 4); in unpack_out_bufs() 117 sbuf_read(buf, pra[ii].buf.pv, pra[ii].buf.nLen); in unpack_out_bufs()
|
D | sbuf.h | 157 static __inline void sbuf_read(struct sbuf* buf, void *pdst, int dstLen) { in sbuf_read() function
|