Home
last modified time | relevance | path

Searched refs:android_SurfaceTexture_getNativeWindow (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/include/android_runtime/
Dandroid_graphics_SurfaceTexture.h29 extern sp<ANativeWindow> android_SurfaceTexture_getNativeWindow(JNIEnv* env, jobject thiz);
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp134 sp<ANativeWindow> android_SurfaceTexture_getNativeWindow(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_getNativeWindow() function
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp400 anw = android_SurfaceTexture_getNativeWindow(env, surfaceTexture); in getNativeWindowFromTexture()