HomeSort by relevance Sort by last modified time
    Searched refs:getSurface (Results 1 - 25 of 270) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/native/opengl/tests/lib/include/
WindowSurface.h 38 EGLNativeWindowType getSurface() const;
  /packages/services/Car/evs/app/
WindowSurface.h 37 EGLNativeWindowType getSurface() const;
WindowSurface.cpp 82 EGLNativeWindowType WindowSurface::getSurface() const {
83 sp<ANativeWindow> anw = mSurfaceControl->getSurface();
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.java 28 sur = surfaceView.getHolder().getSurface();
31 sur = holder.getSurface();
  /packages/apps/Camera2/src/com/android/camera/burst/
SurfaceTextureContainer.java 41 public Surface getSurface() {
  /cts/tests/tests/permission/src/android/permission/cts/
NoCaptureVideoPermissionTest.java 51 reader.getSurface(), DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC);
74 reader.getSurface(), DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE);
96 reader.getSurface(), 0);
  /frameworks/native/opengl/tests/lib/
WindowSurface.cpp 82 EGLNativeWindowType WindowSurface::getSurface() const {
83 sp<ANativeWindow> anw = mSurfaceControl->getSurface();
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
ForwardingImageReader.java 54 public Surface getSurface() {
55 return mDelegate.getSurface();
ImageReaderProxy.java 65 * @See {@link ImageReader#getSurface}.
68 public Surface getSurface();
AndroidImageReaderProxy.java 107 public Surface getSurface() {
109 return mDelegate.getSurface();
  /frameworks/base/core/java/android/hardware/display/
VirtualDisplay.java 58 public Surface getSurface() {
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
FastPathSurfaceView.java 48 Surface surface = holder.getSurface();
80 Surface surface = getHolder().getSurface();
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterSurfaceView.java 145 mSurfaceId = mGLEnv.registerSurface(getHolder().getSurface());
147 throw new RuntimeException("Could not register Surface: " + getHolder().getSurface() +
  /hardware/intel/common/libva/test/putsurface/
putsurface_android.cpp 85 anw0 = surface_ctrl0->getSurface();
112 anw1 = surface_ctrl1->getSurface();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCreateAllocationsTest.java 80 Surface sRef = allocArray[0].getSurface();
91 Surface s = allocArray[i].getSurface();
108 inputAlloc.setSurface(allocArray[0].getSurface());
  /packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
NavigationFragment.java 124 mVirtualDisplay = createVirtualDisplay(holder.getSurface(), width, height);
126 mVirtualDisplay.setSurface(holder.getSurface());
133 + " display, surface: " + holder.getSurface());
  /cts/hostsidetests/services/activityandwindowmanager/displayserviceapp/app/src/android/server/displayservice/
VirtualDisplayService.java 73 mVirtualDisplay.setSurface(mReader.getSurface());
98 name, WIDTH, HEIGHT, DENSITY, mReader.getSurface(), flags);
  /frameworks/native/cmds/surfacereplayer/replayer/
BufferQueueScheduler.cpp 76 sp<Surface> s = mSurfaceControl->getSurface();
82 sp<Surface> s = mSurfaceControl->getSurface();
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
VirtualDisplayActivity.java 131 mPendingDisplayRequests.put(surfaceView.getHolder().getSurface(),
154 mPendingDisplayRequests.remove(surfaceHolder.getSurface());
163 final Surface surface = surfaceHolder.getSurface();
209 final VirtualDisplayEntry entry = mVirtualDisplays.get(surfaceHolder.getSurface());
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWayland.hpp 82 void* getSurface (void) { return m_surface; }
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSurfaceView.java 57 @Override public Surface getSurface() {
  /frameworks/base/core/java/android/view/
SurfaceHolder.java 322 public Surface getSurface();
  /frameworks/layoutlib/bridge/src/android/view/
SurfaceView.java 120 public Surface getSurface() {
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
UsageIO.java 54 Surface s = mScratchPixelsAllocation2.getSurface();
  /frameworks/wilhelm/tests/sandbox/
nativewindow.cpp 68 sp<Surface> surface = control->getSurface();

Completed in 970 milliseconds

1 2 3 4 5 6 7 8 91011