Lines Matching refs:Result
38 using ::android::hardware::fastboot::V1_0::Result;
88 Result ret; in GetVariant()
89 auto ret_val = fastboot_hal->getVariant([&](std::string device_variant, Result result) { in GetVariant()
103 using android::hardware::health::V2_0::Result; in GetBatteryVoltageHelper()
110 Result ret; in GetBatteryVoltageHelper()
111 auto ret_val = health_hal->getHealthInfo([&](Result result, HealthInfo info) { in GetBatteryVoltageHelper()
115 if (!ret_val.isOk() || (ret != Result::SUCCESS)) { in GetBatteryVoltageHelper()
136 Result ret; in GetBatterySoCOk()
138 [&](int32_t voltage_threshold, Result result) { in GetBatterySoCOk()
159 Result ret; in GetOffModeChargeState()
161 fastboot_hal->getOffModeChargeState([&](bool off_mode_charging_state, Result result) { in GetOffModeChargeState()
326 Result ret; in GetPartitionType()
328 fastboot_hal->getPartitionType(args[0], [&](FileSystemType fs_type, Result result) { in GetPartitionType()