/hardware/interfaces/audio/aidl/default/ |
D | ModulePrimary.cpp | 48 const std::vector<MicrophoneInfo>& microphones, in createInputStream() argument 51 microphones); in createInputStream()
|
/hardware/interfaces/audio/aidl/default/stub/ |
D | ModuleStub.cpp | 68 const std::vector<MicrophoneInfo>& microphones, in createInputStream() argument 71 microphones); in createInputStream()
|
D | StreamStub.cpp | 128 const std::vector<MicrophoneInfo>& microphones) in StreamInStub() argument 129 : StreamIn(std::move(context), microphones), StreamStub(&mContextInstance, sinkMetadata) {} in StreamInStub()
|
/hardware/interfaces/audio/5.0/ |
D | types.hal | 125 * 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
|
D | IStreamIn.hal | 159 * 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
|
D | IDevice.hal | 261 * 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/ |
D | IStreamIn.hal | 159 * 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
|
D | types.hal | 125 * 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
|
D | IDevice.hal | 283 * 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/ |
D | IStreamIn.hal | 171 * 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
|
D | types.hal | 128 * 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/ |
D | StreamUsb.cpp | 84 const std::vector<MicrophoneInfo>& microphones) in StreamInUsb() argument 85 : StreamIn(std::move(context), microphones), StreamUsb(&mContextInstance, sinkMetadata) {} in StreamInUsb()
|
D | ModuleUsb.cpp | 73 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/ |
D | types.hal | 181 * 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
|
D | IStreamIn.hal | 159 * Returns an array with active microphones in the stream. 164 * @return microphones array with microphones info 167 generates(Result retval, vec<MicrophoneInfo> microphones);
|
D | IDevice.hal | 261 * 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/ |
D | AudioPrimaryHidlHalTest.cpp | 69 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/ |
D | ModulePrimary.h | 34 const std::vector<::aidl::android::media::audio::common::MicrophoneInfo>& microphones,
|
D | ModuleStub.h | 35 const std::vector<::aidl::android::media::audio::common::MicrophoneInfo>& microphones,
|
D | StreamStub.h | 53 const std::vector<::aidl::android::media::audio::common::MicrophoneInfo>& microphones);
|
D | ModuleRemoteSubmix.h | 41 const std::vector<::aidl::android::media::audio::common::MicrophoneInfo>& microphones,
|
D | ModuleUsb.h | 38 const std::vector<::aidl::android::media::audio::common::MicrophoneInfo>& microphones,
|
D | StreamUsb.h | 53 const std::vector<::aidl::android::media::audio::common::MicrophoneInfo>& microphones);
|
/hardware/interfaces/audio/aidl/default/r_submix/ |
D | ModuleRemoteSubmix.cpp | 93 const std::vector<MicrophoneInfo>& microphones, std::shared_ptr<StreamIn>* result) { in createInputStream() argument 95 microphones); in createInputStream()
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | StreamIn.cpp | 559 hidl_vec<MicrophoneInfo> microphones; in getActiveMicrophones() local 562 microphones.resize(actual_mics); in getActiveMicrophones() 564 (void)CoreUtils::microphoneInfoFromHal(mic_array[i], µphones[i]); in getActiveMicrophones() 569 _hidl_cb(retval, microphones); in getActiveMicrophones()
|