Merge "Effect AIDL: correct some code format" into main

This commit is contained in:
Shunkai Yao 2023-09-21 20:49:14 +00:00 committed by Gerrit Code Review
commit 697e3f89a7
2 changed files with 11 additions and 11 deletions

View file

@ -42,11 +42,11 @@ using ndk::ScopedAStatus;
using aidl::android::hardware::audio::effect::CommandId;
using aidl::android::hardware::audio::effect::Descriptor;
using aidl::android::hardware::audio::effect::Flags;
using aidl::android::hardware::audio::effect::IEffect;
using aidl::android::hardware::audio::effect::IFactory;
using aidl::android::hardware::audio::effect::Parameter;
using aidl::android::hardware::audio::effect::State;
using aidl::android::hardware::audio::effect::Flags;
using aidl::android::media::audio::common::AudioDeviceDescription;
using aidl::android::media::audio::common::AudioDeviceType;
using aidl::android::media::audio::common::AudioMode;