HomeSort by relevance Sort by last modified time
    Searched refs:INTERNAL_MIC (Results 1 - 10 of 10) sorted by null

  /external/autotest/client/cros/chameleon/
chameleon_audio_ids.py 37 INTERNAL_MIC = 'Cros Internal Mic'
44 SINK_PORTS = [EXTERNAL_MIC, INTERNAL_MIC, BLUETOOTH_MIC, USBIN, HOTWORDING]
audio_level.py 59 ids.CrosIds.INTERNAL_MIC: _AudioLevel.MIC_LEVEL,
audio_test_utils.py 31 chameleon_audio_ids.CrosIds.INTERNAL_MIC: 'INTERNAL_MIC',
376 elif recorder_id == chameleon_audio_ids.CrosIds.INTERNAL_MIC:
chameleon_audio_helper.py 298 is_internal_mic = audio_port.port_id == ids.CrosIds.INTERNAL_MIC
audio_widget.py 192 if self.port_id in [ids.ChameleonIds.MIC, ids.CrosIds.INTERNAL_MIC]:
  /external/autotest/server/site_tests/audio_AudioBasicInternalMicrophone/
audio_AudioBasicInternalMicrophone.py 62 chameleon_audio_ids.CrosIds.INTERNAL_MIC)
  /external/autotest/server/site_tests/audio_AudioARCRecord/
audio_AudioARCRecord.py 48 if (source_id == chameleon_audio_ids.CrosIds.INTERNAL_MIC and
  /external/autotest/server/site_tests/audio_AudioAfterReboot/
audio_AudioAfterReboot.py 182 if (recorder == chameleon_audio_ids.CrosIds.INTERNAL_MIC and
  /external/autotest/server/site_tests/audio_AudioAfterSuspend/
audio_AudioAfterSuspend.py 192 if (recorder == chameleon_audio_ids.CrosIds.INTERNAL_MIC and
  /external/autotest/client/cros/audio/
cras_utils.py 292 For example, if INTERNAL_MIC is of intereset, the pattern we are
297 variant string "INTERNAL_MIC"
314 CRAS_INPUT_NODE_TYPES = ['MIC', 'INTERNAL_MIC', 'USB', 'BLUETOOTH',

Completed in 384 milliseconds