HomeSort by relevance Sort by last modified time
    Searched refs:JNICameraContext (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_hardware_Camera.cpp 46 class JNICameraContext: public CameraListener
49 JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera);
50 ~JNICameraContext() { release(); }
73 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext)
77 JNICameraContext* context = reinterpret_cast<JNICameraContext*>(env->GetIntField(thiz, fields.context));
90 JNICameraContext::JNICameraContext(JNIEnv* env, jobject weak_this, jclass clazz, const sp<Camera>& camera)
100 void JNICameraContext::release()
118 void JNICameraContext::notify(int32_t msgType, int32_t ext1, int32_t ext2
    [all...]
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 44 extern sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, struct JNICameraContext** context);

Completed in 84 milliseconds