Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dtombstone_handler.cpp96 static bool notify_completion_microdroid(int vsock_out, int vsock_proto) { in notify_completion_microdroid() argument
97 if (shutdown(vsock_out, SHUT_WR) || shutdown(vsock_proto, SHUT_WR)) return false; in notify_completion_microdroid()
108 bool notify_completion(int tombstoned_socket, int vsock_out, int vsock_proto) { in notify_completion() argument
110 return notify_completion_microdroid(vsock_out, vsock_proto); in notify_completion()
Dtombstone_handler.h25 bool notify_completion(int tombstoned_socket, int vsock_out, int vsock_proto);