Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/core/
DRequestBuilder.java88 private final List<Allocation> mAllocations; field in RequestBuilder.RequestImpl
94 mAllocations = allocations; in RequestImpl()
101 for (Allocation allocation : mAllocations) { in allocateCaptureRequest()
114 for (Allocation allocation : mAllocations) { in abort()
122 private final List<RequestImpl.Allocation> mAllocations; field in RequestBuilder
134 mAllocations = new ArrayList<>(); in RequestBuilder()
171 mAllocations.add(new UnregisteredStreamProvider(captureStream, in addStream()
184 return new RequestImpl(mBuilder, mAllocations, in build()