OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentCaptureSession
(Results
1 - 2
of
2
) sorted by null
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraControlPane.java
145
private CameraCaptureSession
mCurrentCaptureSession
;
268
if (
mCurrentCaptureSession
!= null) {
270
mCurrentCaptureSession
.capture(request, mResultListener, null);
280
if (
mCurrentCaptureSession
!= null) {
282
mCurrentCaptureSession
.setRepeatingRequest(request, mResultListener, null);
301
if (
mCurrentCaptureSession
!= null) {
304
mCurrentCaptureSession
.prepare(target);
410
if (
mCurrentCaptureSession
!= null) {
412
mCurrentCaptureSession
.stopRepeating();
423
if (
mCurrentCaptureSession
!= null)
[
all
...]
/packages/apps/DevCamera/src/com/android/devcamera/
Api2Camera.java
92
private CameraCaptureSession
mCurrentCaptureSession
;
339
mCurrentCaptureSession
.abortCaptures();
345
mCurrentCaptureSession
= null;
441
mCurrentCaptureSession
= session;
486
if (
mCurrentCaptureSession
!= null) {
546
mCurrentCaptureSession
.capture(b1.build(), mCaptureCallback, mOpsHandler);
549
mCurrentCaptureSession
.setRepeatingRequest(b1.build(), mCaptureCallback, mOpsHandler);
570
mCurrentCaptureSession
.capture(b1.build(), mReprocessingCaptureCallback, mOpsHandler);
[
all
...]
Completed in 164 milliseconds