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

  /external/webrtc/webrtc/modules/video_render/android/
video_render_android_surface_view.cc 44 JNIEnv* env = NULL;
101 JNIEnv* env = NULL;
252 JNIEnv* env = NULL;
319 JNIEnv* env = NULL;
426 void AndroidSurfaceViewChannel::DeliverFrame(JNIEnv* jniEnv) {
435 jniEnv->DeleteGlobalRef(_javaByteBufferObj);
441 jniEnv->CallObjectMethod(_javaRenderObj, _createByteBufferCid,
444 _javaByteBufferObj = jniEnv->NewGlobalRef(javaByteBufferObj);
452 (jniEnv->GetDirectBufferAddress(_javaByteBufferObj))
    [all...]
video_render_android_native_opengl2.h 40 virtual void DeliverFrame(JNIEnv* jniEnv);
44 JNIEnv * env,
51 static void JNICALL DrawNativeStatic(JNIEnv * env,jobject, jlong context);
video_render_android_surface_view.h 39 virtual void DeliverFrame(JNIEnv* jniEnv);
video_render_android_impl.h 36 virtual void DeliverFrame(JNIEnv* jniEnv)=0;
146 JNIEnv* _javaRenderJniEnv; // JNIEnv for the java render thread.
video_render_android_native_opengl2.cc 44 JNIEnv* env = NULL;
101 JNIEnv* env = NULL;
147 JNIEnv* env = NULL;
251 JNIEnv* env = NULL;
299 JNIEnv* env = NULL;
397 void AndroidNativeOpenGl2Channel::DeliverFrame(JNIEnv* jniEnv) {
401 jniEnv->CallVoidMethod(_javaRenderObj, _redrawCid);
415 JNIEnv * env, jobject, jlong context) {
434 JNIEnv * env
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 145 static jobject getInputApplicationHandleObjLocalRef(JNIEnv* env,
154 static jobject getInputWindowHandleObjLocalRef(JNIEnv* env,
163 static void loadSystemIconAsSpriteWithPointerIcon(JNIEnv* env, jobject contextObj, int32_t style,
179 static void loadSystemIconAsSprite(JNIEnv* env, jobject contextObj, int32_t style,
206 void setVirtualDisplayViewports(JNIEnv* env, jobjectArray viewportObjArray);
209 status_t registerInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel,
211 status_t unregisterInputChannel(JNIEnv* env, const sp<InputChannel>& inputChannel);
213 void setInputWindows(JNIEnv* env, jobjectArray windowHandleObjArray);
214 void setFocusedApplication(JNIEnv* env, jobject applicationHandleObj);
234 virtual TouchAffineTransformation getTouchAffineTransformation(JNIEnv *env
    [all...]

Completed in 146 milliseconds