Searched refs:JNICameraContext (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp58 class JNICameraContext: public CameraListener class in inherits:CameraListener
61 JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera);
62 ~JNICameraContext() { release(); }
107 bool JNICameraContext::isRawImageCallbackBufferAvailable() const
112 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext)
116 JNICameraContext* context = reinterpret_cast<JNICameraContext*>(env->GetIntField(thiz, fields.context));
129 JNICameraContext::JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera) function in class:JNICameraContext
145 void JNICameraContext
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp45 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);

Completed in 18 milliseconds