Home
last modified time | relevance | path

Searched refs:CPP_VERSION (Results 1 – 25 of 66) sorted by relevance

123

/hardware/interfaces/audio/common/all-versions/default/
DVersionUtils.h49 namespace CPP_VERSION {
53 typedef common::CPP_VERSION::AudioDevice AudioDeviceBitfield;
54 typedef common::CPP_VERSION::AudioChannelMask AudioChannelBitfield;
55 typedef common::CPP_VERSION::AudioOutputFlag AudioOutputFlagBitfield;
56 typedef common::CPP_VERSION::AudioInputFlag AudioInputFlagBitfield;
58 typedef hidl_bitfield<common::CPP_VERSION::AudioDevice> AudioDeviceBitfield;
59 typedef hidl_bitfield<common::CPP_VERSION::AudioChannelMask> AudioChannelBitfield;
60 typedef hidl_bitfield<common::CPP_VERSION::AudioOutputFlag> AudioOutputFlagBitfield;
61 typedef hidl_bitfield<common::CPP_VERSION::AudioInputFlag> AudioInputFlagBitfield;
DUuidUtils.h32 namespace CPP_VERSION {
DUuidUtils.cpp26 namespace CPP_VERSION { namespace
/hardware/interfaces/audio/effect/all-versions/default/
DAudioBufferManager.h30 using ::android::hardware::audio::effect::CPP_VERSION::AudioBuffer;
37 namespace CPP_VERSION {
63 using ::android::hardware::audio::effect::CPP_VERSION::implementation::AudioBufferWrapper;
73 friend class hardware::audio::effect::CPP_VERSION::implementation::AudioBufferWrapper;
DEffectsFactory.h36 namespace CPP_VERSION {
45 using namespace ::android::hardware::audio::effect::CPP_VERSION;
DAcousticEchoCancelerEffect.h34 namespace CPP_VERSION {
42 using ::android::hardware::audio::effect::CPP_VERSION::IAcousticEchoCancelerEffect;
43 using ::android::hardware::audio::effect::CPP_VERSION::Result;
DDownmixEffect.h34 namespace CPP_VERSION {
42 using ::android::hardware::audio::effect::CPP_VERSION::IDownmixEffect;
43 using ::android::hardware::audio::effect::CPP_VERSION::Result;
DBassBoostEffect.h36 namespace CPP_VERSION {
44 using ::android::hardware::audio::effect::CPP_VERSION::IBassBoostEffect;
45 using ::android::hardware::audio::effect::CPP_VERSION::Result;
DAutomaticGainControlEffect.h36 namespace CPP_VERSION {
44 using ::android::hardware::audio::effect::CPP_VERSION::IAutomaticGainControlEffect;
45 using ::android::hardware::audio::effect::CPP_VERSION::Result;
DLoudnessEnhancerEffect.h34 namespace CPP_VERSION {
43 using namespace ::android::hardware::audio::effect::CPP_VERSION;
DPresetReverbEffect.h34 namespace CPP_VERSION {
43 using namespace ::android::hardware::audio::effect::CPP_VERSION;
DNoiseSuppressionEffect.h36 namespace CPP_VERSION {
45 using namespace ::android::hardware::audio::effect::CPP_VERSION;
DVisualizerEffect.h34 namespace CPP_VERSION {
43 using namespace ::android::hardware::audio::effect::CPP_VERSION;
DVirtualizerEffect.h34 namespace CPP_VERSION {
47 using namespace ::android::hardware::audio::effect::CPP_VERSION;
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DValidateAudioEffectsConfiguration.cpp40 ::android::hardware::audio::effect::CPP_VERSION::IEffectsFactory::descriptor) in TEST()
42 GTEST_SKIP() << "No Effects HAL version " STRINGIFY(CPP_VERSION) " on this device"; in TEST()
45 const char* xsd = "/data/local/tmp/audio_effects_conf_" STRINGIFY(CPP_VERSION) ".xsd"; in TEST()
/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
DAudioPrimaryHidlHalTest.cpp62 &::android::hardware::audio::CPP_VERSION::IStreamOut::setDualMonoMode, in TEST_P()
63 &::android::hardware::audio::CPP_VERSION::IStreamOut::getDualMonoMode); in TEST_P()
77 &::android::hardware::audio::CPP_VERSION::IStreamOut::setAudioDescriptionMixLevel, in TEST_P()
78 &::android::hardware::audio::CPP_VERSION::IStreamOut::getAudioDescriptionMixLevel, in TEST_P()
110 &::android::hardware::audio::CPP_VERSION::IStreamOut::setPlaybackRateParameters, in TEST_P()
111 &::android::hardware::audio::CPP_VERSION::IStreamOut::getPlaybackRateParameters, in TEST_P()
/hardware/interfaces/audio/effect/all-versions/default/util/include/util/
DEffectUtils.h29 namespace CPP_VERSION {
32 using namespace ::android::hardware::audio::effect::CPP_VERSION;
/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/
DAudioPrimaryHidlHalUtils.h29 using ::android::hardware::audio::CPP_VERSION::IStream;
30 using ::android::hardware::audio::CPP_VERSION::ParameterValue;
31 using ::android::hardware::audio::CPP_VERSION::Result;
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DDevicesFactory.h30 namespace CPP_VERSION {
38 using namespace ::android::hardware::audio::CPP_VERSION;
/hardware/interfaces/audio/effect/all-versions/default/util/tests/
Deffectutils_tests.cpp31 using namespace ::android::hardware::audio::effect::CPP_VERSION;
32 using ::android::hardware::audio::effect::CPP_VERSION::implementation::EffectUtils;
52 namespace CPP_VERSION { namespace
/hardware/interfaces/audio/core/all-versions/default/util/include/util/
DCoreUtils.h76 ::android::hardware::audio::common::CPP_VERSION::implementation::AudioInputFlagBitfield;
78 … ::android::hardware::audio::common::CPP_VERSION::implementation::AudioOutputFlagBitfield;
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalUtils.h42 using ::android::hardware::audio::CPP_VERSION::SinkMetadata;
43 using ::android::hardware::audio::CPP_VERSION::SourceMetadata;
DAudioPrimaryHidlHalTest.cpp205 static void checkGetHwAVSync(::android::hardware::audio::CPP_VERSION::IDevice* device) {
237 xsdc_enum_range<android::audio::policy::configuration::CPP_VERSION::AudioSource> range;
294 xsdc_enum_range<android::audio::policy::configuration::CPP_VERSION::AudioUsage> usageRange;
295 xsdc_enum_range<android::audio::policy::configuration::CPP_VERSION::AudioContentType>
/hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/
DVersionMacro.h51 #define CPP_VERSION EXPAND_CONCAT_4(V, MAJOR_VERSION, _, MINOR_VERSION) macro
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h94 using namespace ::android::hardware::audio::CPP_VERSION;
98 using WriteCommand = ::android::hardware::audio::CPP_VERSION::IStreamOut::WriteCommand;
99 using WriteStatus = ::android::hardware::audio::CPP_VERSION::IStreamOut::WriteStatus;
103 using namespace ::android::audio::policy::configuration::CPP_VERSION;
131 using IDevice = ::android::hardware::audio::CPP_VERSION::IDevice;
132 using IDevicesFactory = ::android::hardware::audio::CPP_VERSION::IDevicesFactory;
135 using ::android::hardware::audio::CPP_VERSION::IDevicesFactory; in getAllFactoryInstances()
217 const char* xsd = "/data/local/tmp/audio_policy_configuration_" STRINGIFY(CPP_VERSION) ".xsd"; in TEST()
328 using IPrimaryDevice = ::android::hardware::audio::CPP_VERSION::IPrimaryDevice;
936 using IStreamOut = ::android::hardware::audio::CPP_VERSION::IStreamOut;
[all …]

123