Home
last modified time | relevance | path

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

12

/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()
DAndroid.bp21 static_libs: ["android.hardware.health@1.0"],
/hardware/interfaces/health/2.0/
DREADME1 Upgrading from health@1.0 HAL
3 0. Remove android.hardware.health@1.0* from PRODUCT_PACKAGES
10 PRODUCT_PACKAGES += android.hardware.health@2.0-service.override
14 PRODUCT_PACKAGES += android.hardware.health@2.0-service
19 device/<manufacturer>/<device>/health
21 3. Create device/<manufacturer>/<device>/health/Android.bp
22 (or equivalent device/<manufacturer>/<device>/health/Android.mk)
25 name: "android.hardware.health@2.0-service.<device>",
26 init_rc: ["android.hardware.health@2.0-service.<device>.rc"],
39 "android.hardware.health@2.0-impl",
[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.
DIHealth.hal17 package android.hardware.health@2.0;
24 * IHealth manages health info and posts events on registered callbacks.
29 * Register a callback for any health info events.
57 * with the most recent health info.
/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",
16 "android.hardware.health@1.0",
DHealthService.cpp22 using android::hardware::health::V1_0::IHealth;
/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.cpp31 using android::hardware::health::V2_0::HealthInfo;
32 using android::hardware::health::V1_0::hal_conversion::convertToHealthInfo;
33 using android::hardware::health::V2_0::IHealth;
34 using android::hardware::health::V2_0::implementation::Health;
/hardware/interfaces/health/2.0/utils/
DREADME3 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/default/
DAndroid.bp2 name: "android.hardware.health@2.0-impl",
21 "android.hardware.health@2.0",
26 "android.hardware.health@1.0-convert",
/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/vts/functional/
DAndroid.bp22 "android.hardware.health@1.0",
23 "android.hardware.health@2.0",
DVtsHalHealthV2_0TargetTest.cpp34 namespace health { namespace
268 using ::android::hardware::health::V2_0::HealthHidlEnvironment; in main()
/hardware/interfaces/health/2.0/utils/libhealthhalutils/
DAndroid.bp17 // Convenience library for (hwbinder) clients to choose the correct health
26 "android.hardware.health@2.0",
DHealthHalUtils.cpp24 namespace health { namespace
/hardware/interfaces/health/2.0/utils/libhealthhalutils/include/healthhalutils/
DHealthHalUtils.h24 namespace health {
/hardware/interfaces/health/1.0/default/include/
Dhal_conversion.h25 namespace health {
/hardware/interfaces/health/1.0/
DAndroid.bp4 name: "android.hardware.health@1.0",
DIHealth.hal17 package android.hardware.health@1.0;
40 * @return skipLogging Indication to the caller to add 'or' skip logging the health

12