Searched refs:onReady (Results 1 - 17 of 17) 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/base/core/java/android/hardware/camera2/impl/
H A DCallbackProxies.java71 public void onReady(CameraCaptureSession session) { method in class:CallbackProxies.SessionStateCallbackProxy
74 mExecutor.execute(() -> mCallback.onReady(session));
H A DCameraConstrainedHighSpeedCaptureSessionImpl.java333 public void onReady(CameraCaptureSession session) { method in class:CameraConstrainedHighSpeedCaptureSessionImpl.WrapperCallback
334 mCallback.onReady(CameraConstrainedHighSpeedCaptureSessionImpl.this);
H A DCameraCaptureSessionImpl.java790 mStateCallback.onReady(session);
/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/av/camera/ndk/include/camera/
H A DNdkCameraCaptureSession.h88 ACameraCaptureSession_stateCallback onReady; member in struct:ACameraCaptureSession_stateCallbacks
93 * <p>If the session runs out of capture requests to process and calls {@link onReady},
536 * and is in ready state, wait for the {@link ACameraCaptureSession_stateCallbacks#onReady} callback
565 * either completed or thrown away, the {@link ACameraCaptureSession_stateCallbacks#onReady}
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsSmsImplBase.java200 * This method must not be called before {@link #onReady()} is called or the call will fail. If
208 * @throws RuntimeException if called before {@link #onReady()} is triggered.
269 * @throws RuntimeException if called before {@link #onReady()} is triggered or if the
295 * @throws RuntimeException if called before {@link #onReady()} is triggered
328 public void onReady() { method in class:ImsSmsImplBase
/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/base/core/java/android/hardware/camera2/
H A DCameraCaptureSession.java737 * and is in ready state, wait for the {@link StateCallback#onReady} callback after
764 * either completed or thrown away, the {@link StateCallback#onReady} callback will be called,
895 * {@link #onReady} right after this callback.</p>
932 public void onReady(@NonNull CameraCaptureSession session) { method in class:CameraCaptureSession.StateCallback
943 * <p>If the session runs out of capture requests to process and calls {@link #onReady},
973 * {@link #onReady}, which is fired when all requests in both queues have been processed.</p>
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimUiccRecords.java114 onReady();
414 public void onReady() { method in class:IsimUiccRecords
H A DRuimRecords.java609 onReady();
827 public void onReady() { method in class:RuimRecords
H A DSIMRecords.java648 onReady();
1606 public void onReady() { method in class:SIMRecords
H A DIccRecords.java249 public abstract void onReady(); method in class:IccRecords
/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DMmTelFeature.java653 getSmsImplementation().onReady();
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp550 msg->setPointer(kCallbackFpKey, (void*) session->mUserSessionCallback.onReady);
673 // Send onReady to previous session
685 msg->setPointer(kCallbackFpKey, (void*) mBusySession->mUserSessionCallback.onReady);
1355 msg->setPointer(kCallbackFpKey, (void*) dev->mBusySession->mUserSessionCallback.onReady);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java2747 void onReady(); method in interface:SyncManager.OnReadyCallback
2770 connection.onReady();
2794 private void onReady() { method in class:SyncManager.OnUnsyncableAccountCheck
2797 mOnReadyCallback.onReady();
2812 onReady();
2822 onReady();
/frameworks/base/config/
H A Dboot-image-profile.txt2254 HPLandroid/hardware/camera2/CameraCaptureSession$StateCallback;->onReady(Landroid/hardware/camera2/CameraCaptureSession;)V
2361 HPLandroid/hardware/camera2/impl/CallbackProxies$SessionStateCallbackProxy;->onReady(Landroid/hardware/camera2/CameraCaptureSession;)V
[all...]

Completed in 385 milliseconds