|
|
@ -498,7 +498,6 @@ public: |
|
|
}; |
|
|
}; |
|
|
RegisterHandlers(functions); |
|
|
RegisterHandlers(functions); |
|
|
} |
|
|
} |
|
|
~IHOSBinderDriver() = default; |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
enum class TransactionId { |
|
|
enum class TransactionId { |
|
|
@ -692,7 +691,6 @@ public: |
|
|
}; |
|
|
}; |
|
|
RegisterHandlers(functions); |
|
|
RegisterHandlers(functions); |
|
|
} |
|
|
} |
|
|
~ISystemDisplayService() = default; |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
void SetLayerZ(Kernel::HLERequestContext& ctx) { |
|
|
void SetLayerZ(Kernel::HLERequestContext& ctx) { |
|
|
@ -818,7 +816,6 @@ public: |
|
|
}; |
|
|
}; |
|
|
RegisterHandlers(functions); |
|
|
RegisterHandlers(functions); |
|
|
} |
|
|
} |
|
|
~IManagerDisplayService() = default; |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
void CloseDisplay(Kernel::HLERequestContext& ctx) { |
|
|
void CloseDisplay(Kernel::HLERequestContext& ctx) { |
|
|
@ -884,7 +881,6 @@ private: |
|
|
class IApplicationDisplayService final : public ServiceFramework<IApplicationDisplayService> { |
|
|
class IApplicationDisplayService final : public ServiceFramework<IApplicationDisplayService> { |
|
|
public: |
|
|
public: |
|
|
explicit IApplicationDisplayService(std::shared_ptr<NVFlinger::NVFlinger> nv_flinger); |
|
|
explicit IApplicationDisplayService(std::shared_ptr<NVFlinger::NVFlinger> nv_flinger); |
|
|
~IApplicationDisplayService() = default; |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
enum class ConvertedScaleMode : u64 { |
|
|
enum class ConvertedScaleMode : u64 { |
|
|
|