Searched refs:surfaceWindowType (Results 1 – 9 of 9) sorted by relevance
47 enum SurfaceWindowType surfaceWindowType = SurfaceWindowType::DEFAULT_WINDOW; member
76 .surfaceWindowType = surfaceNodeConfig.surfaceWindowType, in Create()87 config.bundleName, config.surfaceWindowType); in Create()
38 config.surfaceWindowType = SurfaceWindowType::SYSTEM_SCB_WINDOW; in SCBSystemSession()
74 std::string bundleName, enum SurfaceWindowType surfaceWindowType);
304 enum SurfaceWindowType surfaceWindowType = SurfaceWindowType::DEFAULT_WINDOW; member
53 .nodeType = static_cast<RSSurfaceNodeType>(type), .surfaceWindowType = windowType in CreateWithConfig()
429 auto surfaceWindowType = static_cast<SurfaceWindowType>(data.ReadUint8()); in OnRemoteRequest() local430 if (!CheckCreateNodeAndSurface(callingPid, type, surfaceWindowType)) { in OnRemoteRequest()437 .surfaceWindowType = surfaceWindowType}; in OnRemoteRequest()
110 nodeType_(config.nodeType), surfaceWindowType_(config.surfaceWindowType), in RSSurfaceRenderNode()
247 if (!data.WriteUint8(static_cast<uint8_t>(config.surfaceWindowType))) { in CreateNodeAndSurface()