Home
last modified time | relevance | path

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

/system/nfc/src/rust/hal/
Drootcanal_hal.rs96 mut writer: W, in dispatch_outgoing()
117 async fn write_nci<W, P>(writer: &mut W, cmd: P) -> Result<()> in write_nci()
/system/authgraph/hal/src/
Dchannel.rs35 pub fn write_msg<W: Write>(w: &mut W, data: &[u8]) -> binder::Result<()> { in write_msg()
/system/libhwbinder/vts/performance/
DPerfTest.cpp154 int W = DUMP_PRICISION + 2; in dump() local
/system/keymint/hal/src/
Dlib.rs88 pub fn write_msg<W: Write>(w: &mut W, data: &[u8]) -> binder::Result<()> { in write_msg()