Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DEglWindow.cpp48 surface->query(NATIVE_WINDOW_HEIGHT, &mHeight); in createWindow()
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp55 return query(window, NATIVE_WINDOW_HEIGHT); in ANativeWindow_getHeight()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp86 sink->query(NATIVE_WINDOW_HEIGHT, &sinkHeight);
554 case NATIVE_WINDOW_HEIGHT: in query()
/frameworks/base/core/jni/
Dandroid_app_NativeActivity.cpp572 NATIVE_WINDOW_HEIGHT); in onSurfaceChanged_native()
579 NATIVE_WINDOW_HEIGHT); in onSurfaceChanged_native()
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp471 err = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, dimenBuf + 1); in LegacyCameraDevice_nativeDetectSurfaceDimens()
538 err = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, dimenBuf + 1); in LegacyCameraDevice_nativeDetectTextureDimens()
Dandroid_view_Surface.cpp497 anw->query(anw, NATIVE_WINDOW_HEIGHT, &value); in nativeGetHeight()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h66 NATIVE_WINDOW_HEIGHT = 1, enumerator
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_producer.cpp419 case NATIVE_WINDOW_HEIGHT: in query()
/frameworks/native/libs/vr/libbufferhubqueue/tests/
Dbuffer_hub_queue_producer-test.cpp186 EXPECT_EQ(NO_ERROR, mProducer->query(NATIVE_WINDOW_HEIGHT, &value)); in TEST_F()
/frameworks/native/libs/gui/tests/
DIGraphicBufferProducer_test.cpp293 EXPECT_OK(mProducer->query(NATIVE_WINDOW_HEIGHT, &value)); in TEST_F()
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp265 if ((res = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, &height)) != OK) { in ImageWriter_init()
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp1085 case NATIVE_WINDOW_HEIGHT: in query()
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp802 if ((err = anw->query(anw, NATIVE_WINDOW_HEIGHT, &height)) != OK) { in createSurfaceFromGbp()
/frameworks/native/opengl/libagl/
Degl.cpp372 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height); in egl_window_surface_v2_t()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger_hwc1.cpp1723 NATIVE_WINDOW_HEIGHT, &height); in handleTransactionLocked()
DSurfaceFlinger.cpp2163 NATIVE_WINDOW_HEIGHT, &height); in handleTransactionLocked()