Home
last modified time | relevance | path

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

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