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

  /external/autotest/client/common_lib/
smogcheck_ttci.py 83 def TTCI_Set_Main_Power_Control(self, turn_on):
87 turn_on: a boolean, on (true) = set bit to 1.
91 return self.pca_obj.setPCAcontrol('main_power', turn_on=turn_on)
93 def TTCI_Set_Backup_Power_Control(self, turn_on):
97 turn_on: a boolean, on (true) = set bit to 1.
101 return self.pca_obj.setPCAcontrol('backup_power', turn_on=turn_on)
103 def TTCI_Set_Reset_Control(self, turn_on):
110 turn_on: a boolean, on (true) = set bit to 0
    [all...]
smogcheck_pca9555.py 85 def setPCAcontrol(self, key, turn_on):
90 turn_on: a boolean, true = set bit value to 1.
95 logging.info('Attempt to set %r bit to %r', key, turn_on)
98 if turn_on:
  /external/autotest/client/site_tests/hardware_TPMttci/
hardware_TPMttci.py 154 if self.ttci_obj.TTCI_Set_Main_Power_Control(turn_on=True):
158 if self.ttci_obj.TTCI_Set_Main_Power_Control(turn_on=False):
165 if self.ttci_obj.TTCI_Set_Backup_Power_Control(turn_on=True):
169 if self.ttci_obj.TTCI_Set_Backup_Power_Control(turn_on=False):
176 if self.ttci_obj.TTCI_Set_PP_Control(turn_on=True):
180 if self.ttci_obj.TTCI_Set_PP_Control(turn_on=False):
187 if self.ttci_obj.TTCI_Set_TPM_I2C_Control(turn_on=True):
191 if self.ttci_obj.TTCI_Set_TPM_I2C_Control(turn_on=False):
197 if self.ttci_obj.TTCI_Set_Reset_Control(turn_on=True):
201 if self.ttci_obj.TTCI_Set_Reset_Control(turn_on=False)
    [all...]
  /external/autotest/client/site_tests/hardware_TPMTakeOwnership/
hardware_TPMTakeOwnership.py 85 if self.ttci_obj.TTCI_Set_Reset_Control(turn_on=True):
94 if self.ttci_obj.TTCI_Set_Reset_Control(turn_on=False):
  /external/autotest/client/cros/bluetooth/
bluetooth_tester_xmlrpc_server.py 111 turn_on = (current_settings ^ profile_settings) & profile_settings
112 if turn_on & bluetooth_socket.MGMT_SETTING_BREDR:
116 if turn_on & bluetooth_socket.MGMT_SETTING_LE:
  /hardware/broadcom/libbt/src/
bt_vendor_brcm.c 50 uint8_t hw_lpm_enable(uint8_t turn_on);
hardware.c     [all...]
  /external/autotest/server/cros/network/
wifi_client.py 516 def powersave_switch(self, turn_on):
519 @param turn_on bool True iff powersave mode should be turned on.
523 if turn_on:
    [all...]
  /external/valgrind/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c 877 unsigned long, from, unsigned long, num, int, turn_on);
    [all...]

Completed in 1706 milliseconds