Searched defs:user_task (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/cronet/base/timer/ |
H A D | timer.cc | 153 OnceClosure user_task) { in Start() 193 RepeatingClosure user_task) in RepeatingTimer() 198 RepeatingClosure user_task, in RepeatingTimer() 205 RepeatingClosure user_task) { in Start() 232 RepeatingClosure user_task) in RetainingOneShotTimer() 237 RepeatingClosure user_task, in RetainingOneShotTimer() 244 RepeatingClosure user_task) { in Start() 269 OnceClosure user_task, in Start() 314 RepeatingClosure user_task, in MetronomeTimer() 323 RepeatingClosure user_task, in Start()
|
H A D | timer.h | 300 const RepeatingClosure& user_task() const { return user_task_; } in user_task() function 349 const RepeatingClosure& user_task() const { return user_task_; } in user_task() function
|
H A D | wall_clock_timer.cc | 27 OnceClosure user_task) { in Start()
|
/aosp_15_r20/external/libchrome/base/timer/ |
H A D | timer.h | 155 const base::Closure& user_task() const { return user_task_; } in user_task() function 260 RepeatingClosure user_task) in RepeatingTimer() 264 RepeatingClosure user_task, in RepeatingTimer() 280 RepeatingClosure user_task) in RetainingOneShotTimer() 284 RepeatingClosure user_task, in RetainingOneShotTimer()
|
H A D | timer.cc | 82 const base::Closure& user_task, in Timer() 88 const base::Closure& user_task, in Timer() 132 const base::Closure& user_task) { in Start()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/timer/ |
D | timer.h | 158 const base::Closure& user_task() const { return user_task_; } in user_task() function 263 RepeatingClosure user_task) in RepeatingTimer() 267 RepeatingClosure user_task, in RepeatingTimer() 283 RepeatingClosure user_task) in RetainingOneShotTimer() 287 RepeatingClosure user_task, in RetainingOneShotTimer()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/timer/ |
D | timer.h | 158 const base::Closure& user_task() const { return user_task_; } in user_task() function 263 RepeatingClosure user_task) in RepeatingTimer() 267 RepeatingClosure user_task, in RepeatingTimer() 283 RepeatingClosure user_task) in RetainingOneShotTimer() 287 RepeatingClosure user_task, in RetainingOneShotTimer()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/connection_manager/ |
D | connection_manager.cc | 50 base::OnceClosure user_task; member 63 uint64_t interval_ms, base::OnceClosure user_task) { in alarm_set_closure()
|
/aosp_15_r20/external/cronet/base/task/ |
H A D | default_delayed_task_handle_delegate.cc | 32 void DefaultDelayedTaskHandleDelegate::RunTask(OnceClosure user_task) { in RunTask()
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | mdns_client_unittest.cc | 442 base::OnceClosure user_task) override { in Start()
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | bidirectional_stream_unittest.cc | 390 base::OnceClosure user_task) override { in Start()
|