Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp70 class JNICameraContext: public CameraListener class
73 JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera);
74 ~JNICameraContext() { release(); } in ~JNICameraContext()
124 bool JNICameraContext::isRawImageCallbackBufferAvailable() const in isRawImageCallbackBufferAvailable()
129 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) in get_native_camera()
133JNICameraContext* context = reinterpret_cast<JNICameraContext*>(env->GetLongField(thiz, fields.con… in get_native_camera()
147 JNICameraContext::JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& … in JNICameraContext() function in JNICameraContext
166 void JNICameraContext::release() in release()
196 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify()
221 jbyteArray JNICameraContext::getCallbackBuffer( in getCallbackBuffer()
[all …]
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp57 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);