| /drivers/android/binder/ |
| D | rust_binder_main.rs | 162 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()
|
| D | stats.rs | 45 pub(crate) fn debug_print(&self, prefix: &str, m: &SeqFile) { in debug_print() method
|
| D | process.rs | 556 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()
|
| D | freeze.rs | 142 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
|
| D | node.rs | 765 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
|
| D | thread.rs | 482 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
|
| D | transaction.rs | 546 fn debug_print(&self, m: &SeqFile, _prefix: &str, tprefix: &str) -> Result<()> { in debug_print() method
|
| /drivers/android/binder/range_alloc/ |
| D | mod.rs | 144 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()
|
| D | array.rs | 64 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
|
| D | tree.rs | 114 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
|
| /drivers/staging/media/atomisp/pci/ |
| D | ia_css_env.h | 79 int __printf(1, 0) (*debug_print)(const char *fmt, va_list args);
|
| D | atomisp_compat_css20.c | 764 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()
|
| D | sh_css.c | 1354 sh_css_printf = env->print_env.debug_print; in ia_css_init()
|
| /drivers/android/binder/node/ |
| D | wrapper.rs | 68 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
|