OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_Surface_getNativeWindow
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/include/android_runtime/
android_view_Surface.h
28
extern sp<ANativeWindow>
android_Surface_getNativeWindow
(
/frameworks/base/native/android/
native_window.cpp
28
sp<ANativeWindow> win =
android_Surface_getNativeWindow
(env, surface);
/frameworks/base/core/jni/
android_app_NativeActivity.cpp
465
nativeWindow =
android_Surface_getNativeWindow
(env, _surface);
[
all
...]
android_view_Surface.cpp
184
sp<ANativeWindow>
android_Surface_getNativeWindow
(
com_google_android_gles_jni_EGLImpl.cpp
316
window =
android_Surface_getNativeWindow
(_env, native_window);
/frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp
200
window =
android_Surface_getNativeWindow
(_env, wnd).get();
[
all
...]
Completed in 274 milliseconds