Searched defs:in_h (Results 1 - 1 of 1) sorted by relevance

/system/extras/libublock/
H A Dublock.c72 const struct ublock_init_in *in_h; local
79 if (in_len != sizeof(*in_h))
82 in_h = (const struct ublock_init_in *)in;
84 if (in_h->version != UBLOCK_VERSION)
90 if (in_h->max_buf < MAX_BUF)
91 ub_ctx->max_buf = in_h->max_buf;
98 ub_ctx->index = in_h->index;
128 const struct ublock_read_in *in_h; local
136 if (in_len != sizeof(*in_h))
139 in_h
158 const struct ublock_write_in *in_h; local
184 const struct ublock_in_header *in_h; local
[all...]

Completed in 98 milliseconds