Home
last modified time | relevance | path

Searched defs:layerHandle (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp72 void LayerHistory::insert(const std::unique_ptr<LayerHandle>& layerHandle, nsecs_t presentTime, in insert()
97 void LayerHistory::setVisibility(const std::unique_ptr<LayerHandle>& layerHandle, bool visible) { in setVisibility()
DScheduler.cpp346 const std::unique_ptr<scheduler::LayerHistory::LayerHandle>& layerHandle, in addLayerPresentTimeAndHDR()
352 const std::unique_ptr<scheduler::LayerHistory::LayerHandle>& layerHandle, bool visible) { in setLayerVisibility()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1592 status_t ScreenshotClient::captureLayers(const sp<IBinder>& layerHandle, in captureLayers()
1604 const sp<IBinder>& layerHandle, const ui::Dataspace reqDataSpace, in captureChildLayers()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp272 sp<IBinder> layerHandle = ibinderForJavaObject(env, layerHandleToken); in nativeCaptureLayers() local