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

  /system/webservd/libwebserv/
request_impl.h 30 class RequestImpl final : public Request {
38 LIBWEBSERV_PRIVATE RequestImpl(DBusProtocolHandler* handler,
45 DISALLOW_COPY_AND_ASSIGN(RequestImpl);
request.cc 48 RequestImpl::RequestImpl(DBusProtocolHandler* handler,
54 brillo::StreamPtr RequestImpl::GetDataStream() {
dbus_server.cc 71 std::unique_ptr<RequestImpl> request{
72 new RequestImpl{protocol_handler, url, method}};
  /external/libweave/examples/provider/
event_http_server.h 28 class RequestImpl;
45 void ProcessReply(std::shared_ptr<RequestImpl> request,
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,
  /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,
  /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)}};
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 

Completed in 1193 milliseconds