OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPendingSwitchCameraId
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/
VideoModule.java
181
private int
mPendingSwitchCameraId
;
364
mPendingSwitchCameraId
= -1;
513
mPendingSwitchCameraId
= state;
[
all
...]
PhotoModule.java
141
protected int
mPendingSwitchCameraId
= -1;
489
Log.i(TAG, "Start to switch camera. id=" +
mPendingSwitchCameraId
);
491
mCameraId =
mPendingSwitchCameraId
;
542
mPendingSwitchCameraId
= state;
[
all
...]
Completed in 34 milliseconds