Home
last modified time | relevance | path

Searched refs:getOffModeChargeState (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/interfaces/fastboot/1.0/default/
H A DFastboot.cpp42 Return<void> Fastboot::getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) { in getOffModeChargeState() function in android::hardware::fastboot::V1_0::implementation::Fastboot
H A DFastboot.h37 Return<void> getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) override;
/aosp12/hardware/interfaces/fastboot/1.1/default/
H A DFastboot.cpp42 Return<void> Fastboot::getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) { in getOffModeChargeState() function in android::hardware::fastboot::V1_1::implementation::Fastboot
H A DFastboot.h40 Return<void> getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) override;
/aosp12/hardware/google/pixel/fastboot/include/fastboot/
H A DFastboot.h47 Return<void> getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) override;
/aosp12/hardware/interfaces/fastboot/1.0/
H A DIFastboot.hal61 getOffModeChargeState() generates (bool state, Result result);
/aosp12/hardware/google/pixel/fastboot/
H A DFastboot.cpp62 Return<void> Fastboot::getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) { in getOffModeChargeState() function in android::hardware::fastboot::V1_1::implementation::Fastboot
/aosp12/system/core/fastboot/device/
H A Dvariables.cpp182 fastboot_hal->getOffModeChargeState([&](bool off_mode_charging_state, Result result) { in GetOffModeChargeState()