Home
last modified time | relevance | path

Searched defs:W (Results 1 – 9 of 9) sorted by relevance

/system/usb_info_tools/typec_connector_class_helper/src/
Dtypec_class_utils.rs70 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/
Dchannel.rs35 pub fn write_msg<W: Write>(w: &mut W, data: &[u8]) -> binder::Result<()> { in write_msg()
/system/cros-codecs/src/codec/h264/
Dnalu_writer.rs20 fn new(writer: W, ep_enabled: bool) -> Self { in new()
124 pub fn new(writer: W, ep_enabled: bool) -> Self { in new()
Dsynthesizer.rs150 writer: W, in synthesize()
366 writer: W, in synthesize()
/system/libhwbinder/vts/performance/
DPerfTest.cpp154 int W = DUMP_PRICISION + 2; in dump() local
/system/cros-codecs/examples/ccenc/
Dmain.rs78 fn enqueue_work<W>( in enqueue_work() argument
/system/keymint/hal/src/
Dlib.rs88 pub fn write_msg<W: Write>(w: &mut W, data: &[u8]) -> binder::Result<()> { in write_msg()
/system/cros-codecs/src/codec/av1/
Dsynthesizer.rs109 fn new(writer: W, obu: &'o O) -> Self { in new()
631 mut writer: W, in synthesize()
/system/cros-codecs/src/
Dbitstream_utils.rs529 pub(crate) fn inner(&self) -> &W { in inner()
533 pub(crate) fn inner_mut(&mut self) -> &mut W { in inner_mut()