OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:configureOutputs
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java
213
* #flush} and wait for the idle callback before calling
configureOutputs
. This will discard
223
* <p>Calling
configureOutputs
with the same arguments as the last call to
224
*
configureOutputs
has no effect, and the {@link StateListener#onBusy busy}
245
public void
configureOutputs
(List<Surface> outputs) throws CameraAccessException;
285
* {@link #
configureOutputs
} before calling this method.</p>
330
* configured as active outputs with {@link #
configureOutputs
} before
514
* and can be reconfigured with {@link #
configureOutputs
configureOutputs
}.</p>
539
* reconfiguration with {@link #
configureOutputs
}, at the cost of discarding
560
* @see #
configureOutputs
[
all
...]
/frameworks/base/core/java/android/hardware/camera2/impl/
CameraDevice.java
162
public void
configureOutputs
(List<Surface> outputs) throws CameraAccessException {
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraOps.java
178
private void
configureOutputs
(List<Surface> outputs) throws CameraAccessException {
179
mCamera.
configureOutputs
(outputs);
244
configureOutputs
(outputSurfaces);
289
configureOutputs
(outputSurfaces);
339
configureOutputs
(mOutputSurfaces);
365
configureOutputs
(mOutputSurfaces);
Completed in 166 milliseconds