Searched refs:getOffModeChargeState (Results 1 – 8 of 8) sorted by relevance
42 Return<void> Fastboot::getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) { in getOffModeChargeState() function in android::hardware::fastboot::V1_0::implementation::Fastboot
37 Return<void> getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) override;
42 Return<void> Fastboot::getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) { in getOffModeChargeState() function in android::hardware::fastboot::V1_1::implementation::Fastboot
40 Return<void> getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) override;
47 Return<void> getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) override;
61 getOffModeChargeState() generates (bool state, Result result);
62 Return<void> Fastboot::getOffModeChargeState(getOffModeChargeState_cb _hidl_cb) { in getOffModeChargeState() function in android::hardware::fastboot::V1_1::implementation::Fastboot
182 fastboot_hal->getOffModeChargeState([&](bool off_mode_charging_state, Result result) { in GetOffModeChargeState()