OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeSetDisplaySurface
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/
SurfaceControl.java
64
private static native void
nativeSetDisplaySurface
(
495
nativeSetDisplaySurface
(displayToken, surface.mNativeObject);
498
nativeSetDisplaySurface
(displayToken, 0);
/frameworks/base/core/jni/
android_view_SurfaceControl.cpp
323
static void
nativeSetDisplaySurface
(JNIEnv* env, jclass clazz,
433
{"
nativeSetDisplaySurface
", "(Landroid/os/IBinder;I)V",
434
(void*)
nativeSetDisplaySurface
},
Completed in 184 milliseconds