Home
last modified time | relevance | path

Searched refs:RequestImpl (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/core/
DRequestBuilder.java53 private static class UnregisteredStreamProvider implements RequestImpl
79 private static class RequestImpl implements Request { class in RequestBuilder
91 public RequestImpl(CaptureRequestBuilderProxy builder, List<Allocation> allocations, in RequestImpl() method in RequestBuilder.RequestImpl
122 private final List<RequestImpl.Allocation> mAllocations;
184 return new RequestImpl(mBuilder, mAllocations, in build()