Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h269 const sp<IBinder>& layerHandleBinder, sp<GraphicBuffer>* outBuffer,
279 status_t captureLayers(const sp<IBinder>& layerHandleBinder, sp<GraphicBuffer>* outBuffer,
282 return captureLayers(layerHandleBinder, outBuffer, ui::Dataspace::V0_SRGB,
/frameworks/native/libs/gui/
DISurfaceComposer.cpp168 const sp<IBinder>& layerHandleBinder, sp<GraphicBuffer>* outBuffer, in captureLayers() argument
175 data.writeStrongBinder(layerHandleBinder); in captureLayers()
1104 sp<IBinder> layerHandleBinder = data.readStrongBinder(); in onTransact() local
1122 captureLayers(layerHandleBinder, &outBuffer, reqDataspace, reqPixelFormat, in onTransact()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5756 const sp<IBinder>& layerHandleBinder, sp<GraphicBuffer>* outBuffer, in captureLayers() argument
5853 parent = fromHandle(layerHandleBinder); in captureLayers()