Home
last modified time | relevance | path

Searched refs:legacyErrorToString (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Dwifi_status_util.h30 std::string legacyErrorToString(legacy_hal::wifi_error error);
Dwifi_status_util.cpp24 std::string legacyErrorToString(legacy_hal::wifi_error error) { in legacyErrorToString() function
Dwifi_chip.cpp261 << legacyErrorToString(legacy_status); in retrieveDynamicIfaceCombination()
742 LOG(ERROR) << "Failed to get driver version: " << legacyErrorToString(legacy_status); in requestChipDebugInfoInternal()
752 LOG(ERROR) << "Failed to get firmware version: " << legacyErrorToString(legacy_status); in requestChipDebugInfoInternal()
768 LOG(ERROR) << "Failed to get driver debug dump: " << legacyErrorToString(legacy_status); in requestDriverDebugDumpInternal()
780 LOG(ERROR) << "Failed to get firmware debug dump: " << legacyErrorToString(legacy_status); in requestFirmwareDebugDumpInternal()
792 << legacyErrorToString(legacy_status); in createVirtualApInterface()
941 << legacyErrorToString(legacy_status); in removeIfaceInstanceFromBridgedApIfaceInternal()
1068 << legacyErrorToString(legacy_status); in createStaIfaceInternal()
1108 << legacyErrorToString(legacy_status); in removeStaIfaceInternal()
1341 << legacyErrorToString(legacy_status); in getSupportedRadioCombinationsInternal()
[all …]
Dwifi.cpp377 << " error: " << legacyErrorToString(legacy_status); in initializeModeControllerAndLegacyHal()
395 << " error: " << legacyErrorToString(legacy_status); in stopLegacyHalAndDeinitializeModeController()