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

  /external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/
bluetooth_Sanity_DefaultState.py 80 supported_settings, current_settings, class_of_device,
82 self._log_settings('Initial state', current_settings)
84 if current_settings & bluetooth_socket.MGMT_SETTING_POWERED:
92 if current_settings & bluetooth_socket.MGMT_SETTING_DISCOVERABLE:
122 current_settings = self.device.read_info()[4]
123 self._log_settings("Powered up", current_settings)
125 if not current_settings & bluetooth_socket.MGMT_SETTING_POWERED:
127 if not current_settings & bluetooth_socket.MGMT_SETTING_PAIRABLE:
130 if current_settings & bluetooth_socket.MGMT_SETTING_DISCOVERABLE:
136 if current_settings & bluetooth_socket.MGMT_SETTING_CONNECTABLE
    [all...]
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_socket.py 576 supported_settings, current_settings,
589 supported_settings, current_settings,
601 current_settings,
626 (current_settings, ) = struct.unpack_from('<L', buffer(data))
627 return current_settings
654 (current_settings, ) = struct.unpack_from('<L', buffer(data))
655 return current_settings
679 (current_settings, ) = struct.unpack_from('<L', buffer(data))
680 return current_settings
719 (current_settings, ) = struct.unpack_from('<L', buffer(data)
    [all...]
  /external/autotest/client/cros/bluetooth/
bluetooth_tester_xmlrpc_server.py 91 supported_settings, current_settings, class_of_device,
111 turn_on = (current_settings ^ profile_settings) & profile_settings
121 turn_off = (current_settings ^ profile_settings) & current_settings
215 supported_settings, current_settings, class_of_device,
219 if profile_settings != current_settings:
221 '%x != %x', current_settings, profile_settings)
269 supported_settings, current_settings, class_of_device,
  /external/e2fsprogs/misc/
e4crypt.c 455 struct termios current_settings; local
458 rc = tcgetattr(0, &current_settings);
461 *saved_settings = current_settings;
462 current_settings.c_lflag &= ~ECHO;
463 rc = tcsetattr(0, TCSANOW, &current_settings);
471 struct termios current_settings; local
474 disable_echo(&current_settings);
476 tcsetattr(0, TCSANOW, &current_settings);
  /external/f2fs-tools/tools/
f2fscrypt.c 500 struct termios current_settings; local
503 rc = tcgetattr(0, &current_settings);
506 *saved_settings = current_settings;
507 current_settings.c_lflag &= ~ECHO;
508 rc = tcsetattr(0, TCSANOW, &current_settings);
516 struct termios current_settings; local
519 disable_echo(&current_settings);
521 tcsetattr(0, TCSANOW, &current_settings);
  /external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
bluetooth_Sanity_Discovery.py 91 supported_settings, current_settings, class_of_device,
  /external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
bluetooth_Sanity_LEDiscovery.py 92 supported_settings, current_settings, class_of_device,

Completed in 163 milliseconds