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

  /frameworks/base/native/android/
native_window.cpp 54 return getWindowProp(window, NATIVE_WINDOW_HEIGHT);
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 49 surface->query(NATIVE_WINDOW_HEIGHT, &mHeight);
  /system/core/include/system/
window.h 130 NATIVE_WINDOW_HEIGHT = 1,
    [all...]
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 554 NATIVE_WINDOW_HEIGHT);
561 NATIVE_WINDOW_HEIGHT);
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 482 err = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, dimenBuf + 1);
529 err = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, dimenBuf + 1);
android_view_Surface.cpp 461 anw->query(anw, NATIVE_WINDOW_HEIGHT, &value);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 72 sink->query(NATIVE_WINDOW_HEIGHT, &sinkHeight);
493 case NATIVE_WINDOW_HEIGHT:
  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 302 case NATIVE_WINDOW_HEIGHT:
  /frameworks/native/libs/gui/tests/
IGraphicBufferProducer_test.cpp 280 EXPECT_OK(mProducer->query(NATIVE_WINDOW_HEIGHT, &value));
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 179 window->query(window, NATIVE_WINDOW_HEIGHT, &dri2_surf->base.Height);
  /hardware/libhardware/tests/hwc/
cnativewindow.c 289 case NATIVE_WINDOW_HEIGHT:
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 425 if ((res = anw->query(anw, NATIVE_WINDOW_HEIGHT, &height)) != OK) {
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 276 if ((res = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, &height)) != OK) {
    [all...]
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 783 case NATIVE_WINDOW_HEIGHT:
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 263 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &h);
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 357 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height);
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]

Completed in 243 milliseconds