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 73 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) function
81 LOGV("get_native_camera: context=%p, camera=%p", context, camera.get());
384 sp<Camera> camera = get_native_camera(env, thiz, NULL);
399 sp<Camera> camera = get_native_camera(env, thiz, NULL);
411 sp<Camera> c = get_native_camera(env, thiz, NULL);
420 sp<Camera> c = get_native_camera(env, thiz, NULL);
433 sp<Camera> camera = get_native_camera(env, thiz, &context);
455 sp<Camera> c = get_native_camera(env, thiz, &context);
467 sp<Camera> c = get_native_camera(env, thiz, &context);
479 sp<Camera> camera = get_native_camera(env, thiz, &context)
    [all...]
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 44 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);
153 // we should not pass a null camera to get_native_camera() call.
158 sp<Camera> c = get_native_camera(env, camera, NULL);

Completed in 227 milliseconds