Searched defs:audio (Results 1 - 25 of 58) sorted by path

123

/hardware/interfaces/audio/2.0/default/
H A DConversions.cpp23 namespace audio { namespace in namespace:android::hardware
65 } // namespace audio
H A DConversions.h22 #include <android/hardware/audio/2.0/types.h>
23 #include <system/audio.h>
27 namespace audio { namespace in namespace:android::hardware
31 using ::android::hardware::audio::V2_0::DeviceAddress;
37 } // namespace audio
H A DDevice.cpp35 namespace audio { namespace in namespace:android::hardware
45 ALOGW_IF(status, "Error closing audio hw device %p: %s", mDevice,
86 // Methods from ::android::hardware::audio::V2_0::IDevice follow.
317 } // namespace audio
H A DDevice.h23 #include <hardware/audio.h>
25 #include <android/hardware/audio/2.0/IDevice.h>
34 namespace audio { namespace in namespace:android::hardware
38 using ::android::hardware::audio::common::V2_0::AudioConfig;
39 using ::android::hardware::audio::common::V2_0::AudioHwSync;
40 using ::android::hardware::audio::common::V2_0::AudioInputFlag;
41 using ::android::hardware::audio::common::V2_0::AudioOutputFlag;
42 using ::android::hardware::audio::common::V2_0::AudioPatchHandle;
43 using ::android::hardware::audio::common::V2_0::AudioPort;
44 using ::android::hardware::audio
[all...]
H A DDevicesFactory.cpp29 namespace audio { namespace in namespace:android::hardware
53 ALOGE("%s couldn't load audio hw module %s.%s (%s)", __func__,
59 ALOGE("%s couldn't open audio hw device in %s.%s (%s)", __func__,
64 ALOGE("%s wrong audio hw device version %04x", __func__, (*dev)->common.version);
76 // Methods from ::android::hardware::audio::V2_0::IDevicesFactory follow.
88 result = new ::android::hardware::audio::V2_0::implementation::
106 } // namespace audio
H A DDevicesFactory.h20 #include <hardware/audio.h>
22 #include <android/hardware/audio/2.0/IDevicesFactory.h>
28 namespace audio { namespace in namespace:android::hardware
32 using ::android::hardware::audio::V2_0::IDevice;
33 using ::android::hardware::audio::V2_0::IDevicesFactory;
34 using ::android::hardware::audio::V2_0::Result;
42 // Methods from ::android::hardware::audio::V2_0::IDevicesFactory follow.
55 } // namespace audio
H A DParametersUtil.cpp21 namespace audio { namespace in namespace:android::hardware
154 } // namespace audio
H A DParametersUtil.h23 #include <android/hardware/audio/2.0/types.h>
29 namespace audio { namespace in namespace:android::hardware
33 using ::android::hardware::audio::V2_0::ParameterValue;
34 using ::android::hardware::audio::V2_0::Result;
62 } // namespace audio
H A DPrimaryDevice.cpp24 namespace audio { namespace in namespace:android::hardware
34 // Methods from ::android::hardware::audio::V2_0::IDevice follow.
129 // Methods from ::android::hardware::audio::V2_0::IPrimaryDevice follow.
208 } // namespace audio
H A DPrimaryDevice.h20 #include <android/hardware/audio/2.0/IPrimaryDevice.h>
29 namespace audio { namespace in namespace:android::hardware
33 using ::android::hardware::audio::common::V2_0::AudioConfig;
34 using ::android::hardware::audio::common::V2_0::AudioInputFlag;
35 using ::android::hardware::audio::common::V2_0::AudioMode;
36 using ::android::hardware::audio::common::V2_0::AudioOutputFlag;
37 using ::android::hardware::audio::common::V2_0::AudioPort;
38 using ::android::hardware::audio::common::V2_0::AudioPortConfig;
39 using ::android::hardware::audio::common::V2_0::AudioSource;
40 using ::android::hardware::audio
[all...]
H A DStream.cpp21 #include <hardware/audio.h>
34 namespace audio { namespace in namespace:android::hardware
81 // Methods from ::android::hardware::audio::V2_0::IStream follow.
276 } // namespace audio
H A DStream.h22 #include <android/hardware/audio/2.0/IStream.h>
23 #include <hardware/audio.h>
32 namespace audio { namespace in namespace:android::hardware
36 using ::android::hardware::audio::common::V2_0::AudioChannelMask;
37 using ::android::hardware::audio::common::V2_0::AudioDevice;
38 using ::android::hardware::audio::common::V2_0::AudioFormat;
39 using ::android::hardware::audio::V2_0::DeviceAddress;
40 using ::android::hardware::audio::V2_0::IStream;
41 using ::android::hardware::audio::V2_0::ParameterValue;
42 using ::android::hardware::audio
[all...]
H A DStreamIn.cpp22 #include <hardware/audio.h>
29 using ::android::hardware::audio::V2_0::MessageQueueFlagBits;
33 namespace audio { namespace in namespace:android::hardware
37 using ::android::hardware::audio::common::V2_0::ThreadInfo;
173 // Methods from ::android::hardware::audio::V2_0::IStream follow.
301 // Methods from ::android::hardware::audio::V2_0::IStreamIn follow.
444 } // namespace audio
H A DStreamIn.h23 #include <android/hardware/audio/2.0/IStreamIn.h>
35 namespace audio { namespace in namespace:android::hardware
39 using ::android::hardware::audio::common::V2_0::AudioChannelMask;
40 using ::android::hardware::audio::common::V2_0::AudioDevice;
41 using ::android::hardware::audio::common::V2_0::AudioFormat;
42 using ::android::hardware::audio::common::V2_0::AudioSource;
43 using ::android::hardware::audio::V2_0::DeviceAddress;
44 using ::android::hardware::audio::V2_0::IStream;
45 using ::android::hardware::audio::V2_0::IStreamIn;
46 using ::android::hardware::audio
[all...]
H A DStreamOut.cpp24 #include <hardware/audio.h>
32 namespace audio { namespace in namespace:android::hardware
36 using ::android::hardware::audio::common::V2_0::ThreadInfo;
170 // Methods from ::android::hardware::audio::V2_0::IStream follow.
280 // Methods from ::android::hardware::audio::V2_0::IStreamOut follow.
491 // to return it sometimes. EAGAIN may be returned by A2DP audio HAL
537 } // namespace audio
H A DStreamOut.h23 #include <android/hardware/audio/2.0/IStreamOut.h>
35 namespace audio { namespace in namespace:android::hardware
39 using ::android::hardware::audio::common::V2_0::AudioChannelMask;
40 using ::android::hardware::audio::common::V2_0::AudioDevice;
41 using ::android::hardware::audio::common::V2_0::AudioFormat;
42 using ::android::hardware::audio::V2_0::AudioDrain;
43 using ::android::hardware::audio::V2_0::DeviceAddress;
44 using ::android::hardware::audio::V2_0::IStream;
45 using ::android::hardware::audio::V2_0::IStreamOut;
46 using ::android::hardware::audio
[all...]
H A DUtil.h22 namespace audio { namespace in namespace:android::hardware
33 } // namespace audio
/hardware/interfaces/audio/2.0/vts/functional/utility/
H A DPrettyPrintAudioTypes.h32 namespace audio { namespace in namespace:android::hardware
60 } // namespace audio
H A DValidateXml.cpp32 namespace audio { namespace in namespace:android::hardware
139 } // namespace audio
H A DValidateXml.h24 namespace audio { namespace in namespace:android::hardware
39 ASSERT_PRED_FORMAT2(::android::hardware::audio::test::validateXml, \
43 } // namespace audio
/hardware/interfaces/audio/effect/2.0/default/
H A DAcousticEchoCancelerEffect.cpp25 namespace audio { namespace in namespace:android::hardware
36 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
177 // Methods from ::android::hardware::audio::effect::V2_0::IAcousticEchoCancelerEffect follow.
189 } // namespace audio
H A DAcousticEchoCancelerEffect.h20 #include <android/hardware/audio/effect/2.0/IAcousticEchoCancelerEffect.h>
29 namespace audio { namespace in namespace:android::hardware
34 using ::android::hardware::audio::effect::V2_0::IAcousticEchoCancelerEffect;
35 using ::android::hardware::audio::effect::V2_0::Result;
45 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
100 // Methods from ::android::hardware::audio::effect::V2_0::IAcousticEchoCancelerEffect follow.
113 } // namespace audio
H A DAudioBufferManager.cpp54 namespace audio { namespace in namespace:android::hardware
89 } // namespace audio
H A DAudioBufferManager.h22 #include <android/hardware/audio/effect/2.0/types.h>
29 using ::android::hardware::audio::effect::V2_0::AudioBuffer;
34 namespace audio { namespace in namespace:android::hardware
57 } // namespace audio
61 using ::android::hardware::audio::effect::V2_0::implementation::AudioBufferWrapper;
71 friend class hardware::audio::effect::V2_0::implementation::AudioBufferWrapper;
H A DAutomaticGainControlEffect.cpp24 namespace audio { namespace in namespace:android::hardware
51 // Methods from ::android::hardware::audio::effect::V2_0::IEffect follow.
192 // Methods from ::android::hardware::audio::effect::V2_0::IAutomaticGainControlEffect follow.
235 } // namespace audio

Completed in 155 milliseconds

123