HomeSort by relevance Sort by last modified time
    Searched defs:RequestImpl (Results 1 - 5 of 5) sorted by null

  /external/libweave/examples/provider/
event_http_server.cc 30 class HttpServerImpl::RequestImpl : public Request {
32 RequestImpl(EventPtr<evhtp_request_t> req) : req_(std::move(req)) {
39 ~RequestImpl() {}
142 std::unique_ptr<RequestImpl> request{new RequestImpl{EventPtr<evhtp_request_t>{req}}};
169 void HttpServerImpl::ProcessReply(std::shared_ptr<RequestImpl> request,
  /system/weaved/buffet/
webserv_client.cc 34 class RequestImpl : public HttpServer::Request {
36 explicit RequestImpl(std::unique_ptr<libwebserv::Request> request,
39 ~RequestImpl() override {}
86 DISALLOW_COPY_AND_ASSIGN(RequestImpl);
147 new RequestImpl{std::move(request), std::move(response)}};
  /system/webservd/libwebserv/
request.cc 48 RequestImpl::RequestImpl(DBusProtocolHandler* handler,
54 brillo::StreamPtr RequestImpl::GetDataStream() {
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
RequestBuilder.java 53 private static class UnregisteredStreamProvider implements RequestImpl
79 private static class RequestImpl implements Request {
91 public RequestImpl(CaptureRequestBuilderProxy builder, List<Allocation> allocations,
122 private final List<RequestImpl.Allocation> mAllocations;
184 return new RequestImpl(mBuilder, mAllocations,
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 

Completed in 292 milliseconds