Searched refs:NATIVE_WINDOW_HEIGHT (Results 1 – 16 of 16) sorted by relevance
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 48 surface->query(NATIVE_WINDOW_HEIGHT, &mHeight); in createWindow()
|
/frameworks/native/libs/nativewindow/ |
D | ANativeWindow.cpp | 76 return query(window, NATIVE_WINDOW_HEIGHT); in ANativeWindow_getHeight()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.cpp | 86 sink->query(NATIVE_WINDOW_HEIGHT, &sinkHeight); 524 case NATIVE_WINDOW_HEIGHT: in query()
|
/frameworks/native/libs/vr/libbufferhubqueue/tests/ |
D | buffer_hub_queue_producer-test.cpp | 192 EXPECT_EQ(NO_ERROR, mProducer->query(NATIVE_WINDOW_HEIGHT, &value)); in TEST_F() 582 EXPECT_EQ(mProducer->query(NATIVE_WINDOW_HEIGHT, &value), NO_ERROR); in TEST_F()
|
/frameworks/base/core/jni/ |
D | android_app_NativeActivity.cpp | 580 NATIVE_WINDOW_HEIGHT); in onSurfaceChanged_native() 587 NATIVE_WINDOW_HEIGHT); in onSurfaceChanged_native()
|
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 500 err = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, dimenBuf + 1); in LegacyCameraDevice_nativeDetectSurfaceDimens() 571 err = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, dimenBuf + 1); in LegacyCameraDevice_nativeDetectTextureDimens()
|
D | android_view_Surface.cpp | 497 anw->query(anw, NATIVE_WINDOW_HEIGHT, &value); in nativeGetHeight()
|
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 66 NATIVE_WINDOW_HEIGHT = 1, enumerator
|
/frameworks/native/libs/gui/ |
D | BufferHubProducer.cpp | 405 case NATIVE_WINDOW_HEIGHT: in query()
|
D | BufferQueueProducer.cpp | 1088 case NATIVE_WINDOW_HEIGHT: in query()
|
/frameworks/native/libs/gui/tests/ |
D | IGraphicBufferProducer_test.cpp | 323 EXPECT_OK(mProducer->query(NATIVE_WINDOW_HEIGHT, &value)); in TEST_P()
|
/frameworks/base/media/jni/ |
D | android_media_ImageWriter.cpp | 275 if ((res = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, &height)) != OK) { in ImageWriter_init()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraDeviceClient.cpp | 1069 if ((err = anw->query(anw, NATIVE_WINDOW_HEIGHT, &height)) != OK) { in createSurfaceFromGbp()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 374 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height); in egl_window_surface_v2_t()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | DisplayTransactionTest.cpp | 1484 EXPECT_CALL(*surface, query(NATIVE_WINDOW_HEIGHT, _)) in TEST_F()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2440 status = state.surface->query(NATIVE_WINDOW_HEIGHT, &height); in processDisplayChangesLocked()
|