Home
last modified time | relevance | path

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

/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.cpp52 hidl_vec<MicrophoneInfo> microphones; in TEST_F() local
53 ASSERT_OK(device->getMicrophones(returnIn(res, microphones))); in TEST_F()
55 if (microphones.size() > 0) { in TEST_F()
69 for (auto microphone : microphones) { in TEST_F()
/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.cpp367 hidl_vec<MicrophoneInfo> microphones; in getMicrophones() local
370 microphones.resize(actual_mics); in getMicrophones()
372 halToMicrophoneCharacteristics(&microphones[i], mic_array[i]); in getMicrophones()
376 _hidl_cb(retval, microphones); in getMicrophones()
DStreamIn.cpp486 hidl_vec<MicrophoneInfo> microphones; in getActiveMicrophones() local
489 microphones.resize(actual_mics); in getActiveMicrophones()
491 halToMicrophoneCharacteristics(&microphones[i], mic_array[i]); in getActiveMicrophones()
496 _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
4970 my_data->microphones[my_data->declared_mic_count++] = mic; in platform_set_microphone_characteristic()
4993 mic_array[i] = my_data->microphones[i]; in platform_get_microphones()
5013 my_data->mic_map[in_snd_device].microphones[m_count] = *info; in platform_set_microphone_map()
5037 struct mic_info *m_info = my_data->mic_map[active_input_snd_device].microphones; in platform_get_active_microphones()
5045 if (strcmp(my_data->microphones[j].device_id, in platform_get_active_microphones()
5047 mic_array[actual_mic_count] = my_data->microphones[j]; in platform_get_active_microphones()