/aosp12/hardware/interfaces/audio/common/all-versions/default/ |
H A D | VersionUtils.h | 26 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 D | UuidUtils.h | 32 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 D | AudioPrimaryHidlHalUtils.h | 26 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 D | AudioTestDefinitions.h | 38 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 D | CoreUtils.h | 33 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 D | AudioPrimaryHidlHalUtils.h | 25 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 D | EffectsFactoryHalHidl.cpp | 30 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 D | StreamHalHidl.h | 33 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 D | DevicesFactoryHalHybrid.cpp | 25 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 D | EffectsFactoryHalHidl.h | 27 namespace CPP_VERSION { 30 using ::android::CPP_VERSION::ConversionHelperHidl; 31 using namespace ::android::hardware::audio::effect::CPP_VERSION;
|
H A D | ParameterUtils.h | 22 using ::android::hardware::audio::CPP_VERSION::ParameterValue; 23 using ::android::hardware::audio::CPP_VERSION::Result; 29 namespace CPP_VERSION {
|
H A D | ConversionHelperHidl.h | 27 using ::android::hardware::audio::CPP_VERSION::ParameterValue; 28 using CoreResult = ::android::hardware::audio::CPP_VERSION::Result; 35 namespace CPP_VERSION {
|
H A D | DevicesFactoryHalHybrid.h | 25 using ::android::hardware::audio::CPP_VERSION::IDevicesFactory; 28 namespace CPP_VERSION {
|
H A D | DeviceHalHidl.h | 26 using ::android::hardware::audio::CPP_VERSION::IDevice; 27 using ::android::hardware::audio::CPP_VERSION::IPrimaryDevice; 31 namespace CPP_VERSION {
|
H A D | DevicesFactoryHalHidl.h | 30 using ::android::hardware::audio::CPP_VERSION::IDevicesFactory; 33 namespace CPP_VERSION {
|
/aosp12/hardware/interfaces/audio/effect/all-versions/default/ |
H A D | AudioBufferManager.h | 30 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 D | EffectsFactory.h | 36 namespace CPP_VERSION { 44 using namespace ::android::hardware::audio::common::CPP_VERSION; 45 using namespace ::android::hardware::audio::effect::CPP_VERSION;
|
H A D | VirtualizerEffect.h | 34 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 D | ValidateAudioEffectsConfiguration.cpp | 40 ::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 D | Util.h | 30 namespace CPP_VERSION { 33 using namespace ::android::hardware::audio::common::CPP_VERSION; 34 using namespace ::android::hardware::audio::CPP_VERSION;
|
H A D | ParametersUtil.h | 31 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 D | hidlutils6_tests.cpp | 26 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 D | effectutils_tests.cpp | 30 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 D | EffectUtils.h | 29 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 D | PolicyConfig.h | 35 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;
|