OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tipc_connect
(Results
1 - 8
of
8
) sorted by null
/system/core/trusty/libtrusty/include/trusty/
tipc.h
24
int
tipc_connect
(const char *dev_name, const char *srv_name);
/system/core/trusty/libtrusty/tipc-test/
tipc_test.c
165
echo_fd =
tipc_connect
(dev_name, echo_name);
170
dsink_fd =
tipc_connect
(dev_name, datasink_name);
201
fd =
tipc_connect
(dev_name, "foo");
227
fd =
tipc_connect
(dev_name, closer1_name);
256
fd =
tipc_connect
(dev_name, closer2_name);
290
fd[j] =
tipc_connect
(dev_name, closer3_name);
356
echo_fd =
tipc_connect
(dev_name, echo_name);
420
fd =
tipc_connect
(dev_name, datasink_name);
515
fd =
tipc_connect
(dev_name, echo_name);
560
fd =
tipc_connect
(dev_name, echo_name)
[
all
...]
/system/core/trusty/libtrusty/
trusty.c
32
int
tipc_connect
(const char *dev_name, const char *srv_name)
function
/system/core/trusty/gatekeeper/
trusty_gatekeeper_ipc.c
36
int rc =
tipc_connect
(TRUSTY_DEVICE_NAME, GATEKEEPER_PORT);
/system/core/trusty/keymaster/
trusty_keymaster_ipc.c
37
int rc =
tipc_connect
(TRUSTY_DEVICE_NAME, KEYMASTER_PORT);
/system/core/trusty/nvram/
trusty_nvram_implementation.cpp
61
int rc =
tipc_connect
(kTrustyDeviceName, kTrustyNvramAppId);
/system/core/trusty/storage/proxy/
ipc.c
43
rc =
tipc_connect
(device, port);
/system/core/trusty/storage/lib/
storage.c
130
int rc =
tipc_connect
(device, port);
Completed in 45 milliseconds