Home
last modified time | relevance | path

Searched refs:microphones (Results 1 – 25 of 40) sorted by relevance

12

/hardware/interfaces/audio/aidl/default/
DModulePrimary.cpp48 const std::vector<MicrophoneInfo>& microphones, in createInputStream() argument
51 microphones); in createInputStream()
/hardware/interfaces/audio/aidl/default/stub/
DModuleStub.cpp68 const std::vector<MicrophoneInfo>& microphones, in createInputStream() argument
71 microphones); in createInputStream()
DStreamStub.cpp128 const std::vector<MicrophoneInfo>& microphones) in StreamInStub() argument
129 : StreamIn(std::move(context), microphones), StreamStub(&mContextInstance, sinkMetadata) {} in StreamInStub()
/hardware/interfaces/audio/5.0/
Dtypes.hal125 * Enum to identify the type of channel mapping for active microphones.
137 * Enum to identify locations of microphones in regards to the body of the
148 * Identifier to help group related microphones together
154 * Enum with standard polar patterns of microphones
194 /** Identifier to help group related microphones together
226 * Constants used by the HAL to determine how to select microphones and process those inputs in
DIStreamIn.hal159 * Returns an array with active microphones in the stream.
164 * @return microphones array with microphones info
167 generates(Result retval, vec<MicrophoneInfo> microphones);
173 * If multiple microphones are present, this should be treated as a preference
188 * If multiple microphones are present, this should be treated as a preference
DIDevice.hal261 * Returns an array with available microphones in device.
266 * @return microphones array with microphones info
269 generates(Result retval, vec<MicrophoneInfo> microphones);
/hardware/interfaces/audio/6.0/
DIStreamIn.hal159 * Returns an array with active microphones in the stream.
164 * @return microphones array with microphones info
167 generates(Result retval, vec<MicrophoneInfo> microphones);
173 * If multiple microphones are present, this should be treated as a preference
188 * If multiple microphones are present, this should be treated as a preference
Dtypes.hal125 * Enum to identify the type of channel mapping for active microphones.
137 * Enum to identify locations of microphones in regards to the body of the
148 * Identifier to help group related microphones together
154 * Enum with standard polar patterns of microphones
194 /** Identifier to help group related microphones together
226 * Constants used by the HAL to determine how to select microphones and process those inputs in
DIDevice.hal283 * Returns an array with available microphones in device.
285 * @return retval NOT_SUPPORTED if there are no microphones on this device
289 * @return microphones array with microphones info
292 generates(Result retval, vec<MicrophoneInfo> microphones);
/hardware/interfaces/audio/7.0/
DIStreamIn.hal171 * Returns an array with active microphones in the stream.
176 * @return microphones array with microphones info
179 generates(Result retval, vec<MicrophoneInfo> microphones);
185 * If multiple microphones are present, this should be treated as a preference
200 * If multiple microphones are present, this should be treated as a preference
Dtypes.hal128 * Enum to identify the type of channel mapping for active microphones.
144 * Enum to identify locations of microphones in regards to the body of the
156 * Identifier to help group related microphones together
162 * Enum with standard polar patterns of microphones
206 * Identifier to help group related microphones together
242 * Constants used by the HAL to determine how to select microphones and process those inputs in
/hardware/interfaces/audio/aidl/default/usb/
DStreamUsb.cpp84 const std::vector<MicrophoneInfo>& microphones) in StreamInUsb() argument
85 : StreamIn(std::move(context), microphones), StreamUsb(&mContextInstance, sinkMetadata) {} in StreamInUsb()
DModuleUsb.cpp73 const std::vector<MicrophoneInfo>& microphones, in createInputStream() argument
75 return createStreamInstance<StreamInUsb>(result, std::move(context), sinkMetadata, microphones); in createInputStream()
/hardware/interfaces/audio/4.0/
Dtypes.hal181 * Enum to identify the type of channel mapping for active microphones.
193 * Enum to identify locations of microphones in regards to the body of the
204 * Identifier to help group related microphones together
210 * Enum with standard polar patterns of microphones
250 /** Identifier to help group related microphones together
DIStreamIn.hal159 * Returns an array with active microphones in the stream.
164 * @return microphones array with microphones info
167 generates(Result retval, vec<MicrophoneInfo> microphones);
DIDevice.hal261 * Returns an array with available microphones in device.
266 * @return microphones array with microphones info
269 generates(Result retval, vec<MicrophoneInfo> microphones);
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp69 hidl_vec<MicrophoneInfo> microphones; in TEST_P() local
70 ASSERT_OK(getDevice()->getMicrophones(returnIn(res, microphones))); in TEST_P()
80 if (microphones.size() > 0) { in TEST_P()
92 for (auto microphone : microphones) { in TEST_P()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModulePrimary.h34 const std::vector<::aidl::android::media::audio::common::MicrophoneInfo>& microphones,
DModuleStub.h35 const std::vector<::aidl::android::media::audio::common::MicrophoneInfo>& microphones,
DStreamStub.h53 const std::vector<::aidl::android::media::audio::common::MicrophoneInfo>& microphones);
DModuleRemoteSubmix.h41 const std::vector<::aidl::android::media::audio::common::MicrophoneInfo>& microphones,
DModuleUsb.h38 const std::vector<::aidl::android::media::audio::common::MicrophoneInfo>& microphones,
DStreamUsb.h53 const std::vector<::aidl::android::media::audio::common::MicrophoneInfo>& microphones);
/hardware/interfaces/audio/aidl/default/r_submix/
DModuleRemoteSubmix.cpp93 const std::vector<MicrophoneInfo>& microphones, std::shared_ptr<StreamIn>* result) { in createInputStream() argument
95 microphones); in createInputStream()
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp559 hidl_vec<MicrophoneInfo> microphones; in getActiveMicrophones() local
562 microphones.resize(actual_mics); in getActiveMicrophones()
564 (void)CoreUtils::microphoneInfoFromHal(mic_array[i], &microphones[i]); in getActiveMicrophones()
569 _hidl_cb(retval, microphones); in getActiveMicrophones()

12