android_hardware_Camera.cpp | 19 #define LOG_TAG "Camera-JNI" 29 #include <camera/Camera.h> 49 JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera); 56 sp<Camera> getCamera() { Mutex::Autolock _l(mLock); return mCamera; } 65 sp<Camera> mCamera; // strong reference to native object 73 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) 75 sp<Camera> camera; local 316 sp<Camera> camera = Camera::connect(cameraId); local 355 sp<Camera> camera; local 384 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 399 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 433 sp<Camera> camera = get_native_camera(env, thiz, &context); local 479 sp<Camera> camera = get_native_camera(env, thiz, &context); local 491 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 509 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 518 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 530 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 541 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 552 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 568 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 580 sp<Camera> camera = get_native_camera(env, thiz, NULL); local [all...] |