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()
125 bool JNICameraContext::isRawImageCallbackBufferAvailable() const in isRawImageCallbackBufferAvailable()
130 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext) in get_native_camera()
134JNICameraContext* context = reinterpret_cast<JNICameraContext*>(env->GetLongField(thiz, fields.con… in get_native_camera()
148 JNICameraContext::JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& … in JNICameraContext() function in JNICameraContext
167 void JNICameraContext::release() in release()
197 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2) in notify()
222 jbyteArray JNICameraContext::getCallbackBuffer( in getCallbackBuffer()
[all …]
/frameworks/base/media/jni/
Dandroid_media_MediaRecorder.cpp52 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);