Searched refs:base (Results 426 - 450 of 1314) sorted by relevance

<<11121314151617181920>>

/system/tpm/trunks/
H A Dauthorization_delegate.h22 #include <base/macros.h>
H A Dhmac_session.h22 #include <base/macros.h>
H A Dmock_authorization_delegate.h22 #include <base/macros.h>
H A Dtrunks_binder_proxy.h22 #include <base/macros.h>
H A Dtpm_generated_test.cc19 #include <base/bind.h>
20 #include <base/callback.h>
21 #include <base/message_loop/message_loop.h>
22 #include <base/run_loop.h>
284 base::RunLoop run_loop;
288 base::MessageLoop message_loop_;
301 void operator()(const base::Callback<void(const std::string&)>& callback) {
302 base::MessageLoop::current()->PostTask(FROM_HERE,
303 base::Bind(callback, response_));
349 base
[all...]
/system/update_engine/common/
H A Dboot_control_stub.h47 bool MarkBootSuccessfulAsync(base::Callback<void(bool)> callback) override;
H A Dsubprocess.cc28 #include <base/bind.h>
29 #include <base/logging.h>
30 #include <base/posix/eintr_wrapper.h>
31 #include <base/strings/string_util.h>
32 #include <base/strings/stringprintf.h>
95 proc->SetPreExecCallback(base::Bind(&SetupChild, env, flags));
188 CHECK(process_reaper_.WatchForChild(FROM_HERE, pid, base::Bind(
190 base::Unretained(this))));
205 base::Bind(&Subprocess::OnStdoutReady, record.get()));
/system/update_engine/
H A Dconnection_manager.h22 #include <base/macros.h>
H A Domaha_utils.cc19 #include <base/logging.h>
H A Dshill_proxy_interface.h23 #include <base/macros.h>
H A Dupdate_attempter_unittest.cc23 #include <base/files/file_util.h>
24 #include <base/message_loop/message_loop.h>
62 using base::Time;
63 using base::TimeDelta;
186 base::MessageLoopForIO base_loop_;
211 base::Bind([](brillo::BaseMessageLoop* loop) { loop->BreakLoop(); },
212 base::Unretained(&loop_)));
406 base::Bind(&UpdateAttempterTest::UpdateTestVerify,
407 base::Unretained(this)));
476 base
[all...]
H A Domaha_request_action.cc26 #include <base/bind.h>
27 #include <base/logging.h>
28 #include <base/rand_util.h>
29 #include <base/strings/string_number_conversions.h>
30 #include <base/strings/string_split.h>
31 #include <base/strings/string_util.h>
32 #include <base/strings/stringprintf.h>
33 #include <base/time/time.h>
51 using base::Time;
52 using base
508 ParserHandlerEntityDecl(void *user_data, const XML_Char *entity_name, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *system_id, const XML_Char *public_id, const XML_Char *notation_name) argument
[all...]
/system/update_engine/payload_consumer/
H A Dpayload_verifier.h23 #include <base/macros.h>
/system/update_engine/payload_generator/
H A Dblob_file_writer.cc24 base::AutoLock auto_lock(blob_mutex_);
H A Dgraph_utils.h22 #include <base/macros.h>
/system/vold/
H A DFileDeviceUtils.cpp29 #include <android-base/file.h>
30 #include <android-base/logging.h>
31 #include <android-base/unique_fd.h>
73 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(
/system/bt/stack/btm/
H A Dbtm_ble_multi_adv.cc20 #include <base/bind.h>
21 #include <base/logging.h>
22 #include <base/strings/string_number_conversions.h>
23 #include <base/time/time.h>
36 using base::Bind;
37 using base::TimeDelta;
38 using base::TimeTicks;
40 base::Callback<void(uint8_t /* inst_id */, uint8_t /* status */)>;
41 using IdTxPowerStatusCb = base::Callback<void(
45 base
[all...]
/system/extras/simpleperf/
H A Dcmd_stat.cpp29 #include <android-base/file.h>
30 #include <android-base/logging.h>
31 #include <android-base/parsedouble.h>
32 #include <android-base/strings.h>
95 return android::base::StringPrintf("%lf(ms)", value);
99 std::string s = android::base::StringPrintf("%" PRIu64, count);
207 return android::base::StringPrintf("%lf%ccpus used", used_cpus, sap_mid);
214 return android::base::StringPrintf("%lf%cGHz", hz / 1e9, sap_mid);
220 return android::base::StringPrintf("%lf%ccycles per instruction", cpi,
224 if (android::base
[all...]
/system/core/adb/
H A Dsysdeps_win32.cpp37 #include <android-base/errors.h>
38 #include <android-base/logging.h>
39 #include <android-base/stringprintf.h>
40 #include <android-base/strings.h>
41 #include <android-base/utf8.h>
106 android::base::SystemErrorCodeToString(GetLastError()).c_str());
349 if (!android::base::UTF8ToWide(path, &path_wide)) {
371 D("unknown error: %s", android::base::SystemErrorCodeToString(err).c_str());
393 if (!android::base::UTF8ToWide(path, &path_wide)) {
417 D("unknown error: %s", android::base
[all...]
/system/bt/bta/test/
H A Dbta_hf_client_test.cc24 namespace base { namespace
26 } // namespace base
28 base::MessageLoop* get_message_loop() { return NULL; }
/system/core/base/include/android-base/
H A Dunique_fd.h25 // android-base/macros.h, which causes macro collisions.
40 namespace base { namespace in namespace:android
91 } // namespace base
95 int close(const android::base::unique_fd_impl<T>&)
/system/core/debuggerd/libdebuggerd/
H A Dopen_files_list.cpp31 #include <android-base/file.h>
55 if (android::base::Readlink(path, &target)) {
/system/core/debuggerd/libdebuggerd/test/
H A Dlog_fake.cpp22 #include <android-base/stringprintf.h>
62 android::base::StringAppendV(&g_fake_log_print, fmt, ap);
/system/core/debuggerd/tombstoned/
H A Dtombstoned_client.cpp24 #include <android-base/unique_fd.h>
31 using android::base::unique_fd;
/system/core/fastboot/
H A Dfs.cpp22 #include <android-base/errors.h>
23 #include <android-base/file.h>
24 #include <android-base/stringprintf.h>
25 #include <android-base/unique_fd.h>
29 using android::base::StringPrintf;
30 using android::base::unique_fd;
64 android::base::SystemErrorCodeToString(GetLastError()).c_str());
109 const std::string exec_dir = android::base::GetExecutableDirectory();

Completed in 2606 milliseconds

<<11121314151617181920>>