Searched refs:changeFirmwareMode (Results 1 – 4 of 4) sorted by relevance
35 MOCK_METHOD1(changeFirmwareMode, bool(IfaceType));
47 virtual bool changeFirmwareMode(IfaceType type);
70 bool WifiModeController::changeFirmwareMode(IfaceType type) { in changeFirmwareMode() function in android::hardware::wifi::V1_5::implementation::mode_controller::WifiModeController
1596 success = mode_controller_.lock()->changeFirmwareMode(IfaceType::STA); in handleChipConfiguration()1598 success = mode_controller_.lock()->changeFirmwareMode(IfaceType::AP); in handleChipConfiguration()