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 71 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) function
79 LOGV("get_native_camera: context=%p, camera=%p", context, camera.get());
362 sp<Camera> camera = get_native_camera(env, thiz, NULL);
377 sp<Camera> camera = get_native_camera(env, thiz, NULL);
389 sp<Camera> c = get_native_camera(env, thiz, NULL);
398 sp<Camera> c = get_native_camera(env, thiz, NULL);
411 sp<Camera> camera = get_native_camera(env, thiz, &context);
433 sp<Camera> c = get_native_camera(env, thiz, &context);
445 sp<Camera> c = get_native_camera(env, thiz, &context);
457 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 2452 milliseconds