Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dproxy.rs312 let mut arg_ptrs: Vec<_> = args.iter().map(|a| a.as_ptr()).collect(); in dump() localVariable
327 arg_ptrs.as_mut_ptr(), in dump()
328 arg_ptrs.len().try_into().unwrap(), in dump()