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

/system/extras/libublock/
H A Dublock.c73 struct ublock_init_out *out_h; local
87 out_h = (struct ublock_init_out *)out;
88 out_h->version = UBLOCK_VERSION;
89 out_h->size = ub_ctx->size;
94 out_h->max_buf = ub_ctx->max_buf;
96 *out_len = sizeof(*out_h);
108 struct ublock_ready_out *out_h; local
129 struct ublock_read_out *out_h; local
141 out_h = (struct ublock_read_out *)out;
142 out_buf = (char *)(out_h
160 struct ublock_write_out *out_h; local
188 struct ublock_out_header *out_h; local
[all...]

Completed in 89 milliseconds