Searched refs:base (Results 451 - 475 of 1314) sorted by relevance

<<11121314151617181920>>

/system/core/fs_mgr/
H A Dfs_mgr_main.cpp93 android::base::InitLogging(
94 const_cast<char **>(argv), &android::base::KernelLogger);
/system/core/init/
H A Dkeyword_map.h23 #include <android-base/stringprintf.h>
38 using android::base::StringPrintf;
/system/core/libappfuse/
H A DEpollController.cc17 #include <android-base/logging.h>
24 EpollController::EpollController(base::unique_fd&& poll_fd) : poll_fd_(std::move(poll_fd)) {
/system/core/liblog/tests/
H A Dbenchmark_main.cpp39 int base = 1; local
40 while (base * 10 < n) {
41 base *= 10;
43 if (n < 2 * base) {
44 return 2 * base;
46 if (n < 5 * base) {
47 return 5 * base;
49 return 10 * base;
/system/core/libmemunreachable/
H A DProcessMappings.cpp22 #include <android-base/unique_fd.h>
35 android::base::unique_fd fd(open(map_buffer, O_RDONLY));
/system/core/libunwindstack/tests/
H A DLogFake.cpp22 #include <android-base/stringprintf.h>
74 android::base::StringAppendV(&g_fake_log_print, fmt, ap);
/system/extras/iotop/
H A Dtasklist.cpp26 #include <android-base/stringprintf.h>
60 std::string filename = android::base::StringPrintf("/proc/%d/task", tgid);
/system/extras/simpleperf/
H A Dbuild_id.h22 #include <android-base/stringprintf.h>
70 s += android::base::StringPrintf("%02x", data_[i]);
/system/hardware/interfaces/wifi/keystore/1.0/default/include/wifikeystorehal/
H A Dkeystore.h18 using ::android::hidl::base::V1_0::DebugInfo;
19 using ::android::hidl::base::V1_0::IBase;
/system/libhidl/transport/base/1.0/
H A DIBase.hal17 package android.hidl.base@1.0;
47 * "android.hidl.base@1.0::IBase"]
/system/libhidl/transport/include/hidl/
H A DHidlTransportSupport.h20 #include <android/hidl/base/1.0/IBase.h>
62 bool setMinSchedulerPolicy(const sp<::android::hidl::base::V1_0::IBase>& service,
/system/libhidl/
H A Dupdate-makefiles.sh5 android.hidl.base@1.0
/system/media/brillo/audio/audioservice/
H A Daudio_volume_handler.cpp20 #include <base/files/file.h>
21 #include <base/files/file_util.h>
22 #include <base/logging.h>
39 volume_state_file_ = base::FilePath(kVolumeStateFilePath);
53 base::Callback<void(audio_stream_type_t, int, int)>& callback) {
74 MessageLoop::current()->PostTask(base::Bind(callback_,
151 const base::FilePath& path) {
158 if (!base::PathExists(volume_state_file_)) {
52 RegisterCallback( base::Callback<void(audio_stream_type_t, int, int)>& callback) argument
/system/netd/netutils_wrappers/
H A DNetUtilsWrapperTest-1.0.cpp22 #include <android-base/strings.h>
62 std::vector<std::string> pieces = android::base::Split(cmd.cmdString, " ");
/system/netd/server/
H A DFirewallControllerTest.cpp25 #include <android-base/strings.h>
26 #include <android-base/stringprintf.h>
31 using android::base::Join;
32 using android::base::StringPrintf;
80 { V4, android::base::Join(expectedRestore4, '\n') },
81 { V6, android::base::Join(expectedRestore6, '\n') },
98 { V4, android::base::Join(expectedRestore, '\n') },
99 { V6, android::base::Join(expectedRestore, '\n') },
H A DNetwork.cpp22 #include <android-base/strings.h>
83 repr << kSeparator << android::base::Join(mInterfaces, ",");
/system/tools/hidl/c2hal/
H A DAST.h24 #include <android-base/macros.h>
25 #include <android-base/logging.h>
H A DScope.h20 #include <android-base/macros.h>
21 #include <android-base/logging.h>
/system/tpm/attestation/server/
H A Dattestation_service.h25 #include <base/callback.h>
26 #include <base/macros.h>
27 #include <base/memory/weak_ptr.h>
28 #include <base/threading/thread.h>
60 // Tasks that run on the worker thread are bound with base::Unretained which is
123 const base::Callback<void(const ReplyProtobufType&)> callback,
268 base::WeakPtr<AttestationService> GetWeakPtr();
292 std::unique_ptr<base::Thread> worker_thread_;
295 base::WeakPtrFactory<AttestationService> weak_factory_;
/system/tpm/tpm_manager/client/
H A Dtpm_nvram_dbus_proxy.h24 #include <base/macros.h>
25 #include <base/memory/ref_counted.h>
/system/update_engine/
H A Dboot_control_chromeos.h22 #include <base/callback.h>
52 bool MarkBootSuccessfulAsync(base::Callback<void(bool)> callback) override;
H A Dchrome_browser_proxy_resolver.h24 #include <base/memory/weak_ptr.h>
79 base::WeakPtrFactory<ChromeBrowserProxyResolver> weak_ptr_factory_;
/system/update_engine/common/
H A Daction_pipe.h26 #include <base/logging.h>
27 #include <base/macros.h>
H A Dfile_fetcher.h24 #include <base/logging.h>
25 #include <base/macros.h>
H A Dhash_calculator.h26 #include <base/logging.h>
27 #include <base/macros.h>

Completed in 1517 milliseconds

<<11121314151617181920>>