Searched refs:unbind_device (Results 1 – 1 of 1) sorted by relevance
56 unbind_device(Path::new(&self.sysfs_path)).unwrap_or_else(|e| { in drop()264 fn unbind_device(path: &Path) -> binder::Result<()> { in unbind_device() function