Home
last modified time | relevance | path

Searched refs:has_keyboard (Results 1 – 19 of 19) sorted by relevance

/external/autotest/server/cros/faft/config/
Dzako.py11 has_keyboard = False variable in Values
Dmonroe.py11 has_keyboard = False variable in Values
Dstumpy.py12 has_keyboard = False variable in Values
Dpanther.py11 has_keyboard = False variable in Values
Djecht.py11 has_keyboard = False variable in Values
Dryu.py15 has_keyboard = False variable in Values
Djetstream.py16 has_keyboard = False variable in Values
Dpoppy.py17 has_keyboard = False variable in Values
Dcranky.py15 has_keyboard = False variable in Values
Dbuddy.py14 has_keyboard = False variable in Values
Dkitty.py13 has_keyboard = False variable in Values
Dsumo.py14 has_keyboard = False variable in Values
Dbrain.py12 has_keyboard = False variable in Values
Dninja.py14 has_keyboard = False variable in Values
DDEFAULTS.py24 has_keyboard = True variable in Values
/external/webrtc/webrtc/modules/audio_processing/include/
Daudio_processing.h512 bool has_keyboard = false)
515 has_keyboard_(has_keyboard), in sample_rate_hz_()
531 bool has_keyboard() const { return has_keyboard_; } in has_keyboard() function
/external/autotest/server/site_tests/firmware_DevBootUSB/
Dfirmware_DevBootUSB.py49 if (self.faft_config.has_keyboard and
/external/autotest/server/site_tests/firmware_SelfSignedBoot/
Dfirmware_SelfSignedBoot.py80 if (self.faft_config.has_keyboard and
/external/webrtc/webrtc/modules/audio_processing/
Daudio_buffer.cc27 if (!stream_config.has_keyboard()) { in KeyboardChannelIndex()
119 if (stream_config.has_keyboard()) { in CopyFrom()