Searched refs:getNativeWindow (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 353 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) { in getNativeWindow() function 414 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeDetectSurfaceType() 431 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeDetectSurfaceDataspace() 460 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeDetectSurfaceDimens() 486 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeDetectSurfaceUsageFlags() 507 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeDisconnectSurface() 572 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeProduceFrame() 605 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeSetSurfaceFormat() 621 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeSetSurfaceDimens() 665 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeSetSurfaceOrientation() [all …]
|
/frameworks/wilhelm/tests/sandbox/ |
D | nativewindow.h | 7 extern ANativeWindow *getNativeWindow();
|
D | nativewindow.cpp | 85 ANativeWindow *getNativeWindow() in getNativeWindow() function
|
D | xaplay.c | 426 nativeWindow = getNativeWindow(); in main()
|