Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dnative.rs324 unsafe extern "C" fn on_dump( in on_dump() method
567 fn on_dump(&self, _file: &File, _args: &[&CStr]) -> Result<()> { in on_dump() method
Dbinder.rs165 fn on_dump(&self, file: &File, args: &[&CStr]) -> Result<()>; in on_dump() method
608 unsafe extern "C" fn on_dump( in on_dump() method