Searched defs:get_native_camera (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp112 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) function
120 ALOGV("get_native_camera: context=%p, camera=%p", context, camera.get());
544 sp<Camera> camera = get_native_camera(env, thiz, NULL);
565 sp<Camera> camera = get_native_camera(env, thiz, NULL);
590 sp<Camera> camera = get_native_camera(env, thiz, &context);
612 sp<Camera> camera = get_native_camera(env, thiz, NULL);
624 sp<Camera> c = get_native_camera(env, thiz, NULL);
633 sp<Camera> c = get_native_camera(env, thiz, NULL);
646 sp<Camera> camera = get_native_camera(env, thiz, &context);
668 sp<Camera> c = get_native_camera(en
[all...]

Completed in 211 milliseconds