Home
last modified time | relevance | path

Searched refs:health (Results 1 – 25 of 60) sorted by relevance

123

/hardware/interfaces/health/2.0/default/
DAndroid.bp2 name: "android.hardware.health@2.0-impl_defaults",
18 "android.hardware.health@2.0",
23 "android.hardware.health@1.0-convert",
27 // Helper library for implementing health HAL. It is recommended that a health
30 name: "android.hardware.health@2.0-impl",
31 defaults: ["android.hardware.health@2.0-impl_defaults"],
43 // android.hardware.health@2.0-impl-recovery-<device> to customize the behavior
47 name: "android.hardware.health@2.0-impl-default",
48 defaults: ["android.hardware.health@2.0-impl_defaults"],
54 "android.hardware.health@2.0-impl",
DHealthImplDefault.cpp20 using android::hardware::health::V2_0::IHealth;
21 using android::hardware::health::V2_0::implementation::Health;
/hardware/interfaces/health/2.0/
DREADME3 1. Remove `android.hardware.health@1.0*` from `PRODUCT_PACKAGES`
10 PRODUCT_PACKAGES += android.hardware.health@2.0-service
16 `device/<manufacturer>/<device>/health`
18 1. Create `device/<manufacturer>/<device>/health/Android.bp`
19 (or equivalent `device/<manufacturer>/<device>/health/Android.mk`)
23 name: "android.hardware.health@2.0-service.<device>",
24 init_rc: ["android.hardware.health@2.0-service.<device>.rc"],
37 "android.hardware.health@2.0-impl",
38 "android.hardware.health@1.0-convert",
49 "android.hardware.health@2.0",
[all …]
DREADME.md3 1. Remove `android.hardware.health@1.0*` from `PRODUCT_PACKAGES`
10 PRODUCT_PACKAGES += android.hardware.health@2.0-service
16 `device/<manufacturer>/<device>/health`
18 1. Create `device/<manufacturer>/<device>/health/Android.bp`
19 (or equivalent `device/<manufacturer>/<device>/health/Android.mk`)
23 name: "android.hardware.health@2.0-service.<device>",
24 init_rc: ["android.hardware.health@2.0-service.<device>.rc"],
37 "android.hardware.health@2.0-impl",
38 "android.hardware.health@1.0-convert",
49 "android.hardware.health@2.0",
[all …]
DAndroid.bp4 name: "android.hardware.health@2.0",
15 "android.hardware.health@1.0",
DIHealthInfoCallback.hal17 package android.hardware.health@2.0;
26 * registered callbacks after health info changes.
/hardware/interfaces/health/1.0/vts/functional/
DVtsHalHealthV1_0TargetTest.cpp26 using HealthConfig = ::android::hardware::health::V1_0::HealthConfig;
27 using HealthInfo = ::android::hardware::health::V1_0::HealthInfo;
28 using IHealth = ::android::hardware::health::V1_0::IHealth;
29 using Result = ::android::hardware::health::V1_0::Result;
50 health = ::testing::VtsHalHidlTargetTestBase::getService<IHealth>( in SetUp()
52 ASSERT_NE(health, nullptr); in SetUp()
53 health->init(config, in SetUp()
57 sp<IHealth> health; member in HealthHidlTest
67 health->energyCounter([&](Result ret, int64_t energyOut) { in TEST_F()
/hardware/interfaces/health/1.0/default/
DAndroid.mk4 LOCAL_MODULE := android.hardware.health@1.0-impl
19 android.hardware.health@1.0 \
21 LOCAL_STATIC_LIBRARIES := android.hardware.health@1.0-convert
30 LOCAL_MODULE := android.hardware.health@1.0-service
31 LOCAL_INIT_RC := android.hardware.health@1.0-service.rc
43 android.hardware.health@1.0 \
DHealth.cpp24 namespace health { namespace
28 using ::android::hardware::health::V1_0::hal_conversion::convertToHealthConfig;
29 using ::android::hardware::health::V1_0::hal_conversion::convertFromHealthConfig;
30 using ::android::hardware::health::V1_0::hal_conversion::convertToHealthInfo;
31 using ::android::hardware::health::V1_0::hal_conversion::convertFromHealthInfo;
DHealth.h27 namespace health {
31 using ::android::hardware::health::V1_0::HealthInfo;
32 using ::android::hardware::health::V1_0::HealthConfig;
33 using ::android::hardware::health::V1_0::IHealth;
Dandroid.hardware.health@1.0-service.rc1 service vendor.health-hal-1-0 /vendor/bin/hw/android.hardware.health@1.0-service
DAndroid.bp2 name: "android.hardware.health@1.0-convert",
17 "android.hardware.health@1.0",
DHealthService.cpp22 using android::hardware::health::V1_0::IHealth;
/hardware/interfaces/health/2.0/utils/
DREADME.md3 A convenience library for (hwbinder) clients of health HAL to choose between
5 by healthd). C++ clients of health HAL should use this library instead of
12 Common code for all (hwbinder) services of the health HAL, including healthd and
13 vendor health service `android.hardware.health@2.0-service(.<vendor>)`. `main()` in
19 health HAL. If an implementation of the health HAL do not wish to provide any
/hardware/interfaces/health/2.0/utils/libhealthservice/
DAndroid.bp1 // Reasonable defaults for android.hardware.health@2.0-service.<device>.
18 "android.hardware.health@2.0",
21 "android.hardware.health@2.0-impl",
22 "android.hardware.health@1.0-convert",
25 "android.hardware.health@1.0-convert",
DHealthServiceCommon.cpp32 using android::hardware::health::V2_0::HealthInfo;
33 using android::hardware::health::V1_0::hal_conversion::convertToHealthInfo;
34 using android::hardware::health::V2_0::IHealth;
35 using android::hardware::health::V2_0::implementation::Health;
/hardware/interfaces/health/storage/1.0/default/
Dandroid.hardware.health.storage@1.0-service.rc1 service vendor.health-storage-hal-1-0 /vendor/bin/hw/android.hardware.health.storage@1.0-service
2 interface android.hardware.health.storage@1.0::IStorage default
DAndroid.bp18 name: "android.hardware.health.storage@1.0-service",
22 init_rc: ["android.hardware.health.storage@1.0-service.rc"],
38 "android.hardware.health.storage@1.0",
46 "manifest_android.hardware.health.storage@1.0.xml",
Dservice.cpp28 using android::hardware::health::storage::V1_0::IStorage;
29 using android::hardware::health::storage::V1_0::implementation::Storage;
/hardware/interfaces/health/2.0/utils/libhealthstoragedefault/include/
DStorageHealthDefault.h21 using android::hardware::health::V2_0::StorageInfo;
22 using android::hardware::health::V2_0::DiskStats;
/hardware/interfaces/health/2.0/default/include/health2/
DHealth.h12 using android::hardware::health::V2_0::StorageInfo;
13 using android::hardware::health::V2_0::DiskStats;
20 namespace health {
/hardware/interfaces/health/2.0/vts/functional/
DAndroid.bp23 "android.hardware.health@1.0",
24 "android.hardware.health@2.0",
/hardware/interfaces/health/2.0/utils/libhealthstoragedefault/
DAndroid.bp18 // android.hardware.health@2.0-impl but do no query for storage related
27 "android.hardware.health@2.0",
/hardware/interfaces/health/2.0/utils/libhealthhalutils/
DAndroid.bp17 // Convenience library for (hwbinder) clients to choose the correct health
27 "android.hardware.health@2.0",
/hardware/interfaces/health/2.0/utils/libhealthhalutils/include/healthhalutils/
DHealthHalUtils.h24 namespace health {

123