Home
last modified time | relevance | path

Searched refs:debug_print (Results 1 – 14 of 14) sorted by relevance

/drivers/android/binder/
Drust_binder_main.rs162 fn debug_print(&self, m: &SeqFile, prefix: &str, transaction_prefix: &str) -> Result<()>; in debug_print() method
272 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
557 proc.debug_print(m, &ctx, false)?; in rust_binder_transactions_show_impl()
566 stats::GLOBAL_STATS.debug_print("", m); in rust_binder_stats_show_impl()
584 proc.debug_print(m, &ctx, true)?; in rust_binder_state_show_impl()
597 proc.debug_print(m, &ctx, true)?; in rust_binder_proc_show_impl()
Dstats.rs45 pub(crate) fn debug_print(&self, prefix: &str, m: &SeqFile) { in debug_print() method
Dprocess.rs556 self.stats.debug_print(" ", m); in debug_print_stats()
562 pub(crate) fn debug_print(&self, m: &SeqFile, ctx: &Context, print_all: bool) -> Result<()> { in debug_print() method
594 thread.debug_print(m, print_all)?; in debug_print()
625 work.debug_print(m, " ", " pending transaction ")?; in debug_print()
631 mapping.alloc.debug_print(m)?; in debug_print()
Dfreeze.rs142 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
Dnode.rs765 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
1153 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
Dthread.rs482 pub(crate) fn debug_print(self: &Arc<Self>, m: &SeqFile, print_all: bool) -> Result<()> { in debug_print() method
510 work.debug_print(m, " ", " pending transaction ")?; in debug_print()
1710 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
Dtransaction.rs546 fn debug_print(&self, m: &SeqFile, _prefix: &str, tprefix: &str) -> Result<()> { in debug_print() method
/drivers/android/binder/range_alloc/
Dmod.rs144 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
147 Impl::Array(array) => array.debug_print(m), in debug_print()
148 Impl::Tree(tree) => tree.debug_print(m), in debug_print()
Darray.rs64 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
Dtree.rs114 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
/drivers/staging/media/atomisp/pci/
Dia_css_env.h79 int __printf(1, 0) (*debug_print)(const char *fmt, va_list args);
Datomisp_compat_css20.c764 isp->css_env.isp_css_env.print_env.debug_print = NULL; in __set_css_print_env()
766 isp->css_env.isp_css_env.print_env.debug_print = atomisp_vprintk; in __set_css_print_env()
Dsh_css.c1354 sh_css_printf = env->print_env.debug_print; in ia_css_init()
/drivers/android/binder/node/
Dwrapper.rs68 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method