/hardware/interfaces/health/1.0/vts/functional/ |
D | VtsHalHealthV1_0TargetTest.cpp | 26 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()
|
D | Android.bp | 21 static_libs: ["android.hardware.health@1.0"],
|
/hardware/interfaces/health/2.0/ |
D | README | 1 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 …]
|
D | Android.bp | 4 name: "android.hardware.health@2.0", 15 "android.hardware.health@1.0",
|
D | IHealthInfoCallback.hal | 17 package android.hardware.health@2.0; 26 * registered callbacks after health info changes.
|
D | IHealth.hal | 17 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/ |
D | Android.mk | 4 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 \
|
D | Health.cpp | 24 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;
|
D | Health.h | 27 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;
|
D | android.hardware.health@1.0-service.rc | 1 service vendor.health-hal-1-0 /vendor/bin/hw/android.hardware.health@1.0-service
|
D | Android.bp | 2 name: "android.hardware.health@1.0-convert", 16 "android.hardware.health@1.0",
|
D | HealthService.cpp | 22 using android::hardware::health::V1_0::IHealth;
|
/hardware/interfaces/health/2.0/utils/libhealthservice/ |
D | Android.bp | 1 // 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",
|
D | HealthServiceCommon.cpp | 31 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/ |
D | README | 3 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/ |
D | Android.bp | 2 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/ |
D | StorageHealthDefault.h | 21 using android::hardware::health::V2_0::StorageInfo; 22 using android::hardware::health::V2_0::DiskStats;
|
/hardware/interfaces/health/2.0/vts/functional/ |
D | Android.bp | 22 "android.hardware.health@1.0", 23 "android.hardware.health@2.0",
|
D | VtsHalHealthV2_0TargetTest.cpp | 34 namespace health { namespace 268 using ::android::hardware::health::V2_0::HealthHidlEnvironment; in main()
|
/hardware/interfaces/health/2.0/utils/libhealthhalutils/ |
D | Android.bp | 17 // Convenience library for (hwbinder) clients to choose the correct health 26 "android.hardware.health@2.0",
|
D | HealthHalUtils.cpp | 24 namespace health { namespace
|
/hardware/interfaces/health/2.0/utils/libhealthhalutils/include/healthhalutils/ |
D | HealthHalUtils.h | 24 namespace health {
|
/hardware/interfaces/health/1.0/default/include/ |
D | hal_conversion.h | 25 namespace health {
|
/hardware/interfaces/health/1.0/ |
D | Android.bp | 4 name: "android.hardware.health@1.0",
|
D | IHealth.hal | 17 package android.hardware.health@1.0; 40 * @return skipLogging Indication to the caller to add 'or' skip logging the health
|