Home
last modified time | relevance | path

Searched refs:charger (Results 1 – 18 of 18) sorted by relevance

/aosp14/system/core/healthd/api/
H A Dcharger_sysprop-latest.txt6 prop_name: "ro.charger.disable_init_blank"
12 prop_name: "ro.charger.draw_split_offset"
17 prop_name: "ro.charger.draw_split_screen"
22 prop_name: "ro.charger.enable_suspend"
27 prop_name: "ro.charger.no_ui"
/aosp14/system/core/healthd/
H A DAndroid.bp172 srcs: ["charger.sysprop"],
276 // system charger only
290 // system charger only
300 name: "charger",
304 "charger.cpp",
366 // /system/etc/res/images/charger/battery_fail.png
370 relative_install_path: "res/images/charger",
374 // /system/etc/res/images/charger/battery_scale.png
378 relative_install_path: "res/images/charger",
394 relative_install_path: "res/images/default/charger",
[all …]
H A Dcharger.sysprop7 prop_name: "ro.charger.draw_split_screen"
14 prop_name: "ro.charger.draw_split_offset"
21 prop_name: "ro.charger.disable_init_blank"
28 prop_name: "ro.charger.enable_suspend"
35 prop_name: "ro.charger.no_ui"
H A Dhealthd_mode_charger_test.cpp121 VerifiedTestCharger(TestCharger* charger) : charger_(charger) { in VerifiedTestCharger() argument
137 VerifiedTestCharger charger(new NiceMock<TestCharger>(health)); in ExpectChargerResAt() local
142 EXPECT_CALL(*charger, CreateDisplaySurface(StrEq(root + "charger/battery_fail.png"), _)) in ExpectChargerResAt()
147 EXPECT_CALL(*charger, in ExpectChargerResAt()
157 charger->Init(&healthd_config); in ExpectChargerResAt()
H A Dhealthd_mode_charger_nops.cpp27 HalHealthLoop charger("charger", GetHealthServiceOrDefault()); in healthd_charger_nops() local
28 return charger.StartLoop(); in healthd_charger_nops()
H A Dhealthd_mode_charger_hidl.cpp79 android::ChargerHidl charger(GetHealthServiceOrDefault()); in healthd_charger_main() local
80 return charger.StartLoop(); in healthd_charger_main()
H A Dcharger_test.cpp156 android::ChargerHidl charger(passthrough); in main() local
157 charger.StartLoop(); in main()
/aosp14/system/core/healthd/testdata/legacy/res/values/charger/
H A Danimation.txt4 animation: 2 1 charger/battery_scale
6 fail: charger/battery_fail
/aosp14/system/core/healthd/testdata/legacy_text_system_images/res/values/charger/
H A Danimation.txt4 animation: 2 1 charger/battery_scale
6 fail: charger/battery_fail
/aosp14/system/core/healthd/testdata/product/product/etc/res/values/charger/
H A Danimation.txt4 animation: 2 1 charger/battery_scale
6 fail: charger/battery_fail
/aosp14/system/core/
H A DCleanSpec.mk81 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/sbin/charger)
82 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/sbin/charger)
/aosp14/frameworks/base/core/proto/android/server/
H A Dwirelesschargerdetector.proto37 // True if the device is thought to be at rest on a wireless charger.
H A Dappstatetracker.proto68 // Whether device is plugged in to the charger
/aosp14/frameworks/base/proto/src/
H A Dsystem_messages.proto38 // Warn the user about an invalid charger.
/aosp14/system/core/rootdir/
H A Dinit.rc521 # Healthd can trigger a full boot from charger mode by signaling this
524 class_stop charger
1221 on charger
1222 class_start charger
/aosp14/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto292 // Kernel bootmode, e.g. charger.
/aosp14/system/core/init/
H A DREADME.md485 3. `charger` - Triggered if `ro.bootmode == "charger"`.
486 4. `late-init` - Triggered if `ro.bootmode != "charger"`, or via healthd triggering a boot
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto566 // unplugged from a charger or rebooted.