Searched defs:mic_muted (Results 1 - 3 of 3) sorted by relevance

/hardware/bsp/intel/peripheral/audio/generic/
H A Daudio_hal.c86 bool mic_muted; member in struct:audio_device
946 /* no need to acquire in->dev->lock to read mic_muted here as we don't change its state */
947 if (num_read_buff_bytes > 0 && in->dev->mic_muted)
1148 adev->mic_muted = state;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c76 bool mic_muted; member in struct:audio_device
843 /* no need to acquire in->dev->lock to read mic_muted here as we don't change its state */
844 if (num_read_buff_bytes > 0 && in->dev->mic_muted)
1026 adev->mic_muted = state;
/hardware/qcom/audio/hal/
H A Daudio_hw.h257 bool mic_muted; member in struct:audio_device

Completed in 37 milliseconds