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

  /external/autotest/client/cros/audio/
audio_spec.py 27 def has_internal_microphone(board_type): function
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothRecord/
audio_AudioBasicBluetoothRecord.py 49 if audio_test_utils.has_internal_microphone(self.host):
67 if audio_test_utils.has_internal_microphone(self.host):
145 elif audio_test_utils.has_internal_microphone(host):
153 if (audio_test_utils.has_internal_microphone(host) or
192 if audio_test_utils.has_internal_microphone(host):
  /external/autotest/server/site_tests/audio_AudioBluetoothConnectionStability/
audio_AudioBluetoothConnectionStability.py 64 if audio_test_utils.has_internal_microphone(host):
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/
audio_AudioBasicBluetoothPlaybackRecord.py 164 elif audio_test_utils.has_internal_microphone(host):
176 if (audio_test_utils.has_internal_microphone(host) or
216 if audio_test_utils.has_internal_microphone(host):
  /external/autotest/client/site_tests/audio_Microphone/
audio_Microphone.py 55 if not audio_spec.has_internal_microphone(board_type):
  /external/autotest/server/site_tests/audio_AudioBasicInternalMicrophone/
audio_AudioBasicInternalMicrophone.py 41 not audio_test_utils.has_internal_microphone(host)):
  /external/autotest/server/site_tests/audio_InternalCardNodes/
audio_InternalCardNodes.py 60 if audio_test_utils.has_internal_microphone(host):
  /external/autotest/server/site_tests/audio_AudioARCRecord/
audio_AudioARCRecord.py 49 not audio_test_utils.has_internal_microphone(host)):
  /external/autotest/server/site_tests/audio_AudioAfterReboot/
audio_AudioAfterReboot.py 184 not audio_test_utils.has_internal_microphone(host))):
  /external/autotest/server/site_tests/audio_AudioAfterSuspend/
audio_AudioAfterSuspend.py 193 not audio_test_utils.has_internal_microphone(host)):
  /external/autotest/server/site_tests/audio_AudioNodeSwitch/
audio_AudioNodeSwitch.py 42 if audio_test_utils.has_internal_microphone(self.host):
  /external/autotest/client/cros/chameleon/
audio_test_utils.py 165 def has_internal_microphone(host): function
174 if not audio_spec.has_internal_microphone(host.get_board_type()):

Completed in 544 milliseconds