Searched refs:cancel (Results 1 - 12 of 12) sorted by relevance

/system/update_engine/binder_bindings/android/os/
H A DIUpdateEngine.aidl37 void cancel();
/system/chre/platform/include/chre/platform/
H A Dsystem_timer.h86 bool cancel();
/system/chre/platform/slpi/include/chre/target_platform/
H A Dcondition_variable_impl.h73 if (!mTimeoutTimer.cancel()) {
74 LOGD("Failed to cancel condition variable timer");
/system/chre/platform/slpi/
H A Dsystem_time.cc53 gTimeSyncRequestTimer.cancel();
H A Dsystem_timer.cc75 bool SystemTimer::cancel() { function in class:chre::SystemTimer
/system/update_engine/
H A Dbinder_service_android.h69 android::binder::Status cancel() override;
H A Dupdate_engine_client_android.cc126 DEFINE_bool(cancel, false, "Cancel the ongoing update and exit.");
175 return ExitWhenIdle(service_->cancel());
H A Dbinder_service_android.cc131 Status BinderUpdateEngineAndroidService::cancel() { function in class:chromeos_update_engine::BinderUpdateEngineAndroidService
/system/chre/core/
H A Dtimer_pool.cc55 mSystemTimer.cancel();
78 LOGW("Failed to cancel timer ID %" PRIu32 ": not found", timerHandle);
80 LOGW("Failed to cancel timer ID %" PRIu32 ": permission denied",
87 mSystemTimer.cancel();
/system/chre/platform/linux/
H A Dsystem_timer.cc79 // 0 has a special meaning in POSIX, i.e. cancel the timer. In our API, a
94 bool SystemTimer::cancel() { function in class:chre::SystemTimer
/system/core/init/
H A Dperfboot.py151 def cancel(self): member in class:WatchdogTimer
152 self._timer.cancel()
388 t.cancel()
/system/bt/vendor_libs/test_vendor_lib/include/
H A Ddual_mode_controller.h187 void RegisterTaskCancel(std::function<void(AsyncTaskId)> cancel);

Completed in 131 milliseconds