Home
last modified time | relevance | path

Searched refs:GATEKEEPER_PORT (Results 1 – 2 of 2) sorted by relevance

/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper_ipc.c36 int rc = tipc_connect(TRUSTY_DEVICE_NAME, GATEKEEPER_PORT); in trusty_gatekeeper_connect()
62 GATEKEEPER_PORT, strerror(errno)); in trusty_gatekeeper_call()
69 cmd, GATEKEEPER_PORT, strerror(errno)); in trusty_gatekeeper_call()
Dgatekeeper_ipc.h19 #define GATEKEEPER_PORT "com.android.trusty.gatekeeper" macro