Searched refs:out_buf_len (Results 1 - 1 of 1) sorted by relevance

/system/extras/libublock/
H A Dublock.c190 size_t out_buf_len; local
231 result = (handle_fn)(ub_ctx, in_buf, in_buf_len, out_buf, &out_buf_len);
232 *out_len = sizeof(*out_h) + out_buf_len;

Completed in 101 milliseconds