Home
last modified time | relevance | path

Searched refs:excludeHandles (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h272 const std::unordered_set<sp<IBinder>, SpHash<IBinder>>& excludeHandles,
DSurfaceComposerClient.h536 excludeHandles,
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp282 std::unordered_set<sp<IBinder>,ISurfaceComposer::SpHash<IBinder>> excludeHandles; in nativeCaptureLayers() local
285 excludeHandles.reserve(len); in nativeCaptureLayers()
294 excludeHandles.emplace(excludeHandle); in nativeCaptureLayers()
307 excludeHandles, frameScale, &buffer); in nativeCaptureLayers()
/frameworks/native/libs/gui/
DISurfaceComposer.cpp1111 std::unordered_set<sp<IBinder>, SpHash<IBinder>> excludeHandles; in onTransact() local
1113 excludeHandles.reserve(numExcludeHandles); in onTransact()
1115 excludeHandles.emplace(data.readStrongBinder()); in onTransact()
1123 sourceCrop, excludeHandles, frameScale, childrenOnly); in onTransact()
DSurfaceComposerClient.cpp1606 const std::unordered_set<sp<IBinder>, ISurfaceComposer::SpHash<IBinder>>& excludeHandles, in captureChildLayers() argument
1612 excludeHandles, frameScale, true /* childrenOnly */); in captureChildLayers()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5758 const std::unordered_set<sp<IBinder>, ISurfaceComposer::SpHash<IBinder>>& excludeHandles, in captureLayers() argument
5878 for (const auto& handle : excludeHandles) { in captureLayers()