Searched defs:repeating (Results 1 - 9 of 9) sorted by path

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp704 bool repeating,
722 newRequest->mRepeating = repeating;
788 bool repeating,
804 repeating, /*out*/&requestList);
810 if (repeating) {
1022 return submitRequestsHelper(requests, surfaceMaps, /*repeating*/false, lastFrameNumber);
1042 return submitRequestsHelper(requests, surfaceMaps, /*repeating*/true, lastFrameNumber);
1089 ALOGV("Camera %s: Clearing repeating request", mId.string());
3538 // All repeating requests are guaranteed to have same id so only check first quest
3566 // pending repeating request
701 convertMetadataListToRequestListLocked( const List<const CameraMetadata> &metadataList, const std::list<const SurfaceMap> &surfaceMaps, bool repeating, RequestList *requestList) argument
785 submitRequestsHelper( const List<const CameraMetadata> &requests, const std::list<const SurfaceMap> &surfaceMaps, bool repeating, int64_t *lastFrameNumber) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraDeviceImpl.java837 * starting and stopping repeating request and flushing.
844 * @param requestId the request ID of the current repeating request.
906 Handler handler, boolean repeating) throws CameraAccessException {
928 if (repeating) {
935 requestInfo = mRemoteDevice.submitRequestList(requestArray, repeating);
943 callback, requestList, handler, repeating, mNextSessionId - 1));
950 if (repeating) {
1016 throw new IllegalStateException("Active repeating request ongoing");
1236 * This method is called when camera device's non-repeating request queue is empty,
1269 Handler handler, boolean repeating, in
905 submitCaptureRequest(List<CaptureRequest> requestList, CaptureCallback callback, Handler handler, boolean repeating) argument
1268 CaptureCallbackHolder(CaptureCallback callback, List<CaptureRequest> requestList, Handler handler, boolean repeating, int sessionId) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DBurstHolder.java37 * @param repeating true if this burst is repeating.
41 public BurstHolder(int requestId, boolean repeating, CaptureRequest[] requests, argument
47 /*request*/r, repeating, jpegSurfaceIds));
50 mRepeating = repeating;
62 * Return true if this repeating.
H A DLegacyCameraDevice.java404 * @param repeating {@code true} if this burst is repeating.
407 * or the frame number of the last frame that will be returned for the current repeating
408 * request if this burst is set to be repeating.
410 public SubmitInfo submitRequestList(CaptureRequest[] requestList, boolean repeating) { argument
458 return mRequestThreadManager.submitCaptureRequests(requestList, repeating);
465 * @param repeating {@code true} if this request is repeating.
468 * or the frame number of the last frame that will be returned for the current repeating
469 * request if this burst is set to be repeating
471 submitRequest(CaptureRequest request, boolean repeating) argument
[all...]
H A DRequestHolder.java51 * 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.
72 Builder(int requestId, int subsequenceId, CaptureRequest request, boolean repeating, Collection<Long> jpegSurfaceIds) argument
160 RequestHolder(int requestId, int subsequenceId, CaptureRequest request, boolean repeating, long frameNumber, int numJpegTargets, int numPreviewTargets, Collection<Long> jpegSurfaceIds) argument
H A DRequestQueue.java51 * <p>If a repeating burst is returned, it will not be removed.</p>
73 * Cancel a repeating request.
75 * @param requestId the id of the repeating request to cancel.
76 * @return the last frame to be returned from the HAL for the given repeating request, or
88 Log.e(TAG, "cancel failed: no repeating request exists for request id: " + requestId);
94 * Cancel a repeating request.
96 * @return the last frame to be returned from the HAL for the given repeating request, or
101 Log.e(TAG, "cancel failed: no repeating request exists.");
110 * <p>If the burst is repeating, replace the current repeating burs
119 submit(CaptureRequest[] requests, boolean repeating) argument
[all...]
H A DRequestThreadManager.java920 // Stop the repeating request if any of its output surfaces is abandoned.
924 Log.d(TAG, "Stopped repeating request. Last frame number is " +
1034 * <p>If the burst is repeating, replace the current repeating burst.</p>
1037 * @param repeating true if the burst is repeating.
1040 * or the frame number of the last frame that will be returned for the current repeating
1041 * request if this burst is set to be repeating.
1043 public SubmitInfo submitCaptureRequests(CaptureRequest[] requests, boolean repeating) { argument
1047 info = mRequestQueue.submit(requests, repeating);
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTrustDrawable.java205 true /* repeating */, false /* stateUpdateListener */);
211 false /* repeating */, true /* stateUpdateListener */);
217 false /* repeating */, true /* stateUpdateListener */);
222 boolean repeating, boolean stateUpdateListener) {
225 duration, mAlphaUpdateListener, interpolator, repeating);
228 duration, mRadiusUpdateListener, interpolator, repeating);
240 boolean repeating) {
244 if (repeating) {
220 makeAnimators(float startRadius, float endRadius, int startAlpha, int endAlpha, long duration, Interpolator interpolator, boolean repeating, boolean stateUpdateListener) argument
238 configureAnimator(ValueAnimator animator, long duration, ValueAnimator.AnimatorUpdateListener updateListener, Interpolator interpolator, boolean repeating) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrorDialog.java69 mRepeating = data.repeating;
209 boolean repeating; field in class:AppErrorDialog.Data

Completed in 4535 milliseconds