HomeSort by relevance Sort by last modified time
    Searched refs:get_native_camera (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_hardware_Camera.cpp 118 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) function
126 ALOGV("get_native_camera: context=%p, camera=%p", context, camera.get());
559 sp<Camera> camera = get_native_camera(env, thiz, NULL);
580 sp<Camera> camera = get_native_camera(env, thiz, NULL);
605 sp<Camera> camera = get_native_camera(env, thiz, &context);
627 sp<Camera> camera = get_native_camera(env, thiz, NULL);
639 sp<Camera> c = get_native_camera(env, thiz, NULL);
648 sp<Camera> c = get_native_camera(env, thiz, NULL);
661 sp<Camera> camera = get_native_camera(env, thiz, &context);
683 sp<Camera> c = get_native_camera(env, thiz, &context)
    [all...]
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 48 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 1785 milliseconds