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

  /external/autotest/client/cros/bluetooth/
bluetooth_tester_xmlrpc_server.py 63 self._control = bluetooth_socket.BluetoothControlSocket()
85 if self.index not in self._control.read_index_list():
92 name, short_name ) = self._control.read_info(self.index)
102 if not self._control.set_powered(self.index, False):
113 if self._control.set_bredr(self.index, True) is None:
117 if self._control.set_le(self.index, True) is None:
123 if self._control.set_bredr(self.index, False) is None:
127 if self._control.set_le(self.index, False) is None:
134 if (self._control.set_link_security(
141 if (self._control.set_ssp
    [all...]
bluetooth_device_xmlrpc_server.py 130 self._control = bluetooth_socket.BluetoothControlSocket()
131 self._has_adapter = len(self._control.read_index_list()) > 0
575 return json.dumps(self._control.read_version())
585 return json.dumps(self._control.read_supported_commands())
594 return json.dumps(self._control.read_index_list())
606 return json.dumps(self._control.read_info(0))
620 return json.dumps(self._control.add_device(
634 return json.dumps(self._control.remove_device(
    [all...]
  /system/core/adb/
jdwp_service.cpp 412 static void jdwp_control_event(int s, unsigned events, void* _control) {
413 JdwpControl* control = (JdwpControl*)_control;

Completed in 64 milliseconds