Home
last modified time | relevance | path

Searched refs:safeClose (Results 1 – 15 of 15) sorted by relevance

/system/bt/gd/cert/
Dpy_le_acl_manager.py23 from cert.closable import safeClose
52 safeClose(self.connection_event_stream)
53 safeClose(self.acl_stream)
82 safeClose(self.incoming_connection_event_stream)
84 safeClose(v[0])
86 safeClose(connection)
104 safeClose(pair[0])
Dpy_le_security.py22 from cert.closable import safeClose
75 safeClose(self._ui_event_stream)
80 safeClose(self._bond_event_stream)
85 safeClose(self._helper_event_stream)
Dpy_acl_manager.py22 from cert.closable import safeClose
42 safeClose(self.connection_event_stream)
43 safeClose(self.acl_stream)
65 safeClose(self.incoming_connection_event_stream)
66 safeClose(self.outgoing_connection_event_stream)
Dpy_security.py21 from cert.closable import safeClose
275 safeClose(self._ui_event_stream)
276 safeClose(self._bond_event_stream)
277 safeClose(self._enforce_security_policy_stream)
278 safeClose(self._disconnect_event_stream)
279 safeClose(self._oob_data_event_stream)
Dclosable.py37 def safeClose(closable): function
Dpy_l2cap.py27 from cert.closable import Closable, safeClose
87 safeClose(self._l2cap_stream)
88 safeClose(self._security_connection_event_stream)
89 safeClose(self._hci)
228 safeClose(self._le_l2cap_stream)
Dpy_hci.py22 from cert.closable import safeClose
130 safeClose(self.event_stream)
131 safeClose(self.le_event_stream)
132 safeClose(self.acl_stream)
Dpy_le_iso.py23 from cert.closable import safeClose
82 safeClose(self._iso_event_stream)
86 safeClose(self._iso_data_stream)
Dpy_hal.py22 from cert.closable import safeClose
125 safeClose(self.hci_event_stream)
126 safeClose(self.acl_stream)
/system/bt/gd/neighbor/cert/
Dpy_neighbor.py23 from cert.closable import safeClose
39 safeClose(self.inquiry_event_stream)
51 safeClose(self.remote_name_stream)
/system/bt/gd/hci/cert/
Dle_acl_manager_test.py17 from cert.closable import safeClose
45 safeClose(self.cert_hci_le_event_stream)
46 safeClose(self.cert_acl_data_stream)
47 safeClose(self.dut_le_acl_manager)
/system/bt/gd/iso/cert/
Dcert_le_iso.py20 from cert.closable import safeClose
/system/bt/gd/l2cap/le/cert/
Dcert_le_l2cap.py18 from cert.closable import safeClose
90 safeClose(self._le_acl)
/system/bt/gd/security/cert/
Dcert_security.py21 from cert.closable import safeClose
364 safeClose(self._hci)
/system/bt/gd/l2cap/classic/cert/
Dcert_l2cap.py21 from cert.closable import safeClose
186 safeClose(self._acl)