Searched refs:android (Results 1 - 25 of 739) sorted by relevance

1234567891011>>

/system/netd/server/binder/android/net/
H A DUidRange.aidl17 package android.net;
24 parcelable UidRange cpp_header "binder/android/net/UidRange.h";
/system/update_engine/binder_bindings/android/brillo/
H A DParcelableUpdateEngineStatus.aidl17 package android.brillo;
/system/weaved/buffet/
H A Dbinder_command_proxy.h23 #include "android/weave/BnWeaveCommand.h"
27 // Implementation of android::weave::IWeaveCommand binder object.
30 class BinderCommandProxy : public android::weave::BnWeaveCommand {
35 android::binder::Status getId(android::String16* id) override;
36 android::binder::Status getName(android::String16* name) override;
37 android::binder::Status getComponent(android::String16* component) override;
38 android
[all...]
H A Dbinder_weave_service.h25 #include "android/weave/IWeaveClient.h"
26 #include "android/weave/BnWeaveService.h"
35 // An implementation of android::weave::IWeaveService binder.
40 class BinderWeaveService final : public android::weave::BnWeaveService {
43 android::sp<android::weave::IWeaveClient> client);
47 // Binder methods for android::weave::IWeaveService:
48 android::binder::Status addComponent(
49 const android::String16& name,
50 const std::vector<android
[all...]
/system/tools/aidl/tests/
H A Daidl_test_client_utf8_strings.h22 #include "android/aidl/tests/ITestService.h"
25 namespace android { namespace
31 const android::sp<android::aidl::tests::ITestService>& s);
33 const android::sp<android::aidl::tests::ITestService>& s);
35 const android::sp<android::aidl::tests::ITestService>& s);
40 } // namespace android
H A Daidl_test_client_primitives.h22 #include "android/aidl/tests/ITestService.h"
25 namespace android { namespace
31 bool ConfirmReverseArrays(const android::sp<ITestService>& s);
32 bool ConfirmReverseLists(const android::sp<ITestService>& s);
33 bool ConfirmReverseBinderLists(const android::sp<ITestService>& s);
38 } // namespace android
/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/core/metricsd/aidl/android/brillo/metrics/
H A DIMetricsCollectorService.aidl17 package android.brillo.metrics;
/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/trunks/aidl/android/trunks/
H A DITrunksClient.aidl17 package android.trunks;
H A DITrunks.aidl17 package android.trunks;
19 import android.trunks.ITrunksClient;
/system/update_engine/
H A Dbinder_service_brillo.h31 #include "android/brillo/BnUpdateEngine.h"
32 #include "android/brillo/IUpdateEngineStatusCallback.h"
36 class BinderUpdateEngineBrilloService : public android::brillo::BnUpdateEngine,
44 return "android.brillo.UpdateEngineService";
57 // android::brillo::BnUpdateEngine overrides.
58 android::binder::Status AttemptUpdate(const android::String16& app_version,
59 const android::String16& omaha_url,
61 android::binder::Status AttemptRollback(bool powerwash) override;
62 android
[all...]
H A Dbinder_service_android.h29 #include "android/os/BnUpdateEngine.h"
30 #include "android/os/IUpdateEngineCallback.h"
36 class BinderUpdateEngineAndroidService : public android::os::BnUpdateEngine,
44 return "android.os.UpdateEngineService";
58 // android::os::BnUpdateEngine overrides.
59 android::binder::Status applyPayload(
60 const android::String16& url,
63 const std::vector<android::String16>& header_kv_pairs) override;
64 android::binder::Status bind(
65 const android
[all...]
/system/core/metricsd/uploader/
H A Dbn_metricsd_impl.h20 #include "android/brillo/metrics/BnMetricsd.h"
23 class BnMetricsdImpl : public android::brillo::metrics::BnMetricsd {
29 android::binder::Status recordHistogram(const android::String16& name,
36 android::binder::Status recordLinearHistogram(const android::String16& name,
41 android::binder::Status recordSparseHistogram(const android::String16& name,
45 android::binder::Status recordCrash(const android
[all...]
/system/core/healthd/
H A Dhealthd_board_default.cpp25 int healthd_board_battery_update(struct android::BatteryProperties*) argument
/system/nativepower/include/nativepower/
H A Dconstants.h20 namespace android { namespace
30 } // namespace android
/system/tools/aidl/
H A Dmain_cpp.cpp24 using android::aidl::CppOptions;
27 android::base::InitLogging(argv);
35 android::aidl::IoDelegate io_delegate;
36 return android::aidl::compile_aidl_to_cpp(*options, io_delegate);
/system/vold/
H A Dsecontext.cpp21 return android::vold::sFsckContext;
H A Dsehandle.h20 #include <selinux/android.h>
/system/netd/server/
H A DEventReporter.cpp22 using android::interface_cast;
23 using android::net::metrics::INetdEventListener;
39 android::sp<INetdEventListener> EventReporter::getNetdEventListener() {
46 android::sp<android::IBinder> b = android::defaultServiceManager()->checkService(
47 android::String16("netd_listener"));
H A DEventReporter.h24 #include "android/net/metrics/INetdEventListener.h"
36 android::sp<android::net::metrics::INetdEventListener> getNetdEventListener();
40 android::net::metrics::INetdEventListener::REPORTING_LEVEL_FULL};
42 // std::atomic<android::net::metrics::INetdEventListener> and deleting the mutex.
47 android::sp<android::net::metrics::INetdEventListener> mNetdEventListener;
/system/core/fingerprintd/
H A Dfingerprintd.cpp38 android::sp<android::IServiceManager> serviceManager = android::defaultServiceManager();
39 android::sp<android::FingerprintDaemonProxy> proxy =
40 android::FingerprintDaemonProxy::getInstance();
41 android::status_t ret = serviceManager->addService(
42 android::FingerprintDaemonProxy::descriptor, proxy);
43 if (ret != android::OK) {
52 android
[all...]
/system/core/base/
H A Dparseint_test.cpp17 #include "android-base/parseint.h"
23 ASSERT_FALSE(android::base::ParseInt("x", &i));
24 ASSERT_FALSE(android::base::ParseInt("123x", &i));
26 ASSERT_TRUE(android::base::ParseInt("123", &i));
28 ASSERT_TRUE(android::base::ParseInt("-123", &i));
32 ASSERT_TRUE(android::base::ParseInt("1234", &s));
35 ASSERT_TRUE(android::base::ParseInt("12", &i, 0, 15));
37 ASSERT_FALSE(android::base::ParseInt("-12", &i, 0, 15));
38 ASSERT_FALSE(android::base::ParseInt("16", &i, 0, 15));
43 ASSERT_FALSE(android
[all...]
/system/core/libutils/
H A DSharedBufferTest.cpp27 EXPECT_DEATH(android::SharedBuffer::alloc(SIZE_MAX), "");
28 EXPECT_DEATH(android::SharedBuffer::alloc(SIZE_MAX - sizeof(android::SharedBuffer)), "");
32 android::SharedBuffer* buf =
33 android::SharedBuffer::alloc(SIZE_MAX - sizeof(android::SharedBuffer) - 1);
36 buf = android::SharedBuffer::alloc(0);
43 android::SharedBuffer* buf = android::SharedBuffer::alloc(10);
44 EXPECT_DEATH(buf->editResize(SIZE_MAX - sizeof(android
[all...]

Completed in 247 milliseconds

1234567891011>>