Home
last modified time | relevance | path

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

/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/5.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.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/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
DIDevice.hal306 * Returns an array with available microphones in device.
308 * @return retval NOT_SUPPORTED if there are no microphones on this device
312 * @return microphones array with microphones info
315 generates(Result retval, vec<MicrophoneInfo> microphones);
/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.cpp50 hidl_vec<MicrophoneInfo> microphones; in TEST_P() local
51 ASSERT_OK(getDevice()->getMicrophones(returnIn(res, microphones))); in TEST_P()
61 if (microphones.size() > 0) { in TEST_P()
73 for (auto microphone : microphones) { in TEST_P()
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp555 hidl_vec<MicrophoneInfo> microphones; in getActiveMicrophones() local
558 microphones.resize(actual_mics); in getActiveMicrophones()
560 (void)CoreUtils::microphoneInfoFromHal(mic_array[i], &microphones[i]); in getActiveMicrophones()
565 _hidl_cb(retval, microphones); in getActiveMicrophones()
DDevice.cpp497 hidl_vec<MicrophoneInfo> microphones; in openOutputStream() local
500 microphones.resize(actual_mics); in openOutputStream()
502 (void)CoreUtils::microphoneInfoFromHal(mic_array[i], &microphones[i]); in openOutputStream()
506 _hidl_cb(retval, microphones); in openOutputStream()
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DAudioPrimaryHidlHalTest.cpp856 hidl_vec<MicrophoneInfo> microphones; in TEST_P() local
857 ASSERT_OK(getDevice()->getMicrophones(returnIn(res, microphones))); in TEST_P()
869 for (auto microphone : microphones) { in TEST_P()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c118 struct mic_info microphones[AUDIO_MICROPHONE_MAX_COUNT]; member
188 struct audio_microphone_characteristic_t microphones[AUDIO_MICROPHONE_MAX_COUNT]; member
5069 my_data->microphones[my_data->declared_mic_count++] = mic; in platform_set_microphone_characteristic()
5092 mic_array[i] = my_data->microphones[i]; in platform_get_microphones()
5112 my_data->mic_map[in_snd_device].microphones[m_count] = *info; in platform_set_microphone_map()
5136 struct mic_info *m_info = my_data->mic_map[active_input_snd_device].microphones; in platform_get_active_microphones()
5144 if (strcmp(my_data->microphones[j].device_id, in platform_get_active_microphones()
5146 mic_array[actual_mic_count] = my_data->microphones[j]; in platform_get_active_microphones()