Home | History | Annotate | Download | only in testingcamera

Lines Matching refs:mState

157     private int mState = CAMERA_UNINITIALIZED;
308 if (mState == CAMERA_RECORD) {
314 if (mState == CAMERA_PREVIEW) {
316 mState = CAMERA_OPEN;
324 mState = CAMERA_UNINITIALIZED;
335 if (mState >= CAMERA_OPEN) {
434 if (mState == CAMERA_PREVIEW) {
450 if (mState == CAMERA_PREVIEW) {
486 if (mState == CAMERA_TAKE_PICTURE) {
493 mState = CAMERA_PREVIEW;
498 mState = CAMERA_OPEN;
613 if (mState == CAMERA_PREVIEW) {
614 mState = CAMERA_TAKE_PICTURE;
695 if (mState == CAMERA_PREVIEW) {
697 } else if (mState == CAMERA_RECORD) {
750 mState = CAMERA_OPEN;
763 switch (mState) {
784 if (mState == CAMERA_PREVIEW) {
825 if (mState < CAMERA_OPEN) {
837 mState = CAMERA_OPEN;
897 mState = CAMERA_PREVIEW;
899 mState = CAMERA_OPEN;
906 if (mState >= CAMERA_OPEN) {
912 mState = CAMERA_UNINITIALIZED;
1210 if (mState >= CAMERA_OPEN && mCallbacksEnabled) {
1234 if (mState >= CAMERA_OPEN) {
1254 if (mState < CAMERA_PREVIEW || !mCallbacksEnabled) {
1412 mState = CAMERA_RECORD;
1428 mState = CAMERA_UNINITIALIZED;
1441 if (mState == CAMERA_RECORD) {
1470 mState = CAMERA_UNINITIALIZED;
1474 mState = CAMERA_PREVIEW;