HomeSort by relevance Sort by last modified time
    Searched defs:isurface (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/surfaceflinger/tests/overlays/
overlays.cpp 9 #include <surfaceflinger/ISurface.h>
17 static const sp<ISurface>& getISurface(const sp<Surface>& s) {
36 // get to the isurface
37 sp<ISurface> isurface = Test::getISurface(surface); local
38 printf("isurface = %p\n", isurface.get());
41 sp<OverlayRef> ref = isurface->createOverlay(320, 240, PIXEL_FORMAT_RGB_565);
  /frameworks/base/media/libmedia/
IOMX.cpp 8 #include <surfaceflinger/ISurface.h>
352 const sp<ISurface> &surface,
679 sp<ISurface> isurface = local
680 interface_cast<ISurface>(data.readStrongBinder());
694 createRenderer(isurface, componentName, colorFormat,

Completed in 40 milliseconds