Searched refs:getNativeWindow (Results 1 - 13 of 13) sorted by relevance
/frameworks/wilhelm/tests/sandbox/ |
H A D | nativewindow.h | 7 extern ANativeWindow *getNativeWindow();
|
H A D | nativewindow.cpp | 85 ANativeWindow *getNativeWindow() function
|
H A D | xaplay.c | 426 nativeWindow = getNativeWindow();
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
H A D | MockNativeWindowSurface.h | 33 MOCK_CONST_METHOD0(getNativeWindow, sp<ANativeWindow>());
|
/frameworks/rs/ |
H A D | rsGrallocConsumer.h | 43 ANativeWindow* getNativeWindow();
|
H A D | rsGrallocConsumer.cpp | 83 ANativeWindow* GrallocConsumer::getNativeWindow() { function in class:android::renderscript::GrallocConsumer
|
H A D | rsAllocation.cpp | 601 return mGrallocConsumer->getNativeWindow();
|
/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 379 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) { function 440 if ((anw = getNativeWindow(env, surface)) == NULL) { 458 if ((anw = getNativeWindow(env, surface)) == NULL) { 488 if ((anw = getNativeWindow(env, surface)) == NULL) { 516 if ((anw = getNativeWindow(env, surface)) == NULL) { 538 if ((anw = getNativeWindow(env, surface)) == NULL) { 607 if ((anw = getNativeWindow(env, surface)) == NULL) { 640 if ((anw = getNativeWindow(env, surface)) == NULL) { 657 if ((anw = getNativeWindow(env, surface)) == NULL) { 702 if ((anw = getNativeWindow(en [all...] |
/frameworks/native/opengl/libs/EGL/ |
H A D | egl_object.h | 137 ANativeWindow* getNativeWindow() { return win; } function in class:android::egl_surface_t 138 ANativeWindow* getNativeWindow() const { return win; } function in class:android::egl_surface_t
|
H A D | eglApi.cpp | 673 native_window_set_buffers_smpte2086_metadata(s->getNativeWindow(), &smpteMetadata); 684 native_window_set_buffers_cta861_3_metadata(s->getNativeWindow(), &cta8613Metadata); 1399 native_window_api_disconnect(s->getNativeWindow(), NATIVE_WINDOW_API_EGL); 1421 native_window_set_surface_damage(s->getNativeWindow(), androidRects.data(), androidRects.size()); 1525 if (!s->getNativeWindow()) { 1528 int err = native_window_set_auto_refresh(s->getNativeWindow(), value != 0); 1533 if (!s->getNativeWindow()) { 1536 int err = native_window_enable_frame_timestamps(s->getNativeWindow(), value != 0); 2134 native_window_set_buffers_timestamp(s->getNativeWindow(), time); 2236 if (!s->getNativeWindow()) { [all...] |
/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.h | 140 virtual sp<ANativeWindow> getNativeWindow() const = 0;
|
H A D | SurfaceFlinger.cpp | 194 sp<ANativeWindow> getNativeWindow() const override { return surface; } 2294 auto nativeWindow = nativeWindowSurface->getNativeWindow();
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | DisplayTransactionTest.cpp | 267 EXPECT_CALL(*test->mNativeWindowSurface, getNativeWindow())
|
Completed in 65 milliseconds