Searched refs:android (Results 176 - 200 of 1374) sorted by relevance

1234567891011>>

/system/extras/perfprofd/
H A Dperfprofd.conf12 config_directory=/data/data/com.google.android.gms/files
/system/libhidl/transport/base/1.0/
H A Dtypes.hal17 package android.hidl.base@1.0;
/system/libhidl/transport/manager/1.0/
H A DIServiceNotification.hal17 package android.hidl.manager@1.0;
/system/libhidl/transport/memory/1.0/
H A DIMapper.hal17 package android.hidl.memory@1.0;
/system/tools/aidl/tests/
H A Dtest_data_ping_responder.cpp19 namespace android { namespace
24 const char kCanonicalName[] = "android.os.IPingResponder";
26 package android.os;
58 const char kGenInterfaceHeaderPath[] = "some/path/android/os/IPingResponder.h";
59 const char kGenClientHeaderPath[] = "some/path/android/os/BpPingResponder.h";
60 const char kGenServerHeaderPath[] = "some/path/android/os/BnPingResponder.h";
64 android/os/IPingResponder.aidl \
67 android/os/IPingResponder.aidl :
70 some/path/android/os/BpPingResponder.h \
71 some/path/android/o
[all...]
/system/tools/hidl/
H A DHidlTypeAssertion.h21 #include <android-base/macros.h>
23 namespace android { namespace
28 // on a type (assumed to be declared in namespace ::android::hardware).
44 } // namespace android
/system/tools/hidl/test/
H A DFooCallback.h4 #include <android/hardware/tests/foo/1.0/IFooCallback.h>
9 namespace android { namespace
16 using ::android::hardware::tests::foo::V1_0::IFooCallback;
17 using ::android::hardware::Return;
18 using ::android::hardware::Void;
19 using ::android::hardware::hidl_vec;
20 using ::android::hardware::hidl_string;
21 using ::android::sp;
25 // Methods from ::android::hardware::tests::foo::V1_0::IFooCallback follow.
44 } // namespace android
[all...]
/system/tpm/trunks/
H A Dtrunks_binder_service.h24 #include "android/trunks/BnTrunks.h"
53 class BinderServiceInternal : public android::trunks::BnTrunks {
59 android::binder::Status SendCommand(
61 const android::sp<android::trunks::ITrunksClient>& client) override;
62 android::binder::Status SendCommandAndWait(
67 void OnResponse(const android::sp<android::trunks::ITrunksClient>& client,
82 android::sp<BinderServiceInternal> binder_;
H A Dtrunks_binder_service.cc58 android::BinderWrapper::Create();
64 if (!android::BinderWrapper::Get()->RegisterService(
65 kTrunksServiceName, android::IInterface::asBinder(binder_))) {
77 android::binder::Status TrunksBinderService::BinderServiceInternal::SendCommand(
79 const android::sp<android::trunks::ITrunksClient>& client) {
87 return android::binder::Status::ok();
90 return android::binder::Status::ok();
94 const android::sp<android
[all...]
/system/core/base/
H A Dlogging_test.cpp17 #include "android-base/logging.h"
28 #include "android-base/file.h"
29 #include "android-base/stringprintf.h"
30 #include "android-base/test_utils.h"
88 if (android::base::kEnableDChecks) {
93 if (android::base::kEnableDChecks) {
98 if (android::base::kEnableDChecks) {
111 static_assert(android::base::severity < android::base::FATAL, "Bad input"); \
112 for (size_t i = static_cast<size_t>(android
[all...]
H A Dstringprintf_test.cpp17 #include "android-base/stringprintf.h"
25 EXPECT_EQ("00107e59", android::base::StringPrintf("%08zx", size));
26 EXPECT_EQ("0x00107e59", android::base::StringPrintf("0x%08zx", size));
31 android::base::StringAppendF(&s, "b");
37 android::base::StringPrintf("hello %s", "world");
45 std::string s(android::base::StringPrintf("%s", buf));
/system/core/adb/
H A Ddiagnose_usb.cpp24 #include <android-base/stringprintf.h>
30 static const char kPermissionsHelpUrl[] = "http://developer.android.com/tools/device.html";
66 help_text += android::base::StringPrintf(" (%s)", problem);
69 return android::base::StringPrintf("%s; see [%s]", help_text.c_str(), kPermissionsHelpUrl);
78 header += android::base::StringPrintf(": %s", problem);
81 return android::base::StringPrintf("%s.\nSee [%s] for more information.",
/system/netd/server/
H A DDumpWriter.cpp19 #include <android-base/stringprintf.h>
22 using android::base::StringAppendV;
23 using android::String16;
24 using android::Vector;
26 namespace android { namespace
71 } // namespace android
/system/security/keystore/
H A Dkeystore.h22 #include <android/hardware/keymaster/3.0/IKeymasterDevice.h>
37 typedef ::android::sp<::android::hardware::keymaster::V3_0::IKeymasterDevice> km_device_t;
66 ResponseCode initializeUser(const android::String8& pw, uid_t userId);
69 ResponseCode writeMasterKey(const android::String8& pw, uid_t userId);
70 ResponseCode readMasterKey(const android::String8& pw, uid_t userId);
72 android::String8 getKeyName(const android::String8& keyName, const BlobType type);
73 android::String8 getKeyNameForUid(const android
[all...]
H A Dkeystore_aidl_hidl_marshalling_utils.cpp26 hidl_vec<uint8_t> readKeymasterBlob(const android::Parcel& in, bool inPlace) {
38 android::status_t writeKeymasterBlob(const hidl_vec<uint8_t>& blob, android::Parcel* out) {
42 if (rc != ::android::OK) return rc;
44 if (!size) return ::android::OK;
49 NullOr<hidl_vec<uint8_t>> readBlobAsByteArray(const android::Parcel& in, bool inPlace) {
67 android::status_t writeBlobAsByteArray(const NullOr<const hidl_vec<uint8_t>&>& blob,
68 android::Parcel* out) {
76 if (rc != ::android::OK) return rc;
78 if (!size) return ::android
[all...]
H A Dkeystore_get_wifi_hidl.cpp23 #include <android/system/wifi/keystore/1.0/IKeystore.h>
28 using namespace android;
30 using android::hardware::hidl_string;
31 using android::hardware::hidl_vec;
32 using android::hardware::Return;
33 using android::sp;
34 using android::system::wifi::keystore::V1_0::IKeystore;
/system/hwservicemanager/
H A DTokenManager.h4 #include <android/hidl/token/1.0/ITokenManager.h>
11 namespace android { namespace
17 using ::android::hidl::base::V1_0::IBase;
18 using ::android::hidl::token::V1_0::ITokenManager;
19 using ::android::hardware::hidl_array;
20 using ::android::hardware::hidl_string;
21 using ::android::hardware::hidl_vec;
22 using ::android::hardware::Return;
23 using ::android::hardware::Void;
24 using ::android
[all...]
H A DHidlService.h6 #include <android/hidl/manager/1.0/IServiceManager.h>
10 namespace android { namespace
16 using ::android::hardware::hidl_vec;
17 using ::android::hardware::hidl_string;
18 using ::android::hardware::Return;
19 using ::android::hardware::Void;
20 using ::android::hidl::base::V1_0::IBase;
21 using ::android::hidl::manager::V1_0::IServiceManager;
22 using ::android::sp;
52 std::string string() const; // e.x. "android
[all...]
/system/connectivity/wificond/
H A Dclient_interface_impl.h22 #include <android-base/macros.h>
27 #include "android/net/wifi/IClientInterface.h"
32 namespace android { namespace
66 android::wifi_system::InterfaceTool* if_tool,
67 android::wifi_system::SupplicantManager* supplicant_manager,
73 android::sp<android::net::wifi::IClientInterface> GetBinder() const;
81 const android::sp<ScannerImpl> GetScanner() { return scanner_; };
84 const ::android::sp<::android
[all...]
H A Dlooper_backed_event_loop.cpp19 #include <android-base/logging.h>
25 class EventLoopCallback : public android::MessageHandler {
33 virtual void handleMessage(const android::Message& message) {
43 class WatchFdCallback : public android::LooperCallback {
67 namespace android { namespace
73 looper_ = android::Looper::prepare(Looper::PREPARE_ALLOW_NON_CALLBACKS);
80 sp<android::MessageHandler> event_loop_callback =
88 sp<android::MessageHandler> looper_callback = new EventLoopCallback(callback);
96 sp<android::LooperCallback> watch_fd_callback = new WatchFdCallback(callback);
139 } // namespace android
[all...]
/system/core/healthd/
H A Dhealthd.cpp27 #include <android/hardware/health/1.0/IHealth.h>
28 #include <android/hardware/health/1.0/types.h>
31 using namespace android;
33 using IHealth = ::android::hardware::health::V1_0::IHealth;
34 using Result = ::android::hardware::health::V1_0::Result;
35 using HealthConfig = ::android::hardware::health::V1_0::HealthConfig;
36 using HealthInfo = ::android::hardware::health::V1_0::HealthInfo;
38 using ::android::hardware::health::V1_0::hal_conversion::convertToHealthConfig;
39 using ::android::hardware::health::V1_0::hal_conversion::convertFromHealthConfig;
40 using ::android
[all...]
/system/bt/service/common/android/bluetooth/
H A Dscan_result.cc17 #include "service/common/android/bluetooth/scan_result.h"
24 using android::Parcelable;
25 using android::Parcel;
26 using android::String8;
27 using android::String16;
28 using android::status_t;
29 using android::OK;
31 namespace android { namespace
60 } // namespace android
/system/tools/aidl/
H A DAndroid.mk36 tests/android/aidl/tests/INamedCallback.aidl \
37 tests/android/aidl/tests/ITestService.aidl \
38 tests/java_app/src/android/aidl/tests/NullableTests.java \
39 tests/java_app/src/android/aidl/tests/SimpleParcelable.java \
40 tests/java_app/src/android/aidl/tests/TestFailException.java \
41 tests/java_app/src/android/aidl/tests/TestLogger.java \
42 tests/java_app/src/android/aidl/tests/TestServiceClient.java
/system/bt/service/example/heart_rate/
H A Dheart_rate_server.h27 #include <android/bluetooth/BnBluetoothGattServerCallback.h>
28 #include <android/bluetooth/IBluetooth.h>
30 using android::binder::Status;
31 using android::String16;
38 : public android::bluetooth::BnBluetoothGattServerCallback {
40 HeartRateServer(android::sp<android::bluetooth::IBluetooth> bluetooth,
61 const android::bluetooth::BluetoothGattService& service) override;
93 android::sp<android
[all...]
H A Dserver_main.cc29 #include <android/bluetooth/IBluetooth.h>
33 using android::sp;
34 using android::OK;
35 using android::bluetooth::IBluetooth;
37 using android::getService;
51 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient {
59 // android::IBinder::DeathRecipient override:
60 void binderDied(const android::wp<android::IBinder>& /* who */) override {
68 android
[all...]

Completed in 788 milliseconds

1234567891011>>