Home | History | Annotate | Download | only in camera

Lines Matching full:native_stop_ops

2339 bool static native_stop_ops(mm_camera_ops_type_t  type, void* value)
2342 ALOGE("native_stop_ops: type %d error %s",
5384 mCameraRunning = 0;//!native_stop_ops(CAMERA_OPS_STREAMING_VIDEO, NULL);
5394 mCameraRunning = !native_stop_ops(CAMERA_OPS_STREAMING_VIDEO, NULL);
5447 mCameraRunning = !native_stop_ops(CAMERA_OPS_STREAMING_PREVIEW, NULL);
5451 mCameraRunning = !native_stop_ops(CAMERA_OPS_STREAMING_VIDEO, NULL);
5688 rc = native_stop_ops(CAMERA_OPS_FOCUS, NULL) ?
6147 rc = native_stop_ops(CAMERA_OPS_CAPTURE, NULL) ? NO_ERROR : UNKNOWN_ERROR;
7281 native_stop_ops(CAMERA_OPS_VIDEO_RECORDING, NULL);
9711 native_stop_ops(CAMERA_OPS_VIDEO_RECORDING, NULL);