Home
last modified time | relevance | path

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

/system/core/trusty/confirmationui/
DTrustyApp.cpp91 unique_fd tipc_handle(tipc_connect(path.c_str(), appname.c_str())); in TrustyApp() local
92 if (tipc_handle < 0) { in TrustyApp()
127 int rc = tipc_send(tipc_handle, iov, 2, &shm, 1); in TrustyApp()
133 rc = read(tipc_handle, &hdr, sizeof(hdr)); in TrustyApp()
150 handle_ = std::move(tipc_handle); in TrustyApp()