Home
last modified time | relevance | path

Searched refs:proc (Results 1 – 18 of 18) sorted by relevance

/trusty/user/base/host/keymint-rust/derive/
Drules.mk25 $(call FIND_CRATE,proc-macro2) \
29 MODULE_RUST_CRATE_TYPES := proc-macro
/trusty/user/base/host/authgraph-rust/derive/
Drules.mk25 $(call FIND_CRATE,proc-macro2) \
29 MODULE_RUST_CRATE_TYPES := proc-macro
/trusty/user/app/sample/hwcrypto/
Dmain.c48 if (handler && handler->proc) { in dispatch_event()
50 handler->proc(ev, handler->priv); in dispatch_event()
Dhwrng_srv.c49 .proc = hwrng_port_handler,
240 ctx->evt_handler.proc = hwrng_chan_handler; in hwrng_port_handler()
Dhwkey_srv.c72 .proc = hwkey_port_handler,
641 ctx->evt_handler.proc = hwkey_chan_handler; in hwkey_port_handler()
/trusty/hardware/nxp/app/hwcrypto/
Dcommon.h26 event_handler_proc_t proc; member
Dmain.c201 if (handler && handler->proc) { in dispatch_event()
203 handler->proc(ev, handler->priv); in dispatch_event()
Dhwrng_srv.c52 .proc = hwrng_port_handler,
237 ctx->evt_handler.proc = hwrng_chan_handler; in hwrng_port_handler()
Dhwkey_srv.c47 .proc = hwkey_port_handler,
298 ctx->evt_handler.proc = hwkey_chan_handler; in hwkey_port_handler()
/trusty/user/base/lib/tipc/
Dtipc.c240 assert(evt_handler->proc); in tipc_hset_add_entry()
262 assert(evt_handler->proc); in tipc_hset_mod_entry()
301 handler->proc(&evt, handler->priv); in tipc_handle_event()
Dtipc_srv.c247 chan->event_handler.proc = chan_event_handler_proc; in handle_connect()
370 port->event_handler.proc = port_event_handler_proc; in tipc_add_service()
/trusty/user/base/lib/tipc/test/srv/
Dsrv.c35 event_handler_proc_t proc; member
88 .proc = datasink_handle_chan,
239 state->handler.proc = NULL; in _destroy_service()
263 state->handler.proc = srv->port_handler; in _create_service()
763 chan_st->handler.proc = srv->chan_handler; in echo_handle_port()
841 if (handler && handler->proc) { in dispatch_event()
843 handler->proc(ev); in dispatch_event()
/trusty/user/app/sample/hwcrypto/keybox/
Dsrv.c46 .proc = keybox_port_handler,
184 ctx->evt_handler.proc = keybox_chan_handler; in keybox_port_handler()
/trusty/user/base/lib/tipc/include/lib/tipc/
Dtipc.h181 event_handler_proc_t proc; member
/trusty/user/app/keymaster/ipc/
Dkeymaster_ipc.cpp41 event_handler_proc_t proc; member
65 .proc = keymaster_port_handler_secure,
70 .proc = keymaster_port_handler_non_secure,
699 ctx->handler.proc = &keymaster_chan_handler; in keymaster_ctx_open()
866 if (handler && handler->proc) { in dispatch_event()
868 handler->proc(ev, handler->priv); in dispatch_event()
/trusty/user/base/make/
Dlibrary.mk183 ifneq ($(filter proc-macro,$(MODULE_RUST_CRATE_TYPES)),)
189 ifneq ($(strip $(filter-out proc-macro,$(MODULE_RUST_CRATE_TYPES))),)
190 $(error $(MODULE) cannot be built as both a proc-macro and a target crate)
356 ifneq ($(filter proc-macro,$(MODULE_RUST_CRATE_TYPES)),)
649 ifneq ($(filter proc-macro,$(MODULE_RUST_CRATE_TYPES)),)
/trusty/user/app/storage/
Dipc.c114 .evt_handler = {.proc = handle_channel, .priv = chan_ctx}, in do_connect()
395 .evt_handler = {.proc = handle_port, .priv = ctxp}, in ipc_port_create()
/trusty/vendor/google/aosp/scripts/
Dtest-map178 command="TAINTED=$(cat /proc/sys/kernel/tainted)"