HomeSort by relevance Sort by last modified time
    Searched defs:onSurfacePrepared (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/impl/
CallbackProxies.java 111 public void onSurfacePrepared(CameraCaptureSession session, Surface surface) {
114 mExecutor.execute(() -> mCallback.onSurfacePrepared(session, surface));
CameraConstrainedHighSpeedCaptureSessionImpl.java 353 public void onSurfacePrepared(CameraCaptureSession session, Surface surface) {
354 mCallback.onSurfacePrepared(CameraConstrainedHighSpeedCaptureSessionImpl.this,
CameraDeviceImpl.java     [all...]
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingSessionCallback.java 197 public void onSurfacePrepared(CameraCaptureSession session, Surface surface) {
200 mProxy.onSurfacePrepared(session, surface);
  /frameworks/base/core/java/android/hardware/camera2/
CameraCaptureSession.java 117 * <p>Once allocation is complete, {@link StateCallback#onSurfacePrepared} will be invoked with
118 * the Surface provided to this method. Between the prepare call and the onSurfacePrepared call,
125 * StateCallback#onSurfacePrepared} will be triggered for both surfaces.</p>
129 * {@link StateCallback#onSurfacePrepared} will be immediately called, and no preallocation is
144 * @see StateCallback#onSurfacePrepared
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 92 milliseconds