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

/system/extras/libublock/
H A Dublock.c29 struct ublock_ctx { struct
52 static inline void ublock_succeed(struct ublock_ctx *ub_ctx)
59 static void ublock_fail(struct ublock_ctx *ub_ctx)
68 static int ublock_handle_init(struct ublock_ctx *ub_ctx,
104 static int ublock_handle_ready(struct ublock_ctx *ub_ctx,
124 static int ublock_handle_read(struct ublock_ctx *ub_ctx,
154 static int ublock_handle_write(struct ublock_ctx *ub_ctx,
180 static int ublock_handle_request(struct ublock_ctx *ub_ctx,
193 int (*handle_fn)(struct ublock_ctx *, const void *, size_t, void *, size_t *);
237 static int ublock_do_request(struct ublock_ctx *ub_ct
[all...]

Completed in 37 milliseconds