Searched refs:base (Results 301 - 325 of 1314) sorted by relevance

<<11121314151617181920>>

/system/connectivity/wificond/scanning/
H A Dchannel_settings.cpp19 #include <android-base/logging.h>
H A Dhidden_network.cpp19 #include <android-base/logging.h>
/system/core/adb/
H A Dadb_listeners.h24 #include <android-base/macros.h>
/system/core/base/
H A Dchrono_utils.cpp17 #include "android-base/chrono_utils.h"
22 namespace base { namespace in namespace:android
41 } // namespace base
H A Dquick_exit.cpp17 #include "android-base/quick_exit.h"
25 namespace base { namespace in namespace:android
44 } // namespace base
/system/core/base/include/android-base/
H A Dparsedouble.h26 namespace base { namespace in namespace:android
47 } // namespace base
/system/core/fastboot/
H A Dbootimg_utils.h40 size_t page_size, size_t base, off_t tags_offset,
H A Dtcp.h35 #include <android-base/macros.h>
/system/core/libappfuse/include/libappfuse/
H A DFuseAppLoop.h23 #include <android-base/unique_fd.h>
47 FuseAppLoop(base::unique_fd&& fd);
60 base::unique_fd fd_;
61 base::unique_fd break_fd_;
/system/core/liblog/tests/
H A Dlog_radio_test.cpp23 #include <android-base/file.h>
24 #include <android-base/stringprintf.h>
90 std::string buf = android::base::StringPrintf(
98 if (!android::base::ReadFdToString(fileno(fp), &buf)) buf = "";
H A Dlog_system_test.cpp23 #include <android-base/file.h>
24 #include <android-base/stringprintf.h>
90 std::string buf = android::base::StringPrintf(
98 if (!android::base::ReadFdToString(fileno(fp), &buf)) buf = "";
/system/extras/tests/binder/benchmarks/
H A DAndroid.mk34 frameworks/base/include
/system/netd/server/
H A DIdletimerController.cpp113 #include <android-base/strings.h>
114 #include <android-base/stringprintf.h>
123 using android::base::Join;
124 using android::base::StringPrintf;
/system/tools/aidl/
H A Dcode_writer.h25 #include <android-base/macros.h>
H A Dimport_resolver.h23 #include <android-base/macros.h>
H A Dline_reader.h23 #include <android-base/macros.h>
/system/tools/hidl/test/java_test/
H A DAndroid.mk9 android.hidl.base-V1.0-java \
29 android.hidl.base-V1.0-java \
/system/tpm/tpm_manager/server/
H A Dtpm_connection.h22 #include <base/macros.h>
/system/update_engine/common/
H A Dsubprocess.h27 #include <base/callback.h>
28 #include <base/logging.h>
29 #include <base/macros.h>
56 using ExecCallback = base::Callback<void(int, const std::string&)>;
/system/update_engine/
H A Dconnection_manager_interface.h22 #include <base/macros.h>
H A Ddbus_connection.h20 #include <base/memory/ref_counted.h>
H A Dproxy_resolver_unittest.cc24 #include <base/bind.h>
48 auto callback = base::Bind(
69 auto callback = base::Bind(
82 auto callback = base::Bind(
H A Dtest_http_server.cc43 #include <base/logging.h>
44 #include <base/posix/eintr_wrapper.h>
45 #include <base/strings/string_split.h>
46 #include <base/strings/string_util.h>
47 #include <base/strings/stringprintf.h>
93 } while (!base::EndsWith(headers, EOL EOL, base::CompareCase::SENSITIVE));
102 base::SplitStringUsingSubstr(
106 vector<string> terms = base::SplitString(lines[0], base
[all...]
/system/update_engine/update_manager/
H A Dprng.h22 #include <base/logging.h>
/system/bt/hci/include/
H A Dhci_layer.h21 #include <base/bind.h>
22 #include <base/tracked_objects.h>
73 base::Callback<void(const tracked_objects::Location&, BT_HDR*)>

Completed in 379 milliseconds

<<11121314151617181920>>