/hardware/interfaces/health/1.0/ |
IHealth.hal | 33 * This function is a hook to update/change device's HealthInfo (as described 34 * in 'struct HealthInfo'). 36 * 'HealthInfo' describes device's battery and charging status, typically 39 * @param Device Health info as described in 'struct HealthInfo'. 42 * @return infoOut HealthInfo to be sent to client code. (May or may 45 update(HealthInfo info) generates (bool skipLogging, HealthInfo infoOut);
|
Android.bp | 20 "HealthInfo",
|
types.hal | 167 struct HealthInfo {
|
/hardware/interfaces/health/2.0/ |
IHealthInfoCallback.hal | 27 * @param info the updated HealthInfo 29 oneway healthInfoChanged(HealthInfo info);
|
Android.bp | 20 "HealthInfo",
|
types.hal | 19 import @1.0::HealthInfo; 131 struct HealthInfo { 133 * V1.0 HealthInfo. 140 @1.0::HealthInfo legacy;
|
IHealth.hal | 173 getHealthInfo() generates (Result result, @2.0::HealthInfo value);
|
/hardware/interfaces/health/2.0/default/ |
Health.cpp | 159 void Health::notifyListeners(HealthInfo* healthInfo) { 174 healthInfo->batteryCurrentAverage = currentAvg; 175 healthInfo->diskStats = stats; 176 healthInfo->storageInfos = info; 180 auto ret = (*it)->healthInfoChanged(*healthInfo); 239 V1_0::HealthInfo batteryInfo; 256 V2_0::HealthInfo healthInfo = {}; 257 healthInfo.legacy = std::move(batteryInfo) [all...] |
/frameworks/base/core/java/android/os/ |
BatteryManagerInternal.java | 50 * Instantaneous battery capacity in uA-h, as defined in the HealthInfo HAL struct. 56 * @see android.hardware.health.V1_0.HealthInfo#batteryChargeCounter 62 * HealthInfo HAL struct. 67 * @see android.hardware.health.V1_0.HealthInfo#batteryFullCharge
|
/hardware/interfaces/health/1.0/default/include/ |
hal_conversion.h | 34 HealthInfo& info); 35 void convertFromHealthInfo(const HealthInfo& info,
|
/hardware/interfaces/health/1.0/default/ |
Health.cpp | 52 Return<void> Health::update(const HealthInfo& info, update_cb _hidl_cb) { 54 HealthInfo infoOut; 57 // convert the new HealthInfo to android::Batteryproperties
|
Health.h | 31 using ::android::hardware::health::V1_0::HealthInfo; 43 Return<void> update(const HealthInfo& info, update_cb _hidl_cb) override;
|
convert.cpp | 105 HealthInfo& info) { 124 void convertFromHealthInfo(const HealthInfo& info,
|
/hardware/interfaces/health/1.0/vts/functional/ |
VtsHalHealthV1_0TargetTest.cpp | 27 using HealthInfo = ::android::hardware::health::V1_0::HealthInfo;
|
/hardware/interfaces/health/2.0/utils/libhealthservice/ |
HealthServiceCommon.cpp | 31 using android::hardware::health::V2_0::HealthInfo; 72 HealthInfo info;
|
/system/core/healthd/ |
HealthServiceHealthd.cpp | 30 using android::hardware::health::V1_0::HealthInfo; 81 HealthInfo info;
|
/frameworks/base/cmds/statsd/src/external/ |
ResourceHealthManagerPuller.cpp | 32 using android::hardware::health::V2_0::HealthInfo; 70 Return<void> ret = gHealthHal->getHealthInfo([&](Result r, HealthInfo v) {
|
/hardware/interfaces/health/2.0/default/include/health2/ |
Health.h | 40 void notifyListeners(HealthInfo* info);
|
/system/core/storaged/include/ |
storaged.h | 139 const ::android::hardware::health::V2_0::HealthInfo& info);
|
/hardware/interfaces/health/2.0/vts/functional/ |
VtsHalHealthV2_0TargetTest.cpp | 71 Return<void> healthInfoChanged(const HealthInfo&) override { 204 bool verifyHealthInfo(const HealthInfo& health_info) {
|
/frameworks/base/services/core/java/com/android/server/ |
BatteryService.java | 27 import android.hardware.health.V1_0.HealthInfo; 145 private HealthInfo mHealthInfo; 146 private final HealthInfo mLastHealthInfo = new HealthInfo(); 401 private void update(android.hardware.health.V2_0.HealthInfo info) { 416 private static void copy(HealthInfo dst, HealthInfo src) { [all...] |
/system/core/storaged/ |
storaged.cpp | 71 using android::hardware::health::V2_0::HealthInfo; 82 Return<void> storaged_t::healthInfoChanged(const HealthInfo& props) {
|
/prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/ |
android.hardware.health@2.0.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/32/x86/source-based/ |
android.hardware.health@2.0.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/ |
android.hardware.health@2.0.so.lsdump.gz | |