Home
last modified time | relevance | path

Searched refs:getNativeWindow (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp364 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) { in getNativeWindow() function
426 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeDetectSurfaceType()
455 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeDetectSurfaceDimens()
481 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeDetectSurfaceUsageFlags()
531 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeConfigureSurface()
548 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeProduceFrame()
581 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeSetSurfaceFormat()
597 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeSetSurfaceDimens()
641 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeSetSurfaceOrientation()
677 if ((anw = getNativeWindow(env, surface)) == NULL) { in LegacyCameraDevice_nativeSetNextTimestamp()
/frameworks/wilhelm/tests/sandbox/
Dnativewindow.h7 extern ANativeWindow *getNativeWindow();
Dnativewindow.cpp85 ANativeWindow *getNativeWindow() in getNativeWindow() function
Dxaplay.c425 nativeWindow = getNativeWindow(); in main()
/frameworks/av/include/media/stagefright/
DNativeWindowWrapper.h34 sp<ANativeWindow> getNativeWindow() const { in getNativeWindow() function
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp286 mNativeWindow->getNativeWindow().get(), in onShutdown()
DNuPlayer.cpp1408 mNativeWindow->getNativeWindow().get(), mVideoScalingMode); in setVideoScalingMode()
/frameworks/av/media/libstagefright/
DACodec.cpp1295 sp<ANativeWindow> nativeWindow = windowWrapper->getNativeWindow(); in configureCodec()
1457 mNativeWindow = nativeWindow->getNativeWindow(); in configureCodec()