HomeSort by relevance Sort by last modified time
    Searched refs:onDrained (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/utils/
TaskDrainer.java 38 * at which point the {@link DrainListener#onDrained} callback will be invoked.</p>
52 public void onDrained();
75 * Create a new task drainer; {@code onDrained} callbacks will be posted to the listener
79 * @param listener a non-{@code null} listener where {@code onDrained} will be called
88 * Create a new task drainer; {@code onDrained} callbacks will be posted to the listener
92 * @param listener a non-{@code null} listener where {@code onDrained} will be called
165 // If this is the last finished task and draining has already begun, fire #onDrained
172 * fire the {@link DrainListener#onDrained} callback asynchronously.
185 // If all tasks that had started had already finished by now, fire #onDrained
207 Log.v(TAG + "[" + mName + "]", "onDrained");
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionImpl.java 706 public void onDrained() {
736 public void onDrained() {
760 public void onDrained() {

Completed in 98 milliseconds