OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REPEATING
(Results
1 - 8
of
8
) sorted by null
/external/libchrome/base/timer/
timer.h
66
// This class wraps MessageLoop::PostDelayedTask to manage delayed and
repeating
72
// Construct a timer in
repeating
or one-shot mode. Start or SetTaskInfo must
187
//
Repeating
timers automatically post the task again before calling the task
212
enum RepeatMode { ONE_SHOT,
REPEATING
};
214
: Timer(mode ==
REPEATING
, mode ==
REPEATING
) {}
237
// A simple,
repeating
timer. See usage notes at the top of the file.
240
RepeatingTimer() : BaseTimerMethodPointer(
REPEATING
) {}
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServer.java
64
REPEATING
, NON_REPEATING
TagDispatchCaptureSession.java
125
* @param requestType Whether the request should be sent as a
repeating
151
if (requestType == FrameServer.RequestType.
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
);
ZslPreviewCommand.java
81
// before requesting the
repeating
preview and ZSL requests. We do it only for
94
// Build the zsl + preview
repeating
request.
99
// Submit the normal
repeating
request.
100
session.submitRequest(zslAndPreviewRepeating, 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/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)
/packages/apps/Camera2/src/com/android/camera/burst/
BurstCaptureCommand.java
151
FrameServer.RequestType.
REPEATING
);
Completed in 98 milliseconds