Home
last modified time | relevance | path

Searched refs:_ctx (Results 1 – 6 of 6) sorted by relevance

/trusty/user/base/app/coverage/
Dclient.c110 static int on_message(const struct tipc_port* port, handle_t chan, void* _ctx) { in on_message() argument
114 struct chan_ctx* ctx = (struct chan_ctx*)_ctx; in on_message()
137 static void on_channel_cleanup(void* _ctx) { in on_channel_cleanup() argument
138 struct chan_ctx* ctx = (struct chan_ctx*)_ctx; in on_channel_cleanup()
/trusty/user/base/app/line-coverage/
Dclient.c160 static int on_message(const struct tipc_port* port, handle_t chan, void* _ctx) { in on_message() argument
164 struct chan_ctx* ctx = (struct chan_ctx*)_ctx; in on_message()
190 static void on_channel_cleanup(void* _ctx) { in on_channel_cleanup() argument
191 struct chan_ctx* ctx = (struct chan_ctx*)_ctx; in on_channel_cleanup()
/trusty/user/base/lib/secure_fb/srv/
Dsecure_fb_server.c94 static void secure_fb_on_channel_cleanup(void* _ctx) { in secure_fb_on_channel_cleanup() argument
95 struct secure_fb_ctx* ctx = (struct secure_fb_ctx*)_ctx; in secure_fb_on_channel_cleanup()
190 void* _ctx) { in secure_fb_on_message() argument
198 struct secure_fb_ctx* ctx = (struct secure_fb_ctx*)_ctx; in secure_fb_on_message()
/trusty/user/base/lib/spi/srv/tipc/
Dtipc.c252 void* _ctx) { in on_disconnect() argument
255 struct chan_ctx* ctx = (struct chan_ctx*)_ctx; in on_disconnect()
286 static void on_channel_cleanup(void* _ctx) { in on_channel_cleanup() argument
287 struct chan_ctx* ctx = (struct chan_ctx*)_ctx; in on_channel_cleanup()
/trusty/user/app/confirmationui/src/
Dmain.cpp253 static void on_channel_cleanup(void* _ctx) { in on_channel_cleanup() argument
254 struct chan_ctx* ctx = (struct chan_ctx*)_ctx; in on_channel_cleanup()
262 static int on_message(const struct tipc_port* port, handle_t chan, void* _ctx) { in on_message() argument
266 struct chan_ctx* ctx = (struct chan_ctx*)_ctx; in on_message()
/trusty/user/base/lib/secure_dpu/
Dsecure_dpu.c278 void* _ctx) { in secure_dpu_on_message() argument