Home
last modified time | relevance | path

Searched refs:HealthImpl (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/guest/hals/health/
Dhealth.cpp45 class HealthImpl : public Health { class
47 HealthImpl(std::unique_ptr<healthd_config>&& config) in HealthImpl() function in android::hardware::health::V2_1::implementation::HealthImpl
57 void HealthImpl::UpdateHealthInfo(HealthInfo* health_info) { in UpdateHealthInfo()
77 Return<void> HealthImpl::getChargeCounter(getChargeCounter_cb _hidl_cb) { in getChargeCounter()
82 Return<void> HealthImpl::getCurrentNow(getCurrentNow_cb _hidl_cb) { in getCurrentNow()
87 Return<void> HealthImpl::getCapacity(getCapacity_cb _hidl_cb) { in getCapacity()
92 Return<void> HealthImpl::getChargeStatus(getChargeStatus_cb _hidl_cb) { in getChargeStatus()
105 using ::android::hardware::health::V2_1::implementation::HealthImpl; in HIDL_FETCH_IHealth()
112 return new HealthImpl(std::move(config)); in HIDL_FETCH_IHealth()
/device/google/sunfish/health/
DHealth.cpp149 class HealthImpl : public Health { class
151 HealthImpl(std::unique_ptr<healthd_config>&& config) in HealthImpl() function in android::hardware::health::V2_1::implementation::HealthImpl
162 void HealthImpl::UpdateHealthInfo(HealthInfo* health_info) { in UpdateHealthInfo()
169 Return<void> HealthImpl::getStorageInfo(getStorageInfo_cb _hidl_cb) in getStorageInfo()
182 Return<void> HealthImpl::getDiskStats(getDiskStats_cb _hidl_cb) in getDiskStats()
202 using ::android::hardware::health::V2_1::implementation::HealthImpl; in HIDL_FETCH_IHealth()
211 return new HealthImpl(std::move(config)); in HIDL_FETCH_IHealth()
/device/google/coral/health/
DHealth.cpp164 class HealthImpl : public Health { class
166 HealthImpl(std::unique_ptr<healthd_config>&& config) in HealthImpl() function in android::hardware::health::V2_1::implementation::HealthImpl
177 void HealthImpl::UpdateHealthInfo(HealthInfo* health_info) { in UpdateHealthInfo()
184 Return<void> HealthImpl::getStorageInfo(getStorageInfo_cb _hidl_cb) in getStorageInfo()
197 Return<void> HealthImpl::getDiskStats(getDiskStats_cb _hidl_cb) in getDiskStats()
217 using ::android::hardware::health::V2_1::implementation::HealthImpl; in HIDL_FETCH_IHealth()
226 return new HealthImpl(std::move(config)); in HIDL_FETCH_IHealth()