Searched refs:tipcFd (Results 1 – 2 of 2) sorted by relevance
35 int tipcFd = tipc_connect(device, port); in RpcTrustyConnectWithSessionInitializer() local36 if (tipcFd < 0) { in RpcTrustyConnectWithSessionInitializer()37 ALOGE("Failed to connect to Trusty service. Error code: %d", tipcFd); in RpcTrustyConnectWithSessionInitializer()40 return unique_fd(tipcFd); in RpcTrustyConnectWithSessionInitializer()
394 int tipcFd = tipc_connect(kTrustyIpcDevice, port.c_str()); in createRpcTestSocketServerProcessEtc() local395 if (tipcFd >= 0) { in createRpcTestSocketServerProcessEtc()396 return unique_fd(tipcFd); in createRpcTestSocketServerProcessEtc()