Home
last modified time | relevance | path

Searched defs:notify_completion (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/
Dtombstone_handler.cpp108 bool notify_completion(int tombstoned_socket, int vsock_out, int vsock_proto) { in notify_completion() function
/system/core/debuggerd/rust/tombstoned_client/src/
Dlib.rs89 pub fn notify_completion(&self) -> Result<(), Error> { in notify_completion() method