Lines Matching refs:screenId

55             ScreenId screenId = data.ReadUint64();

56 auto info = GetDisplayInfoByScreen(screenId);
87 ScreenId screenId = CreateVirtualScreen(virScrOption, virtualScreenAgent);
88 reply.WriteUint64(static_cast<uint64_t>(screenId));
92 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
93 DMError result = DestroyVirtualScreen(screenId);
98 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
105 DMError result = SetVirtualScreenSurface(screenId, bp);
110 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
112 DMError ret = SetOrientation(screenId, orientation);
165 ScreenId screenId = static_cast<ScreenId>(data.ReadUint32());
168 reply.WriteBool(SetSpecifiedScreenPower(screenId, state, reason));
197 uint64_t screenId = data.ReadUint64();
199 reply.WriteBool(SetScreenBrightness(screenId, level));
203 uint64_t screenId = data.ReadUint64();
204 reply.WriteUint32(GetScreenBrightness(screenId));
232 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
233 auto screenInfo = GetScreenInfoById(screenId);
238 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
239 auto screenGroupInfo = GetScreenGroupInfoById(screenId);
258 std::vector<ScreenId> screenId;
259 if (!data.ReadUInt64Vector(&screenId)) {
271 DMError ret = MakeExpand(screenId, startPoint, screenGroupId);
277 std::vector<ScreenId> screenId;
278 if (!data.ReadUInt64Vector(&screenId)) {
282 RemoveVirtualScreenFromGroup(screenId);
286 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
288 DMError ret = SetScreenActiveMode(screenId, modeId);
293 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
295 DMError ret = SetVirtualPixelRatio(screenId, virtualPixelRatio);
300 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
302 DMError ret = GetScreenSupportedColorGamuts(screenId, colorGamuts);
315 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
317 DMError ret = GetScreenColorGamut(screenId, colorGamut);
326 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
328 DMError ret = SetScreenColorGamut(screenId, colorGamutIdx);
333 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
335 DMError ret = GetScreenGamutMap(screenId, gamutMap);
344 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
346 DMError ret = SetScreenGamutMap(screenId, gamutMap);
351 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
352 DMError ret = SetScreenColorTransform(screenId);
424 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
427 DMError ret = ResizeVirtualScreen(screenId, width, height);