Home
last modified time | relevance | path

Searched refs:batteryCycleCountPath (Results 1 – 25 of 76) sorted by relevance

1234

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/health/1.0/android.hardware.health-V1.0-java_gen_java/gen/srcs/android/hardware/health/V1_0/
DHealthConfig.java82 public String batteryCycleCountPath = new String(); field in HealthConfig
135 … if (!android.os.HidlSupport.deepEquals(this.batteryCycleCountPath, other.batteryCycleCountPath)) { in equals()
157 android.os.HidlSupport.deepHashCode(this.batteryCycleCountPath)); in hashCode()
191 builder.append(this.batteryCycleCountPath); in toString()
303 batteryCycleCountPath = _hidl_blob.getString(_hidl_offset + 184); in readEmbeddedFromParcel()
306 ((String) batteryCycleCountPath).getBytes().length + 1, in readEmbeddedFromParcel()
350 _hidl_blob.putString(_hidl_offset + 184, batteryCycleCountPath); in writeEmbeddedToBlob()
/aosp_15_r20/hardware/interfaces/health/1.0/default/
H A Dconvert.cpp40 config.batteryCycleCountPath = hc->batteryCycleCountPath.c_str(); in convertToHealthConfig()
91 hc->batteryCycleCountPath = in convertFromHealthConfig()
92 android::String8(c.batteryCycleCountPath.c_str(), in convertFromHealthConfig()
93 c.batteryCycleCountPath.size()); in convertFromHealthConfig()
/aosp_15_r20/system/core/healthd/
H A DBatteryMonitor_v1.cpp320 if (!mHealthdConfig->batteryCycleCountPath.empty()) in updateValues()
321 mHealthInfo->batteryCycleCount = getIntField(mHealthdConfig->batteryCycleCountPath); in updateValues()
433 if (!healthd_config.batteryCycleCountPath.empty()) { in doLogValues()
583 if (!mHealthdConfig->batteryCycleCountPath.empty()) { in dumpState()
691 if (mHealthdConfig->batteryCycleCountPath.empty()) { in init()
696 mHealthdConfig->batteryCycleCountPath = path; in init()
796 if (mHealthdConfig->batteryCycleCountPath.empty()) in init()
H A DBatteryMonitor.cpp382 if (!mHealthdConfig->batteryCycleCountPath.empty()) in updateValues()
383 mHealthInfo->batteryCycleCount = getIntField(mHealthdConfig->batteryCycleCountPath); in updateValues()
521 if (!healthd_config.batteryCycleCountPath.empty()) { in doLogValues()
745 if (!mHealthdConfig->batteryCycleCountPath.empty()) { in dumpState()
853 if (mHealthdConfig->batteryCycleCountPath.empty()) { in init()
858 mHealthdConfig->batteryCycleCountPath = path; in init()
1006 if (mHealthdConfig->batteryCycleCountPath.empty()) in init()
H A Dcharger_test.cpp134 config->batteryCycleCountPath = createFile("/data/local/tmp/batteryCycleCount", "77"); in healthd_board_init()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/health/1.0/[email protected]_genc++/gen/android/hardware/health/1.0/
Dtypes.cpp114 const_cast<::android::hardware::hidl_string &>(obj.batteryCycleCountPath), in readEmbeddedFromParcel()
117 … parentOffset + offsetof(::android::hardware::health::V1_0::HealthConfig, batteryCycleCountPath)); in readEmbeddedFromParcel()
220 obj.batteryCycleCountPath, in writeEmbeddedToParcel()
223 … parentOffset + offsetof(::android::hardware::health::V1_0::HealthConfig, batteryCycleCountPath)); in writeEmbeddedToParcel()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/health/1.0/[email protected]_genc++_headers/gen/android/hardware/health/1.0/
Dtypes.h144 ::android::hardware::hidl_string batteryCycleCountPath __attribute__ ((aligned(8)));
160 static_assert(offsetof(::android::hardware::health::V1_0::HealthConfig, batteryCycleCountPath) == 1…
606 os += ::android::hardware::toString(o.batteryCycleCountPath); in toString()
654 if (lhs.batteryCycleCountPath != rhs.batteryCycleCountPath) {
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/health/1.0/[email protected]_genc++_headers/gen/android/hardware/health/1.0/
Dtypes.h144 ::android::hardware::hidl_string batteryCycleCountPath __attribute__ ((aligned(8)));
160 static_assert(offsetof(::android::hardware::health::V1_0::HealthConfig, batteryCycleCountPath) == 1…
606 os += ::android::hardware::toString(o.batteryCycleCountPath); in toString()
654 if (lhs.batteryCycleCountPath != rhs.batteryCycleCountPath) {
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/health/1.0/[email protected]_genc++_headers/gen/android/hardware/health/1.0/
Dtypes.h144 ::android::hardware::hidl_string batteryCycleCountPath __attribute__ ((aligned(8)));
160 static_assert(offsetof(::android::hardware::health::V1_0::HealthConfig, batteryCycleCountPath) == 1…
606 os += ::android::hardware::toString(o.batteryCycleCountPath); in toString()
654 if (lhs.batteryCycleCountPath != rhs.batteryCycleCountPath) {
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/health/1.0/[email protected]_genc++_headers/gen/android/hardware/health/1.0/
Dtypes.h144 ::android::hardware::hidl_string batteryCycleCountPath __attribute__ ((aligned(8)));
160 static_assert(offsetof(::android::hardware::health::V1_0::HealthConfig, batteryCycleCountPath) == 1…
606 os += ::android::hardware::toString(o.batteryCycleCountPath); in toString()
654 if (lhs.batteryCycleCountPath != rhs.batteryCycleCountPath) {
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/health/1.0/[email protected]_genc++_headers/gen/android/hardware/health/1.0/
Dtypes.h144 ::android::hardware::hidl_string batteryCycleCountPath __attribute__ ((aligned(8)));
160 static_assert(offsetof(::android::hardware::health::V1_0::HealthConfig, batteryCycleCountPath) == 1…
606 os += ::android::hardware::toString(o.batteryCycleCountPath); in toString()
654 if (lhs.batteryCycleCountPath != rhs.batteryCycleCountPath) {
/aosp_15_r20/hardware/interfaces/health/1.0/
H A Dtypes.hal158 * batteryCycleCountPath - file path to read battery charge cycle count.
161 string batteryCycleCountPath;
/aosp_15_r20/system/core/healthd/include/healthd/
H A Dhealthd.h71 android::String8 batteryCycleCountPath; member
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/health/1.0/android.hardware.health-V1.0-java/android_common/turbine/
Dandroid.hardware.health-V1.0-java.jarandroid/hardware/health/V1_0/BatteryHealth.class <Unknown> package android.hardware. ...
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/health/1.0/android.hardware.health-V1.0-java/android_common/javac/
Dandroid.hardware.health-V1.0-java.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/hardware/ android/ ...
/aosp_15_r20/prebuilts/abi-dumps/vndk/30/64/arm_armv7-a-neon/source-based/
D[email protected]11611 "field_name" : "batteryCycleCountPath",
/aosp_15_r20/prebuilts/abi-dumps/vndk/29/64/arm_armv7-a-neon/source-based/
D[email protected]8942 "field_name" : "batteryCycleCountPath",
/aosp_15_r20/prebuilts/abi-dumps/vndk/30/64/x86/source-based/
D[email protected]11610 "field_name" : "batteryCycleCountPath",
/aosp_15_r20/prebuilts/abi-dumps/vndk/29/32/x86/source-based/
D[email protected]8906 "field_name" : "batteryCycleCountPath",
/aosp_15_r20/prebuilts/abi-dumps/vndk/29/64/arm64_armv8-a/source-based/
D[email protected]8917 "field_name" : "batteryCycleCountPath",
/aosp_15_r20/prebuilts/abi-dumps/vndk/29/64/arm_armv8-a/source-based/
D[email protected]8942 "field_name" : "batteryCycleCountPath",
/aosp_15_r20/prebuilts/abi-dumps/vndk/30/64/x86_64/source-based/
D[email protected]11620 "field_name" : "batteryCycleCountPath",
/aosp_15_r20/prebuilts/abi-dumps/vndk/29/64/x86/source-based/
D[email protected]8906 "field_name" : "batteryCycleCountPath",
/aosp_15_r20/prebuilts/abi-dumps/vndk/30/64/x86_x86_64/source-based/
D[email protected]11610 "field_name" : "batteryCycleCountPath",
/aosp_15_r20/prebuilts/abi-dumps/vndk/29/64/x86_64/source-based/
D[email protected]8916 "field_name" : "batteryCycleCountPath",

1234