Searched defs:on_dump (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/frameworks/native/libs/binder/rust/src/ |
H A D | native.rs | 348 unsafe extern "C" fn on_dump( in on_dump() method 395 unsafe extern "C" fn on_dump( in on_dump() method 497 fn on_dump(&self, _writer: &mut dyn Write, _args: &[&CStr]) -> Result<()> { in on_dump() method
|
H A D | binder.rs | 193 fn on_dump(&self, file: &mut dyn Write, args: &[&CStr]) -> Result<()>; in on_dump() method 640 unsafe extern "C" fn on_dump( in on_dump() method
|
/aosp_15_r20/external/libchrome/base/trace_event/ |
H A D | memory_dump_manager_unittest.cc | 623 auto on_dump = [this, other_runner, other_mdp, &on_memory_dump_call_count]( in TEST_F() local 671 auto on_dump = [other_thread, main_runner, &on_memory_dump_call_count]( in TEST_F() local
|
/aosp_15_r20/external/cronet/base/trace_event/ |
H A D | memory_dump_manager_unittest.cc | 674 auto on_dump = [this, other_runner, other_mdp, &on_memory_dump_call_count]( in TEST_F() local 722 auto on_dump = [other_thread, main_runner, &on_memory_dump_call_count]( in TEST_F() local
|