Searched refs:oem_cb (Results 1 – 1 of 1) sorted by relevance
1027 oem_cb: Option< field1090 let sz = (self.oem_cb.as_mut().unwrap())(cmd, utils, res)?; in oem()1359 let mut oem_cb = |cmd: &str, utils: &mut FastbootUtils, res: &mut [u8]| { in test_oem_cmd() localVariable1367 fastboot_impl.oem_cb = Some(&mut oem_cb); in test_oem_cmd()