/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessor3.cpp | 30 #include <gui/Surface.h>
|
StreamingProcessor.cpp | 30 #include <gui/Surface.h> 328 mRecordingWindow = new Surface(bq);
|
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditorImpl.java | 44 import android.view.Surface; 914 throw new IllegalArgumentException("Surface Holder is null"); 917 final Surface surface = surfaceHolder.getSurface(); local 918 if (surface == null) { 919 throw new IllegalArgumentException("Surface could not be retrieved from Surface holder"); 922 if (surface.isValid() == false) { 923 throw new IllegalStateException("Surface is not valid"); 946 result = mMANativeHelper.renderPreviewFrame(surface, 1644 final Surface surface = surfaceHolder.getSurface(); local 1887 final Surface surface = surfaceHolder.getSurface(); local [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
DragState.java | 36 import android.view.Surface; 68 DragState(WindowManagerService service, IBinder token, SurfaceControl surface, 72 mSurfaceControl = surface; 295 // Move the surface to the given touch
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
SinkActivity.java | 40 import android.view.Surface;
|
/frameworks/native/cmds/flatland/ |
GLHelper.cpp | 135 bool GLHelper::makeCurrent(EGLSurface surface) { 138 result = eglMakeCurrent(mDisplay, surface, surface, mContext); 145 eglQuerySurface(mDisplay, surface, EGL_WIDTH, &w); 146 eglQuerySurface(mDisplay, surface, EGL_HEIGHT, &h); 153 sp<GLConsumer>* glConsumer, EGLSurface* surface, 166 return createNamedSurfaceTexture(*name, w, h, glConsumer, surface); 169 void GLHelper::destroySurface(EGLSurface* surface) { 170 if (eglGetCurrentSurface(EGL_READ) == *surface || 171 eglGetCurrentSurface(EGL_DRAW) == *surface) { [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.h | 68 class Surface; 167 sp<IGraphicBufferProducer> surface; member in struct:android::SurfaceFlinger::DisplayDeviceState
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
AllocationThunker.java | 25 import android.view.Surface;
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiDevice.java | 30 import android.view.Surface; 635 * Returns the current rotation of the display, as defined in {@link Surface}
|
/frameworks/uiautomator/core/com/android/uiautomator/core/ |
UiDevice.java | 30 import android.view.Surface; 635 * Returns the current rotation of the display, as defined in {@link Surface}
|
/cts/tests/tests/view/src/android/view/cts/ |
WindowTest.java | 51 import android.view.Surface; [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
Monkey.java | 37 import android.view.Surface; 660 new MonkeyRotationEvent(Surface.ROTATION_0, false).injectEvent( [all...] |
/frameworks/av/cmds/stagefright/ |
stagefright.cpp | 55 #include <gui/Surface.h> 607 fprintf(stderr, " -S allocate buffers from a surface\n"); 608 fprintf(stderr, " -T allocate buffers from a surface texture\n"); 922 String8("A Surface"), 943 gSurface = new Surface(bq);
|
/frameworks/av/services/camera/libcameraservice/api1/ |
CameraClient.cpp | 21 #include <gui/Surface.h> 272 // return if no change in surface. 324 window = new Surface(bufferProducer, /*controlledByApp*/ true);
|
Camera2Client.cpp | 25 #include <gui/Surface.h> 514 window = new Surface(bufferProducer, /*controlledByApp*/ true); 617 ALOGE("%s: Camera %d: Unable to clear preview callback surface:" 647 window = new Surface(callbackProducer); 652 ALOGE("%s: Camera %d: Unable to set preview callback surface: %s (%d)", [all...] |
/frameworks/base/media/jni/ |
android_media_MediaPlayer.cpp | 44 #include <gui/Surface.h> 279 sp<Surface> surface(android_view_Surface_getSurface(env, jsurface)); 280 if (surface != NULL) { 281 new_st = surface->getIGraphicBufferProducer(); 284 "The surface does not have a binding SurfaceTexture!"); 290 "The surface has been released"); 319 // Handle the case where the display surface was set before the mp was 336 // Handle the case where the display surface was set before the mp was 857 {"_setVideoSurface", "(Landroid/view/Surface;)V", (void *)android_media_MediaPlayer_setVideoSurface} [all...] |
/frameworks/base/services/java/com/android/server/display/ |
DisplayManagerService.java | 42 import android.view.Surface; 81 * the display manager while holding a surface transaction with the expectation that 170 // to the surface flinger state. 335 * surface flinger transaction. 622 String name, int width, int height, int densityDpi, Surface surface, int flags) { 637 if (surface == null) { 638 throw new IllegalArgumentException("surface must not be null"); 671 surface, flags); [all...] |
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_menu.cpp | 10 #include <gui/Surface.h> 40 sp<Surface> previewSurface; 753 printf("Unable to establish connection to Surface Composer \n"); 963 printf("error while configuring preview surface\n"); 1077 printf("Error while creating preview surface\n"); [all...] |
/prebuilts/devtools/tools/lib/ |
traceview.jar | |
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 43 #include <gui/Surface.h> 45 #include <gui/Surface.h> 226 LOG_API("nContextSetSurface, con(%p), width(%i), height(%i), surface(%p)", con, width, height, (Surface *)wnd); 488 LOG_API("nAllocationSetSurface, con(%p), alloc(%p), surface(%p)", 489 con, alloc, (Surface *)sur); 491 sp<Surface> s; [all...] |
/frameworks/native/libs/gui/tests/ |
SurfaceTexture_test.cpp | 27 #include <gui/Surface.h> 89 String8("Test Surface"), 390 mSurface = new Surface(bq); 412 sp<Surface> mSurface; 486 mSTC = new Surface(bq); 678 sp<Surface> mSTC; [all...] |
/frameworks/base/core/java/android/view/ |
ViewRootImpl.java | 71 import android.view.Surface.OutOfResourcesException; 239 // Surface can never be reassigned or cleared (use Surface.clear()). 240 private final Surface mSurface = new Surface(); 455 // If the application owns the surface, don't enable hardware acceleration 2283 Surface surface = mSurface; local [all...] |
/frameworks/av/media/libstagefright/ |
MediaCodec.cpp | 25 #include <gui/Surface.h> 158 const sp<Surface> &nativeWindow, 189 bool found = response->findObject("input-surface", &obj); 642 // reset input surface flag 656 msg->findObject("input-surface", &obj); 658 response->setObject("input-surface", obj); [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaRecorderTest.java | 30 import android.view.Surface;
|
/device/asus/flo/camera/QCamera2/HAL/test/ |
qcamera_test.cpp | 42 #include <gui/Surface.h> 315 * @pixFormat : surface pixelformat 347 printf("Unable to establish connection to Surface Composer \n"); 357 printf("Unable to create preview surface \n"); 371 printf("Preview surface configuration failed! \n"); 383 * DESCRIPTION: closes previously open preview surface 539 printf("Error while creating preview surface\n");
|