Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_Camera.cpp71 class JNICameraContext: public CameraListener class
74 JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera);
75 ~JNICameraContext() { release(); } in ~JNICameraContext()
122 bool JNICameraContext::isRawImageCallbackBufferAvailable() const in isRawImageCallbackBufferAvailable()
127 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) in get_native_camera()
131JNICameraContext* context = reinterpret_cast<JNICameraContext*>(env->GetLongField(thiz, fields.con… in get_native_camera()
145 JNICameraContext::JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& … in JNICameraContext() function in JNICameraContext
164 void JNICameraContext::release() in release()
194 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify()
219 jbyteArray JNICameraContext::getCallbackBuffer( in getCallbackBuffer()
[all …]
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp50 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);