Searched refs:cancelled (Results 1 – 25 of 57) sorted by relevance
123
11 private boolean cancelled; field in ShadowVibrator31 cancelled = true; in cancel()40 return cancelled; in isCancelled()
229 return self.enable_step and not self.enable_step.cancelled238 return self.disable_step and not self.disable_step.cancelled247 return self.connect_step and not self.connect_step.cancelled256 return self.disconnect_step and not self.disconnect_step.cancelled265 return self.register_step and not self.register_step.cancelled
56 def cancelled(self): member in StateMachine
37 bool* cancelled) = 0;
131 bool cancelled = false; in PKCS11PasswordFunc() local134 &cancelled); in PKCS11PasswordFunc()135 if (cancelled) in PKCS11PasswordFunc()
20 REPLY * -ERR AUTH exchange cancelled by client
19 REPLY * A002 NO AUTH exchange cancelled by client
19 REPLY * 501 AUTH exchange cancelled by client
21 REPLY * -ERR AUTH exchange cancelled by client
20 REPLY * 501 AUTH exchange cancelled by client
48 public void cancelled() { in cancelled() method in VibratorTest
616 boolean cancelled = super.cancel(mayInterruptIfRunning); in cancel()617 if (cancelled) { in cancel()623 return cancelled; in cancel()