Searched refs:microphone (Results 1 – 8 of 8) sorted by relevance
460 struct audio_microphone_characteristic_t microphone; in process_microphone_characteristic() local477 strcpy(microphone.device_id, attr[curIdx++]); in process_microphone_characteristic()484 ARRAY_SIZE(device_in_types), µphone.device)) { in process_microphone_characteristic()498 strcpy(microphone.address, attr[curIdx++]); in process_microphone_characteristic()499 if (strlen(microphone.address) == 0) { in process_microphone_characteristic()501 if (microphone.device == AUDIO_DEVICE_IN_BUILTIN_MIC) { in process_microphone_characteristic()502 strcpy(microphone.address, AUDIO_BOTTOM_MICROPHONE_ADDRESS); in process_microphone_characteristic()503 } else if (microphone.device == AUDIO_DEVICE_IN_BACK_MIC) { in process_microphone_characteristic()504 strcpy(microphone.address, AUDIO_BACK_MICROPHONE_ADDRESS); in process_microphone_characteristic()513 AUDIO_MICROPHONE_LOCATION_CNT, µphone.location)) { in process_microphone_characteristic()[all …]
164 * A 3D point used to represent position or orientation of a microphone.166 * Position: Coordinates of the microphone's capsule, in meters, from the172 * microphone's capsule. Magnitude = sqrt(x^2 + y^2 + z^2) = 1182 * Used channels further identify if the microphone has any significative205 * e.g. microphone arrays should belong to the same group232 * Structure used by the HAL to describe microphone's characteristics236 /** Unique alphanumeric id for microphone. Guaranteed to be the same248 /** Location of the microphone in regard to the body of the device */251 * e.g. microphone arrays should belong to the same group254 /** Index of this microphone within the group.[all …]
54 * Sets microphone muting state.56 * @param mute whether microphone is muted.62 * Gets whether microphone is muted.65 * @return mute whether microphone is muted.
56 * Sets microphone muting state.58 * @param mute whether microphone is muted.64 * Gets whether microphone is muted.67 * @return mute whether microphone is muted.
76 * COMPLETE refers to a complete failure e.g. non-responsive microphone.
181 * (e.g. for a multi-microphone noise suppressor).
171 * (e.g. for a multi-microphone noise suppressor).
690 * Turn on or off uplink (microphone) mute.