/system/chre/platform/tinysys/ |
D | system_timer.cc | 58 cancel(); in ~SystemTimer() 87 cancel(); in set() 95 bool SystemTimer::cancel() { in cancel() function in chre::SystemTimer
|
/system/chre/platform/embos/ |
D | system_timer.cc | 35 cancel(); in ~SystemTimer() 74 bool SystemTimer::cancel() { in cancel() function in chre::SystemTimer
|
/system/chre/platform/linux/task_util/ |
D | task_manager.cc | 72 mCurrentTask->cancel(); in cancelTask() 77 iter->cancel(); in cancelTask()
|
D | task.cc | 55 void Task::cancel() { in cancel() function in chre::task_manager_internal::Task
|
/system/chre/platform/include/chre/platform/ |
D | system_timer.h | 87 bool cancel();
|
/system/update_engine/binder_bindings/android/os/ |
D | IUpdateEngine.aidl | 43 void cancel(); in cancel() method
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | condition_variable_impl.h | 67 if (!mTimeoutTimer.cancel()) { in wait_for()
|
/system/chre/platform/slpi/ |
D | system_timer.cc | 76 bool SystemTimer::cancel() { in cancel() function in chre::SystemTimer
|
D | host_link.cc | 415 sTimeSyncRequestTimer.cancel(); in setTimeSyncRequestTimer()
|
/system/chre/platform/linux/include/chre/platform/linux/task_util/ |
D | task.h | 81 void cancel();
|
/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/ |
D | ContextHubGetTimeTestExecutor.java | 125 mTimer.cancel(); in deinit()
|
/system/core/init/ |
D | perfboot.py | 151 def cancel(self): member in WatchdogTimer 152 self._timer.cancel() 388 t.cancel()
|
/system/chre/platform/linux/ |
D | system_timer.cc | 95 bool SystemTimer::cancel() { in cancel() function in chre::SystemTimer
|
/system/chre/platform/linux/tests/ |
D | task_test.cc | 48 task.cancel(); in TEST()
|
/system/update_engine/aosp/ |
D | binder_service_android.h | 69 android::binder::Status cancel() override;
|
D | update_engine_client_android.cc | 162 DEFINE_bool(cancel, false, "Cancel the ongoing update and exit."); in OnInit() 227 return ExitWhenIdle(service_->cancel()); in OnInit()
|
D | binder_service_android.cc | 142 Status BinderUpdateEngineAndroidService::cancel() { in cancel() function in chromeos_update_engine::BinderUpdateEngineAndroidService
|
/system/chre/test/simulation/ |
D | test_base.cc | 74 mSystemTimer.cancel(); in TearDown()
|
/system/chre/platform/android/ |
D | platform_audio.cc | 150 mTimer.cancel(); in cancelAudioDataEventRequest()
|
/system/chre/platform/linux/sim/ |
D | platform_audio.cc | 97 source->timer.cancel(); in cancelAudioDataEventRequest()
|
/system/chre/core/ |
D | timer_pool.cc | 238 mSystemTimer.cancel(); in removeTimerRequestLocked()
|
/system/chre/apps/power_test/common/idl/ |
D | chre_power_test.fbs | 176 /// 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/ |
D | CameraAvgFragment.java | 1033 .setNegativeButton(android.R.string.cancel,
|
/system/chre/doc/ |
D | porting_guide.md | 243 cancel active requests, and not invoke any CHRE callbacks from this point
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 343 expects USB resets to cancel whatever transaction is currently going on.
|