Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 28) sorted by relevance

12

/system/chre/platform/tinysys/
Dsystem_timer.cc58 cancel(); in ~SystemTimer()
87 cancel(); in set()
95 bool SystemTimer::cancel() { in cancel() function in chre::SystemTimer
/system/chre/platform/embos/
Dsystem_timer.cc35 cancel(); in ~SystemTimer()
74 bool SystemTimer::cancel() { in cancel() function in chre::SystemTimer
/system/chre/platform/linux/task_util/
Dtask_manager.cc72 mCurrentTask->cancel(); in cancelTask()
77 iter->cancel(); in cancelTask()
Dtask.cc55 void Task::cancel() { in cancel() function in chre::task_manager_internal::Task
/system/chre/platform/include/chre/platform/
Dsystem_timer.h87 bool cancel();
/system/update_engine/binder_bindings/android/os/
DIUpdateEngine.aidl43 void cancel(); in cancel() method
/system/chre/platform/slpi/include/chre/target_platform/
Dcondition_variable_impl.h67 if (!mTimeoutTimer.cancel()) { in wait_for()
/system/chre/platform/slpi/
Dsystem_timer.cc76 bool SystemTimer::cancel() { in cancel() function in chre::SystemTimer
Dhost_link.cc415 sTimeSyncRequestTimer.cancel(); in setTimeSyncRequestTimer()
/system/chre/platform/linux/include/chre/platform/linux/task_util/
Dtask.h81 void cancel();
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
DContextHubGetTimeTestExecutor.java125 mTimer.cancel(); in deinit()
/system/core/init/
Dperfboot.py151 def cancel(self): member in WatchdogTimer
152 self._timer.cancel()
388 t.cancel()
/system/chre/platform/linux/
Dsystem_timer.cc95 bool SystemTimer::cancel() { in cancel() function in chre::SystemTimer
/system/chre/platform/linux/tests/
Dtask_test.cc48 task.cancel(); in TEST()
/system/update_engine/aosp/
Dbinder_service_android.h69 android::binder::Status cancel() override;
Dupdate_engine_client_android.cc162 DEFINE_bool(cancel, false, "Cancel the ongoing update and exit."); in OnInit()
227 return ExitWhenIdle(service_->cancel()); in OnInit()
Dbinder_service_android.cc142 Status BinderUpdateEngineAndroidService::cancel() { in cancel() function in chromeos_update_engine::BinderUpdateEngineAndroidService
/system/chre/test/simulation/
Dtest_base.cc74 mSystemTimer.cancel(); in TearDown()
/system/chre/platform/android/
Dplatform_audio.cc150 mTimer.cancel(); in cancelAudioDataEventRequest()
/system/chre/platform/linux/sim/
Dplatform_audio.cc97 source->timer.cancel(); in cancelAudioDataEventRequest()
/system/chre/core/
Dtimer_pool.cc238 mSystemTimer.cancel(); in removeTimerRequestLocked()
/system/chre/apps/power_test/common/idl/
Dchre_power_test.fbs176 /// Represents a messages to ask the nanoapp to cancel an ongoing subscription
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java1033 .setNegativeButton(android.R.string.cancel,
/system/chre/doc/
Dporting_guide.md243 cancel active requests, and not invoke any CHRE callbacks from this point
/system/core/fastboot/fuzzy_fastboot/
DREADME.md343 expects USB resets to cancel whatever transaction is currently going on.

12