Searched refs:excludeHandles (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/gui/include/gui/ |
D | ISurfaceComposer.h | 272 const std::unordered_set<sp<IBinder>, SpHash<IBinder>>& excludeHandles,
|
D | SurfaceComposerClient.h | 536 excludeHandles,
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 282 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/ |
D | ISurfaceComposer.cpp | 1111 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()
|
D | SurfaceComposerClient.cpp | 1606 const std::unordered_set<sp<IBinder>, ISurfaceComposer::SpHash<IBinder>>& excludeHandles, in captureChildLayers() argument 1612 excludeHandles, frameScale, true /* childrenOnly */); in captureChildLayers()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 5758 const std::unordered_set<sp<IBinder>, ISurfaceComposer::SpHash<IBinder>>& excludeHandles, in captureLayers() argument 5878 for (const auto& handle : excludeHandles) { in captureLayers()
|