android_hardware_Camera.cpp | 19 #define LOG_TAG "Camera-JNI" 30 #include <camera/Camera.h> 59 JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera); 68 sp<Camera> getCamera() { Mutex::Autolock _l(mLock); return mCamera; } 80 sp<Camera> mCamera; // strong reference to native object 110 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) 112 sp<Camera> camera; local 462 sp<Camera> camera = Camera::connect(cameraId); local 500 sp<Camera> camera; local 529 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 545 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 562 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 596 sp<Camera> camera = get_native_camera(env, thiz, &context); local 642 sp<Camera> camera = get_native_camera(env, thiz, &context); local 672 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 690 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 699 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 711 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 722 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 733 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 749 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 761 sp<Camera> camera = get_native_camera(env, thiz, NULL); local 774 sp<Camera> camera = get_native_camera(env, thiz, &context); local 790 sp<Camera> camera = get_native_camera(env, thiz, NULL); local [all...] |