Searched defs:W (Results 1 – 9 of 9) sorted by relevance
| /system/usb_info_tools/typec_connector_class_helper/src/ |
| D | typec_class_utils.rs | 70 pub fn new(buffer: W, indent: usize) -> Self { in new() 150 out_writer: &mut OutputWriter<W>, in print_decoded_vdos_from_files() 204 out_writer: &mut OutputWriter<W>, in print_partner_identity() 338 out_writer: &mut OutputWriter<W>, in print_vdo() 364 pub fn print_alt_mode<W: Write>(alt_mode_dir_path: &Path, out_writer: &mut OutputWriter<W>) { in print_alt_mode() 385 pub fn print_pdo_capabilities<W: Write>(capabilities: &Path, out_writer: &mut OutputWriter<W>) { in print_pdo_capabilities() 402 pub fn print_pdos<W: Write>(pdo_dir_path: &Path, out_writer: &mut OutputWriter<W>) { in print_pdos() 493 pub fn print_cable_identity<W: Write>(cable: &Path, out_writer: &mut OutputWriter<W>) { in print_cable_identity() 535 pub fn print_plug_info<W: Write>(plug: &Path, out_writer: &mut OutputWriter<W>) { in print_plug_info() 576 out_writer: &mut OutputWriter<W>, in print_physical_location() [all …]
|
| /system/authgraph/hal/src/ |
| D | channel.rs | 35 pub fn write_msg<W: Write>(w: &mut W, data: &[u8]) -> binder::Result<()> { in write_msg()
|
| /system/cros-codecs/src/codec/h264/ |
| D | nalu_writer.rs | 20 fn new(writer: W, ep_enabled: bool) -> Self { in new() 124 pub fn new(writer: W, ep_enabled: bool) -> Self { in new()
|
| D | synthesizer.rs | 150 writer: W, in synthesize() 366 writer: W, in synthesize()
|
| /system/libhwbinder/vts/performance/ |
| D | PerfTest.cpp | 154 int W = DUMP_PRICISION + 2; in dump() local
|
| /system/cros-codecs/examples/ccenc/ |
| D | main.rs | 78 fn enqueue_work<W>( in enqueue_work() argument
|
| /system/keymint/hal/src/ |
| D | lib.rs | 88 pub fn write_msg<W: Write>(w: &mut W, data: &[u8]) -> binder::Result<()> { in write_msg()
|
| /system/cros-codecs/src/codec/av1/ |
| D | synthesizer.rs | 109 fn new(writer: W, obu: &'o O) -> Self { in new() 631 mut writer: W, in synthesize()
|
| /system/cros-codecs/src/ |
| D | bitstream_utils.rs | 529 pub(crate) fn inner(&self) -> &W { in inner() 533 pub(crate) fn inner_mut(&mut self) -> &mut W { in inner_mut()
|