Home
last modified time | relevance | path

Searched refs:trusty_gatekeeper_call (Results 1 – 3 of 3) sorted by relevance

/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper_ipc.h20 int trusty_gatekeeper_call(uint32_t cmd, void *in, uint32_t in_size, uint8_t *out,
Dtrusty_gatekeeper_ipc.c42 int trusty_gatekeeper_call(uint32_t cmd, void *in, uint32_t in_size, uint8_t *out, in trusty_gatekeeper_call() function
Dtrusty_gatekeeper.cpp171 int rc = trusty_gatekeeper_call(command, send_buf, request_size, recv_buf, &response_size); in Send()