Searched refs:android (Results 251 - 275 of 1374) sorted by relevance

<<11121314151617181920>>

/system/media/radio/include/system/
H A DRadioMetadataWrapper.h6 namespace android { namespace
19 } // namespace android
/system/sepolicy/vendor/
H A Dfile_contexts4 /(vendor|system/vendor)/bin/hw/android\.hardware\.audio@2\.0-service u:object_r:hal_audio_default_exec:s0
5 /(vendor|system/vendor)/bin/hw/android\.hardware\.bluetooth@1\.0-service u:object_r:hal_bluetooth_default_exec:s0
6 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service u:object_r:hal_fingerprint_default_exec:s0
7 /(vendor|system/vendor)/bin/hw/android\.hardware\.boot@1\.0-service u:object_r:hal_bootctl_default_exec:s0
8 /(vendor|system/vendor)/bin/hw/android\.hardware\.camera\.provider@2\.4-service u:object_r:hal_camera_default_exec:s0
9 /(vendor|system/vendor)/bin/hw/android\.hardware\.configstore@1\.0-service u:object_r:hal_configstore_default_exec:s0
10 /(vendor|system/vendor)/bin/hw/android\.hardware\.contexthub@1\.0-service u:object_r:hal_contexthub_default_exec:s0
11 /(vendor|system/vendor)/bin/hw/android\.hardware\.drm@1\.0-service u:object_r:hal_drm_default_exec:s0
12 /(vendor|system/vendor)/bin/hw/android\.hardware\.dumpstate@1\.0-service u:object_r:hal_dumpstate_default_exec:s0
13 /(vendor|system/vendor)/bin/hw/android\
[all...]
/system/tools/aidl/
H A Dgenerate_java.h26 namespace android { namespace
37 android::aidl::java::Class* generate_binder_interface_class(
44 using Variable = ::android::aidl::java::Variable;
45 using Type = ::android::aidl::java::Type;
59 } // namespace android
H A Dcode_writer.h25 #include <android-base/macros.h>
27 namespace android { namespace
50 } // namespace android
H A Dimport_resolver.h23 #include <android-base/macros.h>
27 namespace android { namespace
47 } // namespace android
H A Dline_reader.h23 #include <android-base/macros.h>
25 namespace android { namespace
43 } // namespace android
/system/tools/aidl/tests/
H A Daidl_test_client_nullables.h22 #include "android/aidl/tests/ITestService.h"
25 namespace android { namespace
35 } // namespace android
H A Daidl_test_client_service_exceptions.h22 #include "android/aidl/tests/ITestService.h"
24 namespace android { namespace
35 } // namespace android
H A Daidl_test_client_service_exceptions.cpp23 using android::binder::Status;
27 namespace android { namespace
49 } // namespace android
/system/tools/hidl/c2hal/
H A DCompositeDeclaration.h23 namespace android { namespace
29 std::vector<android::Declaration *> *fieldDeclarations);
35 const std::vector<android::Declaration *>* getFieldDeclarations() const;
51 std::vector<android::Declaration *> *mFieldDeclarations;
60 } // namespace android
/system/tpm/tpm_manager/client/
H A Dtpm_nvram_binder_proxy.h22 #include "android/tpm_manager/ITpmNvram.h"
33 explicit TpmNvramBinderProxy(android::tpm_manager::ITpmNvram* binder);
57 android::sp<android::tpm_manager::ITpmNvram> default_binder_;
58 android::tpm_manager::ITpmNvram* binder_ = nullptr;
H A Dbinder_proxy_helper.h28 using BinderMethodType = base::Callback<android::binder::Status(
30 const android::sp<android::tpm_manager::ITpmManagerClient>& client)>;
47 android::sp<ResponseObserver> observer(
56 android::binder::Status status = method_.Run(request_bytes, observer);
65 class ResponseObserver : public android::tpm_manager::BnTpmManagerClient {
72 android::binder::Status OnCommandResponse(
82 return android::binder::Status::ok();
/system/vold/
H A DBenchmark.h25 namespace android { namespace
32 } // namespace android
/system/core/adb/
H A Dadb_trace.cpp24 #include <android-base/logging.h>
25 #include <android-base/strings.h>
30 #include <android-base/properties.h>
35 static android::base::LogdLogger gLogdLogger;
40 void AdbLogger(android::base::LogId id, android::base::LogSeverity severity,
43 android::base::StderrLogger(id, severity, tag, file, line, message);
61 return android::base::StringPrintf("/data/adb/adb-%s-%d", timestamp,
95 return android::base::GetProperty("persist.adb.trace_mask", "");
128 std::vector<std::string> elements = android
[all...]
/system/bt/service/ipc/binder/
H A Dbluetooth_low_energy_binder_server.h23 #include <android/bluetooth/IBluetoothLowEnergyCallback.h>
24 #include "android/bluetooth/BnBluetoothLowEnergy.h"
30 using android::binder::Status;
31 using android::String16;
33 using android::bluetooth::BnBluetoothLowEnergy;
34 using android::bluetooth::IBluetoothLowEnergyCallback;
54 const android::sp<IBluetoothLowEnergyCallback>& callback,
74 android::sp<IBluetoothLowEnergyCallback> GetLECallback(int client_id);
82 android::sp<IInterface> callback,
H A Dbluetooth_gatt_client_binder_server.cc23 using android::bluetooth::IBluetoothGattClientCallback;
39 const android::sp<IBluetoothGattClientCallback>& callback,
62 android::sp<IBluetoothGattClientCallback>
65 return android::sp<IBluetoothGattClientCallback>(
76 bluetooth::BLEStatus status, android::sp<IInterface> callback,
81 android::sp<IBluetoothGattClientCallback> cb(
H A Dinterface_with_instances_base.h39 : public RemoteCallbackMap<int, android::IInterface>::Delegate,
40 virtual public android::RefBase {
51 bool RegisterInstanceBase(const android::sp<IInterface>& callback,
67 android::sp<IInterface> GetCallback(int instance_id);
84 bluetooth::BLEStatus status, android::sp<IInterface> callback,
92 RemoteCallbackMap<bluetooth::UUID, android::IInterface> pending_callbacks_;
/system/connectivity/wificond/
H A Dlogging_utils.cpp22 #include <android-base/macros.h>
28 namespace android { namespace
43 } // namespace android
/system/core/debuggerd/include/debuggerd/
H A Dclient.h23 #include <android-base/unique_fd.h>
32 bool debuggerd_trigger_dump(pid_t pid, android::base::unique_fd output_fd,
/system/core/include/utils/
H A DLog.h37 namespace android { namespace
66 android::LogIfSlow _logIfSlow(LOG_TAG, ANDROID_LOG_DEBUG, timeoutMillis, message);
68 } // namespace android
/system/core/libutils/include/utils/
H A DLog.h37 namespace android { namespace
66 android::LogIfSlow _logIfSlow(LOG_TAG, ANDROID_LOG_DEBUG, timeoutMillis, message);
68 } // namespace android
/system/media/brillo/audio/audioservice/aidl/android/brillo/brilloaudioservice/
H A DIAudioServiceCallback.aidl18 package android.brillo.brilloaudioservice;
/system/update_engine/binder_bindings/android/brillo/
H A DIUpdateEngineStatusCallback.aidl17 package android.brillo;
/system/core/libcutils/tests/
H A Dtrace-dev_test.cpp23 #include <android-base/file.h>
24 #include <android-base/stringprintf.h>
25 #include <android-base/test_utils.h>
58 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual));
59 std::string expected = android::base::StringPrintf("B|%d|fake_name", getpid());
64 std::string expected = android::base::StringPrintf("B|%d|", getpid());
72 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual));
82 ASSERT_TRUE(android::base::ReadFdToString(atrace_marker_fd, &actual));
87 std::string expected = android::base::StringPrintf("B|%d|", getpid());
95 ASSERT_TRUE(android
[all...]
/system/connectivity/wificond/scanning/
H A Dscan_result.h26 namespace android { namespace in namespace:com
32 class NativeScanResult : public ::android::Parcelable {
43 ::android::status_t writeToParcel(::android::Parcel* parcel) const override;
44 ::android::status_t readFromParcel(const ::android::Parcel* parcel) override;
86 } // namespace android

Completed in 431 milliseconds

<<11121314151617181920>>