Searched refs:onDrained (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTaskDrainer.java37 * at which point the {@link DrainListener#onDrained} callback will be invoked.</p>
51 public void onDrained(); method in interface:TaskDrainer.DrainListener
69 * Create a new task drainer; {@code onDrained} callbacks will be posted to the listener
73 * @param listener a non-{@code null} listener where {@code onDrained} will be called
82 * Create a new task drainer; {@code onDrained} callbacks will be posted to the listener
86 * @param listener a non-{@code null} listener where {@code onDrained} will be called
152 // If this is the last finished task and draining has already begun, fire #onDrained
159 * fire the {@link DrainListener#onDrained} callback asynchronously.
172 // If all tasks that had started had already finished by now, fire #onDrained
194 Log.v(TAG + "[" + mName + "]", "onDrained");
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java631 public void onDrained() { method in class:CameraCaptureSessionImpl.SequenceDrainListener
661 public void onDrained() { method in class:CameraCaptureSessionImpl.AbortDrainListener
685 public void onDrained() { method in class:CameraCaptureSessionImpl.IdleDrainListener

Completed in 1080 milliseconds