Searched refs:get_native_camera (Results 1 - 2 of 2) 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...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp48 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);
161 // get_native_camera will throw an exception in this case

Completed in 75 milliseconds