Home
last modified time | relevance | path

Searched refs:microphones (Results 1 – 13 of 13) 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.hal261 * Returns an array with available microphones in device.
263 * @return retval NOT_SUPPORTED if there are no microphones on this device
267 * @return microphones array with microphones info
270 generates(Result retval, vec<MicrophoneInfo> microphones);
/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/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp43 hidl_vec<MicrophoneInfo> microphones; in TEST_P() local
44 ASSERT_OK(getDevice()->getMicrophones(returnIn(res, microphones))); in TEST_P()
49 if (microphones.size() > 0) { in TEST_P()
62 for (auto microphone : microphones) { in TEST_P()
/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/default/
DDevice.cpp379 hidl_vec<MicrophoneInfo> microphones; in getMicrophones() local
382 microphones.resize(actual_mics); in getMicrophones()
384 halToMicrophoneCharacteristics(&microphones[i], mic_array[i]); in getMicrophones()
388 _hidl_cb(retval, microphones); in getMicrophones()
DStreamIn.cpp489 hidl_vec<MicrophoneInfo> microphones; in getActiveMicrophones() local
492 microphones.resize(actual_mics); in getActiveMicrophones()
494 halToMicrophoneCharacteristics(&microphones[i], mic_array[i]); in getActiveMicrophones()
499 _hidl_cb(retval, microphones); in getActiveMicrophones()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c117 struct mic_info microphones[AUDIO_MICROPHONE_MAX_COUNT]; member
187 struct audio_microphone_characteristic_t microphones[AUDIO_MICROPHONE_MAX_COUNT]; member
4972 my_data->microphones[my_data->declared_mic_count++] = mic; in platform_set_microphone_characteristic()
4995 mic_array[i] = my_data->microphones[i]; in platform_get_microphones()
5015 my_data->mic_map[in_snd_device].microphones[m_count] = *info; in platform_set_microphone_map()
5039 struct mic_info *m_info = my_data->mic_map[active_input_snd_device].microphones; in platform_get_active_microphones()
5047 if (strcmp(my_data->microphones[j].device_id, in platform_get_active_microphones()
5049 mic_array[actual_mic_count] = my_data->microphones[j]; in platform_get_active_microphones()