Searched refs:android (Results 26 - 50 of 1593) sorted by relevance

1234567891011>>

/system/bt/test/rootcanal/
H A Dservice.cc17 #define LOG_TAG "android.hardware.bluetooth@1.0-service.sim"
19 #include <android/hardware/bluetooth/1.0/IBluetoothHci.h>
26 using ::android::hardware::configureRpcThreadpool;
27 using ::android::hardware::bluetooth::V1_0::IBluetoothHci;
28 using ::android::hardware::bluetooth::V1_0::sim::BluetoothHci;
29 using ::android::hardware::joinRpcThreadpool;
30 using ::android::sp;
35 android::status_t status = bluetooth->registerAsService();
36 if (status == android::OK)
/system/bt/vendor_libs/linux/interface/
H A Dservice.cc17 #define LOG_TAG "android.hardware.bluetooth@1.0-service.btlinux"
19 #include <android/hardware/bluetooth/1.0/IBluetoothHci.h>
26 using ::android::hardware::configureRpcThreadpool;
27 using ::android::hardware::bluetooth::V1_0::IBluetoothHci;
28 using ::android::hardware::bluetooth::V1_0::btlinux::BluetoothHci;
29 using ::android::hardware::joinRpcThreadpool;
30 using ::android::sp;
35 android::status_t status = bluetooth->registerAsService();
36 if (status == android::OK)
/system/core/adb/
H A Dadb_unique_fd.h19 #include <android-base/unique_fd.h>
26 using unique_fd = android::base::unique_fd_impl<AdbCloser>;
/system/core/healthd/include/healthd/
H A Dhealthd.h58 android::String8 batteryStatusPath;
59 android::String8 batteryHealthPath;
60 android::String8 batteryPresentPath;
61 android::String8 batteryCapacityPath;
62 android::String8 batteryVoltagePath;
63 android::String8 batteryTemperaturePath;
64 android::String8 batteryTechnologyPath;
65 android::String8 batteryCurrentNowPath;
66 android::String8 batteryCurrentAvgPath;
67 android
[all...]
/system/libvintf/
H A DRuntimeInfo-host.cpp19 #include <android-base/logging.h>
23 namespace android { namespace
32 } // namespace android
/system/tools/aidl/tests/android/aidl/tests/
H A DINamedCallback.aidl17 package android.aidl.tests;
H A DSimpleParcelable.aidl17 package android.aidl.tests;
/system/tpm/tpm_manager/aidl/android/tpm_manager/
H A DITpmManagerClient.aidl17 package android.tpm_manager;
/system/tpm/trunks/aidl/android/trunks/
H A DITrunksClient.aidl17 package android.trunks;
/system/libhidl/transport/memory/1.0/default/
H A DAshmemMapper.h20 #include <android/hidl/memory/1.0/IMapper.h>
24 namespace android { namespace
30 using ::android::hidl::memory::V1_0::IMapper;
31 using ::android::hidl::memory::V1_0::IMemory;
32 using ::android::hardware::hidl_array;
33 using ::android::hardware::hidl_memory;
34 using ::android::hardware::hidl_string;
35 using ::android::hardware::hidl_vec;
36 using ::android::hardware::Return;
37 using ::android
[all...]
/system/core/base/
H A Dstrings_test.cpp17 #include "android-base/strings.h"
27 std::vector<std::string> parts = android::base::Split("", ",");
33 std::vector<std::string> parts = android::base::Split("foo", ",");
39 std::vector<std::string> parts = android::base::Split("foo,bar,baz", ",");
47 std::vector<std::string> parts = android::base::Split("foo,,bar", ",");
56 android::base::Split(std::string("foo\0bar", 7), std::string("\0", 1));
63 std::vector<std::string> parts = android::base::Split("foo:bar,baz", ",:");
71 std::vector<std::string> parts = android::base::Split("foo:,bar", ",:");
79 ASSERT_EQ("", android::base::Trim(""));
83 ASSERT_EQ("foo", android
[all...]
/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl17 package android.bluetooth;
19 import android.bluetooth.IBluetoothCallback;
20 import android.bluetooth.IBluetoothLowEnergy;
21 import android.bluetooth.IBluetoothLeAdvertiser;
22 import android.bluetooth.IBluetoothLeScanner;
23 import android.bluetooth.IBluetoothGattClient;
24 import android.bluetooth.IBluetoothGattServer;
26 import android.bluetooth.UUID;
H A DIBluetoothGattClient.aidl17 package android.bluetooth;
19 import android.bluetooth.IBluetoothGattClientCallback;
H A DIBluetoothLeAdvertiserCallback.aidl17 package android.bluetooth;
19 import android.bluetooth.AdvertiseSettings;
H A DIBluetoothLeScannerCallback.aidl17 package android.bluetooth;
19 import android.bluetooth.ScanResult;
/system/connectivity/wificond/tests/
H A Dmock_netlink_manager.cpp19 namespace android { namespace
27 } // namespace android
H A Dmock_netlink_utils.cpp19 namespace android { namespace
27 } // namespace android
H A Dmock_offload_scan_callback_interface_impl.cpp20 namespace android { namespace
28 } // namespace android
H A Dmock_scan_utils.cpp19 namespace android { namespace
27 } // namespace android
/system/connectivity/wifilogd/tests/
H A Dmock_os.cpp19 namespace android { namespace
26 } // namespace android
H A Dmock_raw_os.cpp19 namespace android { namespace
26 } // namespace android
/system/core/init/
H A Dinit_first_stage.h20 namespace android { namespace
27 } // namespace android
H A Dsignal_handler.h20 namespace android { namespace
26 } // namespace android
/system/core/libutils/
H A DStrongPointer.cpp21 namespace android { namespace
/system/libhidl/transport/include/hidl/
H A DHidlTransportUtils.h20 #include <android/hidl/base/1.0/IBase.h>
22 namespace android { namespace
31 Return<bool> canCastInterface(::android::hidl::base::V1_0::IBase* interface,
34 std::string getDescriptor(::android::hidl::base::V1_0::IBase* interface);
38 } // namespace android

Completed in 2449 milliseconds

1234567891011>>