Searched refs:get_native_camera (Results 1 - 2 of 2) 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());
537 sp<Camera> camera = get_native_camera(env, thiz, NULL);
553 sp<Camera> camera = get_native_camera(env, thiz, NULL);
580 sp<Camera> camera = get_native_camera(env, thiz, NULL);
592 sp<Camera> c = get_native_camera(env, thiz, NULL);
601 sp<Camera> c = get_native_camera(env, thiz, NULL);
614 sp<Camera> camera = get_native_camera(env, thiz, &context);
636 sp<Camera> c = get_native_camera(env, thiz, &context);
648 sp<Camera> c = get_native_camera(en
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp45 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);
154 // we should not pass a null camera to get_native_camera() call.
159 sp<Camera> c = get_native_camera(env, camera, NULL);

Completed in 22 milliseconds