Home
last modified time | relevance | path

Searched refs:layerHandleBinder (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h185 virtual status_t captureLayers(const sp<IBinder>& layerHandleBinder,
/frameworks/native/libs/gui/
DISurfaceComposer.cpp135 virtual status_t captureLayers(const sp<IBinder>& layerHandleBinder, in captureLayers() argument
140 data.writeStrongBinder(layerHandleBinder); in captureLayers()
630 sp<IBinder> layerHandleBinder = data.readStrongBinder(); in onTransact() local
637 status_t res = captureLayers(layerHandleBinder, &outBuffer, sourceCrop, frameScale, in onTransact()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4727 status_t SurfaceFlinger::captureLayers(const sp<IBinder>& layerHandleBinder, in captureLayers() argument
4797 auto layerHandle = reinterpret_cast<Layer::Handle*>(layerHandleBinder.get()); in captureLayers()