Searched defs:onReady (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionService.java66 public void onReady() { method in class:MainInteractionService
67 super.onReady();
/frameworks/av/camera/include/camera/ndk/
H A DNdkCameraCaptureSession.h87 ACameraCaptureSession_stateCallback onReady; member in struct:ACameraCaptureSession_stateCallbacks
92 * <p>If the session runs out of capture requests to process and calls {@link onReady},
535 * and is in ready state, wait for the {@link ACameraCaptureSession_stateCallbacks#onReady} callback
564 * either completed or thrown away, the {@link ACameraCaptureSession_stateCallbacks#onReady}
/frameworks/av/include/camera/ndk/
H A DNdkCameraCaptureSession.h87 ACameraCaptureSession_stateCallback onReady; member in struct:ACameraCaptureSession_stateCallbacks
92 * <p>If the session runs out of capture requests to process and calls {@link onReady},
535 * and is in ready state, wait for the {@link ACameraCaptureSession_stateCallbacks#onReady} callback
564 * either completed or thrown away, the {@link ACameraCaptureSession_stateCallbacks#onReady}
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java565 * and is in ready state, wait for the {@link StateCallback#onReady} callback after
592 * either completed or thrown away, the {@link StateCallback#onReady} callback will be called,
685 * {@link #onReady} right after this callback.</p>
722 public void onReady(@NonNull CameraCaptureSession session) { method in class:CameraCaptureSession.StateCallback
733 * <p>If the session runs out of capture requests to process and calls {@link #onReady},
763 * {@link #onReady}, which is fired when all requests in both queues have been processed.</p>
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCallbackProxies.java173 public void onReady(CameraCaptureSession session) { method in class:CallbackProxies.SessionStateCallbackProxy
174 mProxy.invoke("onReady", session);
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java284 public void onReady(CameraCaptureSession session) { method in class:CameraConstrainedHighSpeedCaptureSessionImpl.WrapperCallback
285 mCallback.onReady(CameraConstrainedHighSpeedCaptureSessionImpl.this);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionService.java108 onReady();
194 throw new IllegalStateException("Not available until onReady() is called");
223 public void onReady() { method in class:VoiceInteractionService
270 throw new IllegalStateException("Not available until onReady() is called");
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java188 public void onReady(CameraCaptureSession session) { method in class:BlockingSessionCallback
191 mProxy.onReady(session);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimUiccRecords.java119 onReady();
466 public void onReady() { method in class:IsimUiccRecords
H A DRuimRecords.java604 onReady();
809 public void onReady() { method in class:RuimRecords
H A DIccRecords.java211 public abstract void onReady(); method in class:IccRecords
H A DSIMRecords.java674 onReady();
1660 public void onReady() { method in class:SIMRecords

Completed in 834 milliseconds