HomeSort by relevance Sort by last modified time
    Searched refs:repeating (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/base/core/java/android/hardware/camera2/legacy/
BurstHolder.java 37 * @param repeating true if this burst is repeating.
41 public BurstHolder(int requestId, boolean repeating, CaptureRequest[] requests,
47 /*request*/r, repeating, jpegSurfaceIds));
50 mRepeating = repeating;
62 * Return true if this repeating.
RequestHolder.java 51 * This allows per-request queries to be cached for repeating {@link CaptureRequest} objects.
70 * @param repeating {@code true} if the request is repeating.
73 boolean repeating, Collection<Long> jpegSurfaceIds) {
78 mRepeating = repeating;
161 boolean repeating, long frameNumber, int numJpegTargets,
163 mRepeating = repeating;
181 * Returns true if the contained request is repeating.
RequestQueue.java 72 * <p>If a repeating burst is returned, it will not be removed.</p>
96 * Cancel a repeating request.
98 * @param requestId the id of the repeating request to cancel.
99 * @return the last frame to be returned from the HAL for the given repeating request, or
109 Log.i(TAG, "Repeating capture request cancelled.");
111 Log.e(TAG, "cancel failed: no repeating request exists for request id: " + requestId);
117 * Cancel a repeating request.
119 * @return the last frame to be returned from the HAL for the given repeating request, or
124 Log.e(TAG, "cancel failed: no repeating request exists.");
133 * <p>If the burst is repeating, replace the current repeating burst.</p
    [all...]
LegacyCameraDevice.java 427 * @param repeating {@code true} if this burst is repeating.
430 * or the frame number of the last frame that will be returned for the current repeating
431 * request if this burst is set to be repeating.
433 public SubmitInfo submitRequestList(CaptureRequest[] requestList, boolean repeating) {
481 return mRequestThreadManager.submitCaptureRequests(requestList, repeating);
488 * @param repeating {@code true} if this request is repeating.
491 * or the frame number of the last frame that will be returned for the current repeating
492 * request if this burst is set to be repeating
    [all...]
RequestThreadManager.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TrustDrawable.java 206 true /* repeating */, false /* stateUpdateListener */);
212 false /* repeating */, true /* stateUpdateListener */);
218 false /* repeating */, true /* stateUpdateListener */);
223 boolean repeating, boolean stateUpdateListener) {
226 duration, mAlphaUpdateListener, interpolator, repeating);
229 duration, mRadiusUpdateListener, interpolator, repeating);
241 boolean repeating) {
245 if (repeating) {
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_unaligned_reloc.s 32 # The disassembler sometimes skips repeating
  /frameworks/base/services/core/java/com/android/server/am/
AppErrorDialog.java 75 data.repeating ? com.android.internal.R.string.aerr_application_repeated
82 data.repeating ? com.android.internal.R.string.aerr_process_repeated
213 boolean repeating; field in class:AppErrorDialog.Data
  /prebuilts/go/darwin-x86/src/compress/bzip2/
move_to_front.go 8 // efficient way to transform a string with repeating elements into one with
  /prebuilts/go/linux-x86/src/compress/bzip2/
move_to_front.go 8 // efficient way to transform a string with repeating elements into one with
  /cts/tests/camera/src/android/hardware/camera2/cts/
CameraDeviceTest.java 369 runCaptureTest(/*burst*/false, /*repeating*/false, /*abort*/false, /*useExecutor*/false);
370 runCaptureTest(/*burst*/false, /*repeating*/false, /*abort*/false, /*useExecutor*/true);
374 runCaptureTest(/*burst*/true, /*repeating*/false, /*abort*/false, /*useExecutor*/false);
375 runCaptureTest(/*burst*/true, /*repeating*/false, /*abort*/false, /*useExecutor*/true);
379 runCaptureTest(/*burst*/false, /*repeating*/true, /*abort*/false, /*useExecutor*/false);
380 runCaptureTest(/*burst*/false, /*repeating*/true, /*abort*/false, /*useExecutor*/true);
384 runCaptureTest(/*burst*/true, /*repeating*/true, /*abort*/false, /*useExecutor*/ false);
385 runCaptureTest(/*burst*/true, /*repeating*/true, /*abort*/false, /*useExecutor*/ true);
397 runCaptureTest(/*burst*/false, /*repeating*/true, /*abort*/true, /*useExecutor*/false);
398 runCaptureTest(/*burst*/false, /*repeating*/true, /*abort*/true, /*useExecutor*/true)
1675 startCapture(requestBuilder.build(), repeating, mockCaptureCallback, executor); local
1677 startCapture(requestBuilder.build(), repeating, mockCaptureCallback, mHandler); local
    [all...]
ImageReaderTest.java 114 bufferFormatTestByCamera(ImageFormat.YUV_420_888, /*repeating*/true);
126 bufferFormatTestByCamera(ImageFormat.DEPTH16, /*repeating*/true);
138 bufferFormatTestByCamera(ImageFormat.DEPTH_POINT_CLOUD, /*repeating*/true);
150 bufferFormatTestByCamera(ImageFormat.JPEG, /*repeating*/false);
163 bufferFormatTestByCamera(ImageFormat.RAW_SENSOR, /*repeating*/false);
176 bufferFormatTestByCamera(ImageFormat.RAW_PRIVATE, /*repeating*/false);
187 Log.v(TAG, "Testing repeating jpeg capture for Camera " + id);
189 bufferFormatTestByCamera(ImageFormat.JPEG, /*repeating*/true);
199 Log.v(TAG, "Testing repeating raw capture for camera " + id);
202 bufferFormatTestByCamera(ImageFormat.RAW_SENSOR, /*repeating*/true)
    [all...]
AllocationTest.java     [all...]
  /external/lisa/src/shell/
lisa_shell 314 Run RampUp test from EAS Generic suite, repeating the
320 Run EAS Generic suite, repeating each workload 10 times:
  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2AndroidTestCase.java 154 * @param repeating If the capture is single capture or repeating.
158 protected void startCapture(CaptureRequest request, boolean repeating,
162 if (repeating) {
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java 280 // Schedule the next repeating instance which may be before the current instance if a
289 LogUtils.i("Creating new instance for repeating alarm " + alarm.id + " at " +
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDeviceImpl.java     [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 695 final boolean repeating, final boolean delayed) throws Throwable {
704 if (repeating) {
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 456 // Whether this request is from a repeating or repeating burst.
466 bool repeating,
476 bool repeating,
712 * Set or clear the list of repeating requests. Does not block
727 * Remove all queued and repeating requests, and pending triggers
772 * Returns true if the stream is a target of any queued or repeating
778 * Returns true if the surface is a target of any queued or repeating
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
collections.py 439 '''Iterator over elements repeating each as many times as its count.
  /external/llvm/test/MC/AArch64/
arm64-aliases.s 195 ; ORR is mostly repeating bit sequences and cannot encode -1, so it only
  /external/python/cpython2/Lib/
collections.py 498 '''Iterator over elements repeating each as many times as its count.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
collections.py 465 '''Iterator over elements repeating each as many times as its count.
  /prebuilts/gdb/linux-x86/lib/python2.7/
collections.py 465 '''Iterator over elements repeating each as many times as its count.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 465 '''Iterator over elements repeating each as many times as its count.

Completed in 3298 milliseconds

1 2