#include "ui/display/mojom/display_constants.mojom-shared.h"
#include <ostream>
#include <utility>
#include "base/strings/stringprintf.h"
#include "mojo/public/cpp/bindings/lib/validate_params.h"
#include "mojo/public/cpp/bindings/lib/validation_errors.h"
#include "mojo/public/cpp/bindings/lib/validation_util.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value.h"
#include "ui/display/mojom/display_constants.mojom-params-data.h"
namespace display {
namespace mojom {
NOINLINE static const char* DisplayConnectionTypeToStringHelper(DisplayConnectionType value) { … }
std::string DisplayConnectionTypeToString(DisplayConnectionType value) { … }
std::ostream& operator<<(std::ostream& os, DisplayConnectionType value) { … }
NOINLINE static const char* HDCPStateToStringHelper(HDCPState value) { … }
std::string HDCPStateToString(HDCPState value) { … }
std::ostream& operator<<(std::ostream& os, HDCPState value) { … }
NOINLINE static const char* ContentProtectionMethodToStringHelper(ContentProtectionMethod value) { … }
std::string ContentProtectionMethodToString(ContentProtectionMethod value) { … }
std::ostream& operator<<(std::ostream& os, ContentProtectionMethod value) { … }
NOINLINE static const char* PanelOrientationToStringHelper(PanelOrientation value) { … }
std::string PanelOrientationToString(PanelOrientation value) { … }
std::ostream& operator<<(std::ostream& os, PanelOrientation value) { … }
NOINLINE static const char* PrivacyScreenStateToStringHelper(PrivacyScreenState value) { … }
std::string PrivacyScreenStateToString(PrivacyScreenState value) { … }
std::ostream& operator<<(std::ostream& os, PrivacyScreenState value) { … }
NOINLINE static const char* VariableRefreshRateStateToStringHelper(VariableRefreshRateState value) { … }
std::string VariableRefreshRateStateToString(VariableRefreshRateState value) { … }
std::ostream& operator<<(std::ostream& os, VariableRefreshRateState value) { … }
namespace internal {
bool ModesetFlags_Data::Validate(
const void* data,
mojo::internal::ValidationContext* validation_context) { … }
ModesetFlags_Data::ModesetFlags_Data()
: … { … }
}
}
}
namespace perfetto {
void TraceFormatTraits<::display::mojom::DisplayConnectionType>::WriteIntoTrace(
perfetto::TracedValue context, ::display::mojom::DisplayConnectionType value) { … }
}
namespace perfetto {
void TraceFormatTraits<::display::mojom::HDCPState>::WriteIntoTrace(
perfetto::TracedValue context, ::display::mojom::HDCPState value) { … }
}
namespace perfetto {
void TraceFormatTraits<::display::mojom::ContentProtectionMethod>::WriteIntoTrace(
perfetto::TracedValue context, ::display::mojom::ContentProtectionMethod value) { … }
}
namespace perfetto {
void TraceFormatTraits<::display::mojom::PanelOrientation>::WriteIntoTrace(
perfetto::TracedValue context, ::display::mojom::PanelOrientation value) { … }
}
namespace perfetto {
void TraceFormatTraits<::display::mojom::PrivacyScreenState>::WriteIntoTrace(
perfetto::TracedValue context, ::display::mojom::PrivacyScreenState value) { … }
}
namespace perfetto {
void TraceFormatTraits<::display::mojom::VariableRefreshRateState>::WriteIntoTrace(
perfetto::TracedValue context, ::display::mojom::VariableRefreshRateState value) { … }
}