Searched refs:getNativeWindow (Results 1 - 13 of 13) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.h7 extern ANativeWindow *getNativeWindow();
H A Dnativewindow.cpp85 ANativeWindow *getNativeWindow() function
H A Dxaplay.c426 nativeWindow = getNativeWindow();
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
H A DMockNativeWindowSurface.h33 MOCK_CONST_METHOD0(getNativeWindow, sp<ANativeWindow>());
/frameworks/rs/
H A DrsGrallocConsumer.h43 ANativeWindow* getNativeWindow();
H A DrsGrallocConsumer.cpp83 ANativeWindow* GrallocConsumer::getNativeWindow() { function in class:android::renderscript::GrallocConsumer
H A DrsAllocation.cpp601 return mGrallocConsumer->getNativeWindow();
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp379 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 Degl_object.h137 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 DeglApi.cpp673 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 DSurfaceFlinger.h140 virtual sp<ANativeWindow> getNativeWindow() const = 0;
H A DSurfaceFlinger.cpp194 sp<ANativeWindow> getNativeWindow() const override { return surface; }
2294 auto nativeWindow = nativeWindowSurface->getNativeWindow();
/frameworks/native/services/surfaceflinger/tests/unittests/
H A DDisplayTransactionTest.cpp267 EXPECT_CALL(*test->mNativeWindowSurface, getNativeWindow())

Completed in 65 milliseconds