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

  /frameworks/base/core/jni/
android_hardware_Camera.cpp 71 class JNICameraContext: public CameraListener
74 JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera);
75 ~JNICameraContext() { release(); }
125 bool JNICameraContext::isRawImageCallbackBufferAvailable() const
130 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext)
134 JNICameraContext* context = reinterpret_cast<JNICameraContext*>(env->GetLongField(thiz, fields.context));
148 JNICameraContext::JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera)
167 void JNICameraContext::release(
    [all...]
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 56 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);

Completed in 813 milliseconds