Home
last modified time | relevance | path

Searched defs:outSurface (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl99 out MergedConfiguration outMergedConfiguration, out Surface outSurface); in relayout()
155 int thumbnailWidth, int thumbnailHeight, out Surface outSurface); in prepareDrag()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java224 MergedConfiguration mergedConfiguration, Surface outSurface) { in relayout()
290 int width, int height, Surface outSurface) { in prepareDrag()
DWindowSurfaceController.java502 void getSurface(Surface outSurface) { in getSurface()
DWindowManagerService.java1889 MergedConfiguration mergedConfiguration, Surface outSurface) { in relayoutWindow()
2240 private int createSurfaceControl(Surface outSurface, int result, WindowState win, in createSurfaceControl()
4552 int flags, int width, int height, Surface outSurface) { in prepareDragSurface()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java131 int thumbnailWidth, int thumbnailHeight, Surface outSurface) in prepareDrag()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.cpp311 sp<Surface> outSurface = new Surface(producer); in updateStream() local
/frameworks/native/opengl/libagl/
Dtexture.cpp355 GGLSurface** outSurface, int32_t* outSize, GLint level, in createTextureSurface()