|
|
|
@ -695,6 +695,7 @@ public: |
|
|
|
{2205, &ISystemDisplayService::SetLayerZ, "SetLayerZ"}, |
|
|
|
{2207, &ISystemDisplayService::SetLayerVisibility, "SetLayerVisibility"}, |
|
|
|
{2209, nullptr, "SetLayerAlpha"}, |
|
|
|
{2210, nullptr, "SetLayerPositionAndSize"}, |
|
|
|
{2312, nullptr, "CreateStrayLayer"}, |
|
|
|
{2400, nullptr, "OpenIndirectLayer"}, |
|
|
|
{2401, nullptr, "CloseIndirectLayer"}, |
|
|
|
@ -718,6 +719,7 @@ public: |
|
|
|
{3215, nullptr, "SetDisplayGamma"}, |
|
|
|
{3216, nullptr, "GetDisplayCmuLuma"}, |
|
|
|
{3217, nullptr, "SetDisplayCmuLuma"}, |
|
|
|
{3218, nullptr, "SetDisplayCrcMode"}, |
|
|
|
{6013, nullptr, "GetLayerPresentationSubmissionTimestamps"}, |
|
|
|
{8225, nullptr, "GetSharedBufferMemoryHandleId"}, |
|
|
|
{8250, nullptr, "OpenSharedLayer"}, |
|
|
|
@ -729,6 +731,7 @@ public: |
|
|
|
{8256, nullptr, "GetSharedFrameBufferAcquirableEvent"}, |
|
|
|
{8257, nullptr, "FillSharedFrameBufferColor"}, |
|
|
|
{8258, nullptr, "CancelSharedFrameBuffer"}, |
|
|
|
{9000, nullptr, "GetDp2hdmiController"}, |
|
|
|
}; |
|
|
|
RegisterHandlers(functions); |
|
|
|
} |
|
|
|
@ -808,10 +811,15 @@ public: |
|
|
|
{2402, nullptr, "GetDisplayHotplugState"}, |
|
|
|
{2501, nullptr, "GetCompositorErrorInfo"}, |
|
|
|
{2601, nullptr, "GetDisplayErrorEvent"}, |
|
|
|
{2701, nullptr, "GetDisplayFatalErrorEvent"}, |
|
|
|
{4201, nullptr, "SetDisplayAlpha"}, |
|
|
|
{4203, nullptr, "SetDisplayLayerStack"}, |
|
|
|
{4205, nullptr, "SetDisplayPowerState"}, |
|
|
|
{4206, nullptr, "SetDefaultDisplay"}, |
|
|
|
{4207, nullptr, "ResetDisplayPanel"}, |
|
|
|
{4208, nullptr, "SetDisplayFatalErrorEnabled"}, |
|
|
|
{4209, nullptr, "IsDisplayPanelOn"}, |
|
|
|
{4300, nullptr, "GetInternalPanelId"}, |
|
|
|
{6000, &IManagerDisplayService::AddToLayerStack, "AddToLayerStack"}, |
|
|
|
{6001, nullptr, "RemoveFromLayerStack"}, |
|
|
|
{6002, &IManagerDisplayService::SetLayerVisibility, "SetLayerVisibility"}, |
|
|
|
|