Searched refs:selfCapture (Results 1 – 3 of 3) sorted by relevance
934 selfCapture = permissions.selfCapture]() -> void { in TakeSurfaceCapture()939 auto uiCaptureHasPermission = selfCapture || isSystemCalling; in TakeSurfaceCapture()943 id, isSystemCalling, selfCapture); in TakeSurfaceCapture()961 auto surfaceCaptureHasPermission = selfCapture || isSystemCalling; in TakeSurfaceCapture()966 node->GetType(), screenCapturePermission, isSystemCalling, selfCapture); in TakeSurfaceCapture()
225 bool selfCapture = false; member
776 permissions.selfCapture = (ExtractPid(id) == callingPid || callingPid == 0); in OnRemoteRequest()