Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/rust/tombstoned_client/src/
H A Dlib.rs81 pub fn notify_completion(&self) -> Result<(), Error> { in notify_completion() method
150 .notify_completion() in test()
/aosp14/system/core/debuggerd/
H A Dtombstone_handler.h25 bool notify_completion(int tombstoned_socket, int vsock_out, int vsock_proto);
H A Dtombstone_handler.cpp108 bool notify_completion(int tombstoned_socket, int vsock_out, int vsock_proto) { in notify_completion() function
H A Dcrash_dump.cpp691 !notify_completion(g_tombstoned_socket.get(), g_output_fd.get(), g_proto_fd.get())) { in main()