HomeSort by relevance Sort by last modified time
    Searched full:jsurface (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/android_webview/native/
external_video_surface_container_impl.cc 76 JNIEnv* env, jobject obj, jint player_id, jobject jsurface) {
78 surface_created_cb_.Run(static_cast<int>(player_id), jsurface); local
external_video_surface_container_impl.h 37 JNIEnv* env, jobject obj, jint player_id, jobject jsurface);
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_android.cc 61 jobject jsurface) {
62 base::android::ScopedJavaLocalRef<jobject> protector(env, jsurface);
68 window_ = ANativeWindow_fromSurface(env, jsurface);
native_viewport_android.h 37 void SurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface);
  /external/chromium_org/content/browser/android/
child_process_launcher_android.cc 174 ScopedJavaGlobalRef<jobject> jsurface; local
175 jsurface.Reset(env, surface);
176 if (jsurface.is_null())
181 &SetSurfacePeer, jsurface, pid, primary_id, secondary_id));
  /frameworks/base/core/jni/
android_view_ThreadedRenderer.cpp 257 jlong proxyPtr, jobject jsurface) {
259 sp<ANativeWindow> window = android_view_Surface_getNativeWindow(env, jsurface);
264 jlong proxyPtr, jobject jsurface) {
267 if (jsurface) {
268 window = android_view_Surface_getNativeWindow(env, jsurface);
274 jlong proxyPtr, jobject jsurface) {
277 if (jsurface) {
278 window = android_view_Surface_getNativeWindow(env, jsurface);
android_hardware_Camera.cpp 556 static void android_hardware_Camera_setPreviewSurface(JNIEnv *env, jobject thiz, jobject jSurface)
564 if (jSurface) {
565 surface = android_view_Surface_getSurface(env, jSurface);
601 jobject thiz, jobject jSurface)
610 if (jSurface) {
611 surface = android_view_Surface_getSurface(env, jSurface);
    [all...]
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 275 setVideoSurface(JNIEnv *env, jobject thiz, jobject jsurface, jboolean mediaPlayerMustBeAlive)
288 if (jsurface) {
289 sp<Surface> surface(android_view_Surface_getSurface(env, jsurface));
315 android_media_MediaPlayer_setVideoSurface(JNIEnv *env, jobject thiz, jobject jsurface)
317 setVideoSurface(env, thiz, jsurface, true /* mediaPlayerMustBeAlive */);
    [all...]
android_media_MediaCodec.cpp 823 jobject jsurface,
842 if (jsurface != NULL) {
843 sp<Surface> surface(android_view_Surface_getSurface(env, jsurface));
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 559 jlong ptr, jint deviceId, jint streamId, jobject jsurface) {
561 if (!jsurface) {
564 sp<Surface> surface(android_view_Surface_getSurface(env, jsurface));

Completed in 451 milliseconds