Home
last modified time | relevance | path

Searched defs:BackendResult (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.h58 struct NET_EXPORT BackendResult { struct
62 BackendResult& operator=(BackendResult&&); argument
65 BackendResult& operator=(const BackendResult&) = delete; argument
76 using BackendResultCallback = base::OnceCallback<void(BackendResult)>; argument
/aosp_15_r20/external/crosvm/devices/src/usb/backend/fido_backend/
H A Dfido_passthrough.rs386 fn detach_event_handler(&self, _event_loop: &Arc<EventLoop>) -> BackendResult<()> { in detach_event_handler()
476 fn set_active_configuration(&mut self, config: u8) -> BackendResult<()> { in set_active_configuration()
493 fn create_endpoints(&mut self, _config_descriptor: &ConfigDescriptorTree) -> BackendResult<()> { in create_endpoints()
538 fn reset(&mut self) -> BackendResult<()> { in reset()
550 fn alloc_streams(&self, _ep: u8, _num_streams: u16) -> BackendResult<()> { in alloc_streams()
555 fn free_streams(&self, _ep: u8) -> BackendResult<()> { in free_streams()
H A Dtransfer.rs103 fn cancel(&self) -> BackendResult<()> { in cancel()