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

  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServer.java 64 REPEATING, NON_REPEATING
  /packages/apps/Camera2/src/com/android/camera/one/v2/commands/
PreviewCommand.java 29 * Sends repeating preview requests to a {@link FrameServer}.
54 FrameServer.RequestType.REPEATING);
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
FullAFScanCommand.java 74 // Start a repeating sequence of idle requests
77 FrameServer.RequestType.REPEATING);
91 // Start a repeating sequence of idle requests
94 FrameServer.RequestType.REPEATING);
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstCaptureCommand.java 151 FrameServer.RequestType.REPEATING);
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
ConvergedImageCaptureCommand.java 87 * repeating requests sent during the scanning phase and after
89 * @param repeatingRequestTemplate The template type to use for repeating
129 // Always reset the repeating stream to ensure AF/AE are not
154 FrameServer.RequestType.REPEATING);
177 FrameServer.RequestType.REPEATING);
234 FrameServer.RequestType.REPEATING);
252 // request from the current repeating request, which has AE lock off)

Completed in 1037 milliseconds