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

/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp126 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) function
134 ALOGV("get_native_camera: context=%p, camera=%p", context, camera.get());
602 sp<Camera> camera = get_native_camera(env, thiz, NULL);
623 sp<Camera> camera = get_native_camera(env, thiz, NULL);
648 sp<Camera> camera = get_native_camera(env, thiz, &context);
670 sp<Camera> camera = get_native_camera(env, thiz, NULL);
682 sp<Camera> c = get_native_camera(env, thiz, NULL);
691 sp<Camera> c = get_native_camera(env, thiz, NULL);
704 sp<Camera> camera = get_native_camera(env, thiz, &context);
726 sp<Camera> c = get_native_camera(en
[all...]

Completed in 319 milliseconds