Home
last modified time | relevance | path

Searched refs:canCurrentModeSupportConcurrencyTypeWithCurrentTypes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/interfaces/wifi/aidl/default/
H A Dwifi_chip.cpp827 if (!canCurrentModeSupportConcurrencyTypeWithCurrentTypes(IfaceConcurrencyType::AP)) { in createApIfaceInternal()
842 if (!canCurrentModeSupportConcurrencyTypeWithCurrentTypes(IfaceConcurrencyType::AP_BRIDGED)) { in createBridgedApIfaceInternal()
999 if (!canCurrentModeSupportConcurrencyTypeWithCurrentTypes(IfaceConcurrencyType::NAN_IFACE)) { in createNanIfaceInternal()
1056 if (!canCurrentModeSupportConcurrencyTypeWithCurrentTypes(IfaceConcurrencyType::P2P)) { in createP2pIfaceInternal()
1102 if (!canCurrentModeSupportConcurrencyTypeWithCurrentTypes(IfaceConcurrencyType::STA)) { in createStaIfaceInternal()
1165 !canCurrentModeSupportConcurrencyTypeWithCurrentTypes(IfaceConcurrencyType::STA)) { in createRttControllerInternal()
1662 bool WifiChip::canCurrentModeSupportConcurrencyTypeWithCurrentTypes( in canCurrentModeSupportConcurrencyTypeWithCurrentTypes() function in aidl::android::hardware::wifi::WifiChip
H A Dwifi_chip.h251 bool canCurrentModeSupportConcurrencyTypeWithCurrentTypes(IfaceConcurrencyType requested_type);