Searched refs:current (Results 26 - 50 of 91) sorted by relevance

1234

/system/update_engine/
H A Dchrome_browser_proxy_resolver.cc68 MessageLoop::current()->CancelTask(timer.second);
88 MessageLoop::TaskId timer = MessageLoop::current()->PostDelayedTask(
115 MessageLoop::current()->CancelTask(it->second);
H A Dreal_system_state.cc122 // options. This initialization here pre-loads current channel and version, so
175 MessageLoop::current()->PostDelayedTask(
183 MessageLoop::current()->PostTask(FROM_HERE, base::Bind(
188 MessageLoop::current()->PostTask(FROM_HERE, base::Bind(
/system/update_engine/update_manager/
H A Dreal_device_policy_provider.cc45 MessageLoop::current()->CancelTask(scheduled_refresh_);
72 MessageLoop::current()->CancelTask(scheduled_refresh_);
93 scheduled_refresh_ = MessageLoop::current()->PostDelayedTask(
H A Dvariable_unittest.cc118 MessageLoopRunMaxIterations(MessageLoop::current(), 100);
127 MessageLoopRunMaxIterations(MessageLoop::current(), 100);
176 MessageLoopRunMaxIterations(MessageLoop::current(), 100);
H A Dupdate_manager_unittest.cc59 // Generates a fixed timestamp for use in faking the current time.
257 MessageLoopRunMaxIterations(MessageLoop::current(), 100);
274 MessageLoopRunMaxIterations(MessageLoop::current(), 100);
281 MessageLoopRunMaxIterations(MessageLoop::current(), 10);
302 MessageLoopRunMaxIterations(MessageLoop::current(), 100);
311 MessageLoopRunMaxIterations(MessageLoop::current(), 10);
319 MessageLoopRunMaxIterations(MessageLoop::current(), 10);
/system/media/brillo/audio/audioservice/
H A Daudio_daemon.cpp46 MessageLoop* message_loop = MessageLoop::current();
70 brillo::MessageLoop::current()->PostDelayedTask(
/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc388 MessageLoop::current()->BreakLoop();
524 MessageLoop::current()->BreakLoop();
543 *my_id = MessageLoop::current()->PostDelayedTask(
605 MessageLoop::current()->BreakLoop();
622 MessageLoop::current()->BreakLoop();
633 *my_id = MessageLoop::current()->PostTask(
677 MessageLoop::current()->BreakLoop();
746 MessageLoop::current()->BreakLoop();
865 MessageLoop::current()->BreakLoop();
883 MessageLoop::current()
[all...]
H A Dlibcurl_http_fetcher.cc392 MessageLoop::current()->PostDelayedTask(
418 MessageLoop::current()->PostTask(
443 MessageLoop::current()->PostDelayedTask(
560 // Note that fd_exc is unused in the current version of libcurl so is_exc
579 MessageLoop::current()->CancelTask(fd_task_it->second);
590 fd_task_maps_[t][fd] = MessageLoop::current()->WatchFileDescriptor(
609 timeout_id_ = MessageLoop::current()->PostDelayedTask(
630 timeout_id_ = MessageLoop::current()->PostDelayedTask(
642 MessageLoop::current()->CancelTask(timeout_id_);
647 if (!MessageLoop::current()
[all...]
H A Dsubprocess.cc129 MessageLoop::current()->CancelTask(record->stdout_task_id);
145 MessageLoop::current()->CancelTask(record->stdout_task_id);
200 record->stdout_task_id = MessageLoop::current()->WatchFileDescriptor(
H A Dsubprocess_unittest.cc85 MessageLoop::current()->BreakLoop();
96 MessageLoop::current()->BreakLoop();
117 MessageLoop::current()->BreakLoop();
/system/bt/service/ipc/binder/
H A Dipc_handler_binder.cpp60 base::MessageLoop::current()->task_runner()->PostTask(
/system/connectivity/shill/net/
H A Dio_input_handler.cc39 if (!base::MessageLoopForIO::current()->WatchFileDescriptor(
/system/core/fastboot/
H A Dfastboot.h54 void fb_queue_flash_sparse(const char* ptn, struct sparse_file* s, uint32_t sz, size_t current,
H A Dengine.cpp137 a->msg = mkmsg("Setting current slot to '%s'", slot);
160 void fb_queue_flash_sparse(const char* ptn, struct sparse_file* s, unsigned sz, size_t current, argument
167 a->msg = mkmsg("sending sparse '%s' %zu/%zu (%d KB)", ptn, current, total, sz / 1024);
170 a->msg = mkmsg("writing '%s' %zu/%zu", ptn, current, total);
/system/core/init/parser/
H A Dtokenizer.cpp33 const Tokenizer::Token& Tokenizer::current() { function in class:init::Tokenizer
/system/core/metricsd/collectors/
H A Ddisk_usage_collector.cc72 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
H A Daveraged_statistics_collector.cc69 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
77 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
/system/core/metricsd/uploader/
H A Dupload_service.cc76 base::MessageLoop::current()->PostDelayedTask(
81 base::MessageLoop::current()->PostDelayedTask(
108 base::MessageLoop::current()->PostDelayedTask(
117 base::MessageLoop::current()->PostDelayedTask(
226 LOG(ERROR) << "failed to delete the last backup of the current log.";
/system/bt/osi/src/socket_utils/
H A DREADME27 The current sources include:
/system/bt/service/ipc/
H A Dipc_handler_linux.cpp61 CHECK(base::MessageLoop::current()); // An origin event loop is required.
62 origin_task_runner_ = base::MessageLoop::current()->task_runner();
76 // the current directory that we're not supposed to. For now we will have an
/system/extras/tests/directiotest/
H A Ddirectiotest.c162 static void update_progress(int current, int total) argument
164 double pct_done = (double)current * 100 / total;
165 printf("Testing area %d/%d (%6.2f%% complete)\r", current, total,
/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action.cc200 progress_task_ = MessageLoop::current()->WatchFileDescriptor(
231 MessageLoop::current()->CancelTask(progress_task_);
276 MessageLoop::current()->CancelTask(progress_task_);
/system/core/metricsd/
H A Dmetrics_collector.cc235 brillo::MessageLoop::current(),
240 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
381 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
396 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
566 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
752 base::MessageLoop::current()->PostDelayedTask(FROM_HERE,
/system/core/adb/
H A Dadb_auth_host.cpp366 void *adb_auth_nextkey(void *current) argument
373 if (!current)
377 if (item == current) {
378 /* current is the last item, we tried all the keys */
H A Dsysdeps_test.cpp47 int current = counter.load(); local
48 ASSERT_GE(current, 0);
52 ASSERT_LT(current, 500);

Completed in 411 milliseconds

1234