Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2b68f2b authored by David Li's avatar David Li Committed by Android (Google) Code Review
Browse files

Merge "add kDumpFromAudioServerArgument" into 24D1-dev

parents ef4519ee adfb7d8c
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -47,6 +47,9 @@ inline std::string errorToString(const ScopedAStatus& s) {


namespace aidl::android::hardware::audio::common {
namespace aidl::android::hardware::audio::common {


// TODO: b/275135031 - move this string to AIDL interfaces.
static constexpr char kDumpFromAudioServerArgument[] = "dump_from_audioserver";

// Some values are reserved for use by the system code only.
// Some values are reserved for use by the system code only.
// HALs must not accept or emit values outside from the provided list.
// HALs must not accept or emit values outside from the provided list.
constexpr std::array<::aidl::android::media::audio::common::AudioMode, 5> kValidAudioModes = {
constexpr std::array<::aidl::android::media::audio::common::AudioMode, 5> kValidAudioModes = {