diff options
author | Kevin Rocard <krocard@google.com> | 2018-03-01 15:08:07 -0800 |
---|---|---|
committer | Kevin Rocard <krocard@google.com> | 2018-03-05 17:04:33 -0800 |
commit | 4fa9ca1337a426eb8217129b01a80f01bc9229ce (patch) | |
tree | a8200e9b49d27c1ff21360ccb06cf84a1ed33ed1 /audio/common/2.0/default/VersionUtils.h | |
parent | 4e914ffb1ad9ca621438623ad69af6498ff570e7 (diff) |
Audio V4: Implement the shim core 4.0 -> legacy
All the new files added are a copy of the 2.0 ones, with just the
version 2 that was changed to 4.
Due to the rollback on the retrocompatiblity breakage,
the split of implementation is not strictly needed any more.
This makes the current split in .impl.h and double include
unnecessary complicated.
This will need to be factorized in a future patch.
Bug: 38184704
Test: compile
Change-Id: I0d699ade7558ed68125b300f8522e2767ae1ee37
Signed-off-by: Kevin Rocard <krocard@google.com>
Diffstat (limited to 'audio/common/2.0/default/VersionUtils.h')
-rw-r--r-- | audio/common/2.0/default/VersionUtils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/common/2.0/default/VersionUtils.h b/audio/common/2.0/default/VersionUtils.h index fef468080e..60d1f9cb6d 100644 --- a/audio/common/2.0/default/VersionUtils.h +++ b/audio/common/2.0/default/VersionUtils.h @@ -28,6 +28,8 @@ namespace implementation { typedef common::V2_0::AudioDevice AudioDeviceBitfield; typedef common::V2_0::AudioChannelMask AudioChannelBitfield; +typedef common::V2_0::AudioOutputFlag AudioOutputFlagBitfield; +typedef common::V2_0::AudioInputFlag AudioInputFlagBitfield; } // namespace implementation } // namespace V2_0 |