Home
last modified time | relevance | path

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

12

/system/core/healthd/
DAndroid.bp26 name: "android.hardware.health@2.0-service_defaults",
34 "android.hardware.health@2.0-impl",
35 "android.hardware.health@1.0-convert",
49 "android.hardware.health@2.0",
54 name: "android.hardware.health@2.0-service",
55 defaults: ["android.hardware.health@2.0-service_defaults"],
59 init_rc: ["android.hardware.health@2.0-service.rc"],
71 defaults: ["android.hardware.health@2.0-service_defaults"],
80 "android.hardware.health@1.0",
105 "android.hardware.health@2.0-impl",
[all …]
DHealthServiceHealthd.cpp29 using android::hardware::health::V1_0::HealthConfig;
30 using android::hardware::health::V1_0::HealthInfo;
31 using android::hardware::health::V1_0::Result;
32 using android::hardware::health::V1_0::hal_conversion::convertFromHealthConfig;
33 using android::hardware::health::V1_0::hal_conversion::convertToHealthConfig;
34 using android::hardware::health::V1_0::hal_conversion::convertFromHealthInfo;
35 using android::hardware::health::V1_0::hal_conversion::convertToHealthInfo;
37 using IHealthLegacy = android::hardware::health::V1_0::IHealth;
DAndroid.mk53 android.hardware.health@2.0-impl \
54 android.hardware.health@1.0-convert \
60 android.hardware.health@2.0 \
91 android.hardware.health@2.0-impl \
92 android.hardware.health@1.0-convert \
104 android.hardware.health@2.0 \
149 android.hardware.health@2.0-impl \
150 android.hardware.health@1.0-convert \
162 android.hardware.health@2.0 \
Dandroid.hardware.health@2.0-service.rc1 service health-hal-2-0 /vendor/bin/hw/android.hardware.health@2.0-service
Dhealthd_mode_charger_nops.cpp45 using android::hardware::health::V2_0::implementation::Health; in healthd_mode_nop_init()
/system/core/storaged/
Dstoraged.cpp69 using android::hardware::health::V1_0::BatteryStatus;
70 using android::hardware::health::V1_0::toString;
71 using android::hardware::health::V2_0::get_health_service;
72 using android::hardware::health::V2_0::HealthInfo;
73 using android::hardware::health::V2_0::IHealth;
74 using android::hardware::health::V2_0::Result;
90 mDsm = std::make_unique<disk_stats_monitor>(health); in init()
91 storage_info.reset(storage_info_t::get_storage_info(health)); in init()
98 health = get_health_service(); in init_health_service()
99 if (health == NULL) { in init_health_service()
[all …]
DAndroid.bp21 "android.hardware.health@1.0",
22 "android.hardware.health@2.0",
Dstoraged_diskstats.cpp34 using android::hardware::health::V2_0::DiskStats;
35 using android::hardware::health::V2_0::IHealth;
36 using android::hardware::health::V2_0::Result;
37 using android::hardware::health::V2_0::toString;
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_health.te7 # Common rules for a health service.
16 # to vendor specific files. Vendors should mark sysfs_batteryinfo on all files read by health
26 # Allow to use timerfd to wake itself up periodically to send health info.
Dbootstat.te19 # ToDo: TBI move access for the following to a system health HAL
26 # Allow access to reading the logs to read aspects of system health
/system/sepolicy/public/
Dhal_health.te7 # Common rules for a health service.
16 # to vendor specific files. Vendors should mark sysfs_batteryinfo on all files read by health
26 # Allow to use timerfd to wake itself up periodically to send health info.
Dbootstat.te19 # ToDo: TBI move access for the following to a system health HAL
26 # Allow access to reading the logs to read aspects of system health
/system/core/storaged/include/
Dstoraged.h78 class storaged_t : public android::hardware::health::V2_0::IHealthInfoCallback,
86 sp<android::hardware::health::V2_0::IHealth> health; variable
138 const ::android::hardware::health::V2_0::HealthInfo& info);
Dstoraged_info.h74 const sp<android::hardware::health::V2_0::IHealth>& healthService);
108 using IHealth = hardware::health::V2_0::IHealth;
109 using StorageInfo = hardware::health::V2_0::StorageInfo;
Dstoraged_diskstats.h165 android::sp<android::hardware::health::V2_0::IHealth> mHealth;
176 disk_stats_monitor(const android::sp<android::hardware::health::V2_0::IHealth>& healthService,
/system/core/fastboot/device/
Dfastboot_device.h57 android::sp<android::hardware::health::V2_0::IHealth> health_hal() { return health_hal_; } in health_hal()
66 android::sp<android::hardware::health::V2_0::IHealth> health_hal_;
/system/sepolicy/prebuilts/api/28.0/public/
Dhal_health.te13 # Common rules for a health service.
22 # to vendor specific files. Vendors should mark sysfs_batteryinfo on all files read by health
Dbootstat.te19 # ToDo: TBI move access for the following to a system health HAL
26 # Allow access to reading the logs to read aspects of system health
/system/sepolicy/prebuilts/api/28.0/private/
Dhealthd.te5 # Allow healthd to serve health HAL
/system/sepolicy/private/
Dhealthd.te5 # Allow healthd to serve health HAL
/system/sepolicy/prebuilts/api/29.0/private/
Dhealthd.te5 # Allow healthd to serve health HAL
/system/sepolicy/vendor/
Dhal_health_default.te1 # health info abstraction
/system/extras/perfprofd/tests/
DAndroid.bp57 "android.hardware.health@2.0",
/system/extras/perfprofd/
Dperfprofdcore.cc300 using android::hardware::health::V2_0::get_health_service; in get_charging()
301 using android::hardware::health::V2_0::HealthInfo; in get_charging()
302 using android::hardware::health::V2_0::IHealth; in get_charging()
303 using android::hardware::health::V2_0::Result; in get_charging()
/system/vold/
DAndroid.bp154 "android.hardware.health.storage@1.0",
191 "android.hardware.health.storage@1.0",

12