Home
last modified time | relevance | path

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

/external/crosvm/common/audio_streams/src/
Dshm_streams.rs47 pub struct ServerRequest<'a> { struct
52 impl<'a> ServerRequest<'a> { impl
158 ) -> GenericResult<Option<ServerRequest>>; in wait_for_next_action_with_timeout()
292 ) -> GenericResult<Option<ServerRequest>> { in wait_for_next_action_with_timeout()
421 ) -> GenericResult<Option<ServerRequest>> { in wait_for_next_action_with_timeout()
/external/libbrillo/brillo/http/
Dhttp_transport_fake.cc128 ServerResponse* response) { in AddSimpleReplyHandler()
214 ServerRequest::ServerRequest(const std::string& url, const std::string& method) in ServerRequest() function in brillo::ServerRequest
Dhttp_transport_fake.h26 class ServerRequest; variable
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_streams.rs269 ) -> GenericResult<Option<ServerRequest>> { in wait_for_next_action_with_timeout()