HomeSort by relevance Sort by last modified time
    Searched refs:NATIVE_WINDOW_HEIGHT (Results 1 - 20 of 20) sorted by null

  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 48 surface->query(NATIVE_WINDOW_HEIGHT, &mHeight);
  /external/swiftshader/src/OpenGL/libEGL/
Surface.cpp 289 int windowHeight; window->query(window, NATIVE_WINDOW_HEIGHT, &windowHeight);
  /frameworks/native/libs/nativewindow/
ANativeWindow.cpp 55 return query(window, NATIVE_WINDOW_HEIGHT);
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 572 NATIVE_WINDOW_HEIGHT);
579 NATIVE_WINDOW_HEIGHT);
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 471 err = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, dimenBuf + 1);
538 err = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, dimenBuf + 1);
android_view_Surface.cpp 497 anw->query(anw, NATIVE_WINDOW_HEIGHT, &value);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 86 sink->query(NATIVE_WINDOW_HEIGHT, &sinkHeight);
554 case NATIVE_WINDOW_HEIGHT:
  /frameworks/native/libs/nativewindow/include/system/
window.h 66 NATIVE_WINDOW_HEIGHT = 1,
    [all...]
  /frameworks/native/libs/gui/tests/
IGraphicBufferProducer_test.cpp 293 EXPECT_OK(mProducer->query(NATIVE_WINDOW_HEIGHT, &value));
  /frameworks/native/libs/vr/libbufferhubqueue/
buffer_hub_queue_producer.cpp 419 case NATIVE_WINDOW_HEIGHT:
  /frameworks/native/libs/vr/libbufferhubqueue/tests/
buffer_hub_queue_producer-test.cpp 186 EXPECT_EQ(NO_ERROR, mProducer->query(NATIVE_WINDOW_HEIGHT, &value));
  /hardware/libhardware/tests/hwc/
cnativewindow.c 289 case NATIVE_WINDOW_HEIGHT:
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 318 window->query(window, NATIVE_WINDOW_HEIGHT, &dri2_surf->base.Height);
    [all...]
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 265 if ((res = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, &height)) != OK) {
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp     [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 386 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &nativeHeight);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 802 if ((err = anw->query(anw, NATIVE_WINDOW_HEIGHT, &height)) != OK) {
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 372 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height);
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]

Completed in 1733 milliseconds