Searched refs:getChipModes (Results 1 – 5 of 5) sorted by relevance
36 MOCK_METHOD0(getChipModes, std::vector<V1_0::IWifiChip::ChipMode>());
62 EXPECT_CALL(*feature_flags_, getChipModes()) in setupV1IfaceCombination()79 EXPECT_CALL(*feature_flags_, getChipModes()) in setupV1_AwareIfaceCombination()92 EXPECT_CALL(*feature_flags_, getChipModes()) in setupV1_AwareDisabledApIfaceCombination()106 EXPECT_CALL(*feature_flags_, getChipModes()) in setupV2_AwareIfaceCombination()119 EXPECT_CALL(*feature_flags_, getChipModes()) in setupV2_AwareDisabledApIfaceCombination()132 EXPECT_CALL(*feature_flags_, getChipModes()) in setup_MultiIfaceCombination()
45 virtual std::vector<V1_0::IWifiChip::ChipMode> getChipModes();
155 std::vector<IWifiChip::ChipMode> WifiFeatureFlags::getChipModes() { in getChipModes() function in android::hardware::wifi::V1_3::implementation::feature_flags::WifiFeatureFlags
327 modes_(feature_flags.lock()->getChipModes()), in WifiChip()