Home
last modified time | relevance | path

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

/external/adhd/audio_streams/src/
Dshm_streams.rs53 pub struct ServerRequest<'a> { struct
58 impl<'a> ServerRequest<'a> { implementation
164 ) -> GenericResult<Option<ServerRequest>>; in wait_for_next_action_with_timeout()
277 ) -> GenericResult<Option<ServerRequest>> { in wait_for_next_action_with_timeout()
405 ) -> 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/adhd/cras/client/libcras/src/
Dcras_shm_stream.rs129 ) -> Result<Option<ServerRequest>, BoxError> { in wait_for_next_action_with_timeout()
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_streams.rs218 ) -> GenericResult<Option<ServerRequest>> { in wait_for_next_action_with_timeout()