Home
last modified time | relevance | path

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

1234

/aosp12/hardware/interfaces/audio/common/all-versions/default/
H A DVersionUtils.h26 namespace CPP_VERSION {
30 typedef common::CPP_VERSION::AudioDevice AudioDeviceBitfield;
31 typedef common::CPP_VERSION::AudioChannelMask AudioChannelBitfield;
32 typedef common::CPP_VERSION::AudioOutputFlag AudioOutputFlagBitfield;
33 typedef common::CPP_VERSION::AudioInputFlag AudioInputFlagBitfield;
35 typedef hidl_bitfield<common::CPP_VERSION::AudioDevice> AudioDeviceBitfield;
36 typedef hidl_bitfield<common::CPP_VERSION::AudioChannelMask> AudioChannelBitfield;
37 typedef hidl_bitfield<common::CPP_VERSION::AudioOutputFlag> AudioOutputFlagBitfield;
38 typedef hidl_bitfield<common::CPP_VERSION::AudioInputFlag> AudioInputFlagBitfield;
H A DUuidUtils.h32 namespace CPP_VERSION {
35 using namespace ::android::hardware::audio::common::CPP_VERSION;
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
H A DAudioPrimaryHidlHalUtils.h26 using ::android::hardware::audio::common::CPP_VERSION::AudioChannelMask;
27 using ::android::hardware::audio::common::CPP_VERSION::AudioFormat;
28 using ::android::hardware::audio::CPP_VERSION::IStream;
29 using ::android::hardware::audio::CPP_VERSION::ParameterValue;
30 using ::android::hardware::audio::CPP_VERSION::Result;
36 using ::android::hardware::audio::common::CPP_VERSION::AudioUsage;
37 using ::android::hardware::audio::CPP_VERSION::MicrophoneInfo;
39 using ::android::hardware::audio::CPP_VERSION::SinkMetadata;
40 using ::android::hardware::audio::CPP_VERSION::SourceMetadata;
42 using ::android::hardware::audio::common::CPP_VERSION::SinkMetadata;
[all …]
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DAudioTestDefinitions.h38 std::tuple<DeviceParameter, android::hardware::audio::common::CPP_VERSION::AudioConfig,
39 std::variant<android::hardware::audio::common::CPP_VERSION::AudioInputFlag,
40 android::hardware::audio::common::CPP_VERSION::AudioOutputFlag>>;
45 android::hardware::audio::common::CPP_VERSION::AudioConfig,
46 std::vector<android::hardware::audio::CPP_VERSION::AudioInOutFlag>>;
/aosp12/hardware/interfaces/audio/core/all-versions/default/util/include/util/
H A DCoreUtils.h33 namespace CPP_VERSION {
38 using namespace ::android::hardware::audio::common::CPP_VERSION;
39 using namespace ::android::hardware::audio::CPP_VERSION;
76 ::android::hardware::audio::common::CPP_VERSION::implementation::AudioInputFlagBitfield;
78 … ::android::hardware::audio::common::CPP_VERSION::implementation::AudioOutputFlagBitfield;
96 using AudioInputFlags = hidl_vec<::android::hardware::audio::CPP_VERSION::AudioInOutFlag>;
97 using AudioOutputFlags = hidl_vec<::android::hardware::audio::CPP_VERSION::AudioInOutFlag>;
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/
H A DAudioPrimaryHidlHalUtils.h25 using ::android::hardware::audio::common::CPP_VERSION::AudioChannelMask;
26 using ::android::hardware::audio::common::CPP_VERSION::AudioFormat;
27 using ::android::hardware::audio::CPP_VERSION::IStream;
28 using ::android::hardware::audio::CPP_VERSION::ParameterValue;
29 using ::android::hardware::audio::CPP_VERSION::Result;
/aosp12/frameworks/av/media/libaudiohal/impl/
H A DEffectsFactoryHalHidl.cpp30 using ::android::hardware::audio::common::CPP_VERSION::implementation::UuidUtils;
31 using ::android::hardware::audio::effect::CPP_VERSION::implementation::EffectUtils;
36 namespace CPP_VERSION { namespace
38 using namespace ::android::hardware::audio::common::CPP_VERSION;
39 using namespace ::android::hardware::audio::effect::CPP_VERSION;
211 auto service = hardware::audio::effect::CPP_VERSION::IEffectsFactory::getService(); in createIEffectsFactory()
212 return service ? new effect::CPP_VERSION::EffectsFactoryHalHidl(service) : nullptr; in createIEffectsFactory()
H A DStreamHalHidl.h33 using ::android::hardware::audio::CPP_VERSION::IStream;
34 using ::android::hardware::audio::CPP_VERSION::IStreamIn;
35 using ::android::hardware::audio::CPP_VERSION::IStreamOut;
39 using ReadParameters = ::android::hardware::audio::CPP_VERSION::IStreamIn::ReadParameters;
40 using ReadStatus = ::android::hardware::audio::CPP_VERSION::IStreamIn::ReadStatus;
41 using WriteCommand = ::android::hardware::audio::CPP_VERSION::IStreamOut::WriteCommand;
42 using WriteStatus = ::android::hardware::audio::CPP_VERSION::IStreamOut::WriteStatus;
45 namespace CPP_VERSION {
H A DDevicesFactoryHalHybrid.cpp25 namespace CPP_VERSION { namespace
57 auto service = hardware::audio::CPP_VERSION::IDevicesFactory::getService(); in createIDevicesFactory()
58 return service ? new CPP_VERSION::DevicesFactoryHalHybrid(service) : nullptr; in createIDevicesFactory()
H A DEffectsFactoryHalHidl.h27 namespace CPP_VERSION {
30 using ::android::CPP_VERSION::ConversionHelperHidl;
31 using namespace ::android::hardware::audio::effect::CPP_VERSION;
H A DParameterUtils.h22 using ::android::hardware::audio::CPP_VERSION::ParameterValue;
23 using ::android::hardware::audio::CPP_VERSION::Result;
29 namespace CPP_VERSION {
H A DConversionHelperHidl.h27 using ::android::hardware::audio::CPP_VERSION::ParameterValue;
28 using CoreResult = ::android::hardware::audio::CPP_VERSION::Result;
35 namespace CPP_VERSION {
H A DDevicesFactoryHalHybrid.h25 using ::android::hardware::audio::CPP_VERSION::IDevicesFactory;
28 namespace CPP_VERSION {
H A DDeviceHalHidl.h26 using ::android::hardware::audio::CPP_VERSION::IDevice;
27 using ::android::hardware::audio::CPP_VERSION::IPrimaryDevice;
31 namespace CPP_VERSION {
H A DDevicesFactoryHalHidl.h30 using ::android::hardware::audio::CPP_VERSION::IDevicesFactory;
33 namespace CPP_VERSION {
/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A 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;
H A DEffectsFactory.h36 namespace CPP_VERSION {
44 using namespace ::android::hardware::audio::common::CPP_VERSION;
45 using namespace ::android::hardware::audio::effect::CPP_VERSION;
H A DVirtualizerEffect.h34 namespace CPP_VERSION {
43 using ::android::hardware::audio::common::CPP_VERSION::implementation::AudioChannelBitfield;
45 using namespace ::android::hardware::audio::common::CPP_VERSION;
46 using namespace ::android::hardware::audio::effect::CPP_VERSION;
/aosp12/hardware/interfaces/audio/effect/all-versions/vts/functional/
H A 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()
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/
H A DUtil.h30 namespace CPP_VERSION {
33 using namespace ::android::hardware::audio::common::CPP_VERSION;
34 using namespace ::android::hardware::audio::CPP_VERSION;
H A DParametersUtil.h31 namespace CPP_VERSION {
36 using namespace ::android::hardware::audio::common::CPP_VERSION;
37 using namespace ::android::hardware::audio::CPP_VERSION;
/aosp12/hardware/interfaces/audio/common/all-versions/default/tests/
H A Dhidlutils6_tests.cpp26 using namespace ::android::hardware::audio::common::CPP_VERSION;
27 using ::android::hardware::audio::common::CPP_VERSION::implementation::HidlUtils;
33 namespace android::hardware::audio::common::CPP_VERSION { namespace
/aosp12/hardware/interfaces/audio/effect/all-versions/default/util/tests/
H A Deffectutils_tests.cpp30 using namespace ::android::hardware::audio::common::CPP_VERSION;
31 using namespace ::android::hardware::audio::effect::CPP_VERSION;
32 using ::android::hardware::audio::effect::CPP_VERSION::implementation::EffectUtils;
52 namespace CPP_VERSION { namespace
/aosp12/hardware/interfaces/audio/effect/all-versions/default/util/include/util/
H A DEffectUtils.h29 namespace CPP_VERSION {
32 using namespace ::android::hardware::audio::effect::CPP_VERSION;
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
H A DPolicyConfig.h35 using namespace ::android::hardware::audio::common::CPP_VERSION;
36 using namespace ::android::hardware::audio::CPP_VERSION;
38 using namespace ::android::audio::policy::configuration::CPP_VERSION;

1234