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

/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp71 class JNICameraContext: public CameraListener class in inherits:CameraListener
74 JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera);
75 ~JNICameraContext() { release(); }
122 bool JNICameraContext::isRawImageCallbackBufferAvailable() const
127 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext)
131 JNICameraContext* context = reinterpret_cast<JNICameraContext*>(env->GetLongField(thiz, fields.context));
145 JNICameraContext::JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera) function in class:JNICameraContext
164 void JNICameraContext
[all...]

Completed in 65 milliseconds