Searched refs:NATIVE_WINDOW_HEIGHT (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp48 surface->query(NATIVE_WINDOW_HEIGHT, &mHeight);
/frameworks/native/libs/nativewindow/
H A DANativeWindow.cpp57 return query(window, NATIVE_WINDOW_HEIGHT);
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp572 NATIVE_WINDOW_HEIGHT);
579 NATIVE_WINDOW_HEIGHT);
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp471 err = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, dimenBuf + 1);
538 err = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, dimenBuf + 1);
H A Dandroid_view_Surface.cpp491 anw->query(anw, NATIVE_WINDOW_HEIGHT, &value);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp82 sink->query(NATIVE_WINDOW_HEIGHT, &sinkHeight);
545 case NATIVE_WINDOW_HEIGHT:
/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h85 NATIVE_WINDOW_HEIGHT = 1, enumerator in enum:__anon1712
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_producer.cpp413 case NATIVE_WINDOW_HEIGHT:
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp287 EXPECT_OK(mProducer->query(NATIVE_WINDOW_HEIGHT, &value));
/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue_producer-test.cpp186 EXPECT_EQ(NO_ERROR, mProducer->query(NATIVE_WINDOW_HEIGHT, &value));
/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp266 if ((res = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, &height)) != OK) {
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp1085 case NATIVE_WINDOW_HEIGHT:
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp801 if ((err = anw->query(anw, NATIVE_WINDOW_HEIGHT, &height)) != OK) {
/frameworks/native/opengl/libagl/
H A Degl.cpp354 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2052 NATIVE_WINDOW_HEIGHT, &height);
H A DSurfaceFlinger_hwc1.cpp1723 NATIVE_WINDOW_HEIGHT, &height);

Completed in 2403 milliseconds