Searched refs:android (Results 151 - 175 of 1374) sorted by relevance

1234567891011>>

/system/core/libnativebridge/tests/
H A DReSetupNativeBridge_test.cpp19 namespace android { namespace
30 } // namespace android
H A DUnavailableNativeBridge_test.cpp19 namespace android { namespace
29 } // namespace android
H A DPreInitializeNativeBridgeFail1_test.cpp29 #include <android/log.h>
31 namespace android { namespace
40 } // namespace android
H A DPreInitializeNativeBridgeFail2_test.cpp27 #include <android/log.h>
31 namespace android { namespace
39 } // namespace android
/system/core/libpixelflinger/
H A Dclear.h24 namespace android { namespace
28 }; // namespace android
H A Dpicker.h24 namespace android { namespace
29 }; // namespace android
/system/core/libutils/
H A DTrace.cpp23 ::android::add_sysprop_change_callback(atrace_update_tags, 0);
/system/libhidl/transport/include/hidl/
H A DStatic.h22 #include <android/hidl/base/1.0/IBase.h>
27 namespace android { namespace
42 extern ConcurrentMap<wp<::android::hidl::base::V1_0::IBase>, SchedPrio> gServicePrioMap;
48 std::function<sp<::android::hidl::base::V1_0::IBase>(void *)>> gBsConstructorMap;
52 } // namespace android
/system/libvintf/
H A DMatrixKernel.cpp19 namespace android { namespace
31 } // namespace android
H A Dutils.cpp19 namespace android { namespace
30 } // namespace android
/system/libvintf/test/
H A DRuntimeInfo-fake.cpp19 namespace android { namespace
41 } // namespace android
/system/netd/server/
H A DUidRanges.h20 #include "android/net/UidRange.h"
26 namespace android { namespace
32 UidRanges(const std::vector<android::net::UidRange>& ranges);
35 const std::vector<android::net::UidRange>& getRanges() const;
44 std::vector<android::net::UidRange> mRanges;
48 } // namespace android
H A Dmain.cpp48 using android::status_t;
49 using android::sp;
50 using android::IPCThreadState;
51 using android::ProcessState;
52 using android::defaultServiceManager;
53 using android::net::CommandListener;
54 using android::net::DnsProxyListener;
55 using android::net::FwmarkServer;
56 using android::net::NetdNativeService;
57 using android
[all...]
/system/tpm/tpm_manager/aidl/android/tpm_manager/
H A DITpmOwnership.aidl17 package android.tpm_manager;
19 import android.tpm_manager.ITpmManagerClient;
/system/tpm/tpm_manager/client/
H A Dtpm_ownership_binder_proxy.h22 #include "android/tpm_manager/ITpmOwnership.h"
34 explicit TpmOwnershipBinderProxy(android::tpm_manager::ITpmOwnership* binder);
51 android::sp<android::tpm_manager::ITpmOwnership> default_binder_;
52 android::tpm_manager::ITpmOwnership* binder_ = nullptr;
/system/update_engine/binder_bindings/android/os/
H A DIUpdateEngine.aidl17 package android.os;
19 import android.os.IUpdateEngineCallback;
/system/vold/
H A DCheckBattery.cpp23 using namespace android;
/system/core/base/
H A Dfile_test.cpp17 #include "android-base/file.h"
27 #include "android-base/test_utils.h"
32 ASSERT_FALSE(android::base::ReadFileToString("/proc/does-not-exist", &s));
40 ASSERT_TRUE(android::base::WriteStringToFile("abc", tf.path))
43 ASSERT_TRUE(android::base::ReadFileToString(tf.path, &s))
54 ASSERT_FALSE(android::base::WriteStringToFile("foo", link.path, false));
56 ASSERT_TRUE(android::base::WriteStringToFile("foo", link.path, true));
59 ASSERT_FALSE(android::base::ReadFileToString(link.path, &s));
61 ASSERT_TRUE(android::base::ReadFileToString(link.path, &s, true));
72 ASSERT_TRUE(android
[all...]
/system/bt/service/common/android/bluetooth/
H A DIBluetoothGattServer.aidl17 package android.bluetooth;
19 import android.bluetooth.BluetoothGattService;
20 import android.bluetooth.IBluetoothGattServerCallback;
21 import android.bluetooth.UUID;
H A Dadvertise_data.cc17 #include "service/common/android/bluetooth/advertise_data.h"
19 using android::OK;
21 namespace android { namespace
35 } // namespace android
/system/bt/service/ipc/binder/
H A Dbluetooth_gatt_client_binder_server.h21 #include <android/bluetooth/BnBluetoothGattClient.h>
22 #include <android/bluetooth/IBluetoothGattClientCallback.h>
27 using android::bluetooth::BnBluetoothGattClient;
28 using android::bluetooth::IBluetoothGattClientCallback;
30 using ::android::binder::Status;
48 const android::sp<IBluetoothGattClientCallback>& callback,
57 android::sp<IBluetoothGattClientCallback> GetGattClientCallback(
66 android::sp<IInterface> callback,
H A Dipc_handler_binder.cc28 using android::defaultServiceManager;
29 using android::sp;
30 using android::status_t;
31 using android::String8;
32 using android::String16;
48 android::sp<binder::BluetoothBinderServer> bt_server =
52 if (status != android::NO_ERROR) {
63 android::ProcessState::self()->startThreadPool();
69 // TODO(armansito): There are several methods in android::IPCThreadState that
/system/connectivity/wificond/
H A Dlogging_utils.h23 #include <android-base/macros.h>
25 namespace android { namespace
39 } // namespace android
/system/connectivity/wificond/scanning/
H A Dpno_settings.cpp19 #include <android-base/logging.h>
23 using android::status_t;
26 namespace android { namespace in namespace:com
31 status_t PnoSettings::writeToParcel(::android::Parcel* parcel) const {
42 return ::android::OK;
45 status_t PnoSettings::readFromParcel(const ::android::Parcel* parcel) {
61 return ::android::BAD_VALUE;
66 return ::android::OK;
72 } // namespace android
/system/connectivity/wificond/tests/
H A Dshell_unittest.cpp21 using android::wificond::tests::integration::RunShellCommand;
24 namespace android { namespace
35 } // namespace android

Completed in 972 milliseconds

1234567891011>>