Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraDeviceImpl.java1282 boolean hasBatchedOutputs = true; in CaptureCallbackHolder()
1286 hasBatchedOutputs = false; in CaptureCallbackHolder()
1292 hasBatchedOutputs = false; in CaptureCallbackHolder()
1297 mHasBatchedOutputs = hasBatchedOutputs; in CaptureCallbackHolder()
1340 public boolean hasBatchedOutputs() { in hasBatchedOutputs() method in CameraDeviceImpl.CaptureCallbackHolder
1835 if (holder.hasBatchedOutputs()) { in onCaptureStarted()
1920 if (holder.hasBatchedOutputs()) { in onResultReceived()
1935 if (holder.hasBatchedOutputs()) { in onResultReceived()
1975 if (holder.hasBatchedOutputs()) { in onResultReceived()