HomeSort by relevance Sort by last modified time
    Searched defs:mic_muted (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/modules/usbaudio/
audio_hal.c 74 bool mic_muted; member in struct:audio_device
837 /* no need to acquire in->dev->lock to read mic_muted here as we don't change its state */
838 if (num_read_buff_bytes > 0 && in->dev->mic_muted)
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 222 bool mic_muted; member in struct:audio_device

Completed in 36 milliseconds