/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | MboOceController.java | 59 long supportedFeatures = clientModeManager.getSupportedFeatures(); in enable() local 60 mIsMboSupported = (supportedFeatures & WIFI_FEATURE_MBO) != 0; in enable() 61 mIsOceSupported = (supportedFeatures & WIFI_FEATURE_OCE) != 0; in enable()
|
H A D | WifiLockManager.java | 725 long supportedFeatures = in getLowLatencyModeSupport() local 727 if (supportedFeatures == 0L) { in getLowLatencyModeSupport() 731 if ((supportedFeatures & WifiManager.WIFI_FEATURE_LOW_LATENCY) != 0) { in getLowLatencyModeSupport()
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | SdpMnsRecord.java | 31 int supportedFeatures, in SdpMnsRecord() argument 35 mSupportedFeatures = supportedFeatures; in SdpMnsRecord()
|
H A D | SdpPseRecord.java | 33 int supportedFeatures, in SdpPseRecord() argument 39 mSupportedFeatures = supportedFeatures; in SdpPseRecord()
|
H A D | SdpMasRecord.java | 42 int supportedFeatures, in SdpMasRecord() argument 49 mSupportedFeatures = supportedFeatures; in SdpMasRecord()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/ |
H A D | SdpManager.java | 244 int l2capPsm, int rfcommCannelNumber, int profileVersion, int supportedFeatures, in sdpMasRecordFoundCallback() argument 257 profileVersion, supportedFeatures, supportedMessageTypes, serviceName); in sdpMasRecordFoundCallback() 270 int rfcommCannelNumber, int profileVersion, int supportedFeatures, String serviceName, in sdpMnsRecordFoundCallback() argument 283 supportedFeatures, serviceName); in sdpMnsRecordFoundCallback() 296 int rfcommCannelNumber, int profileVersion, int supportedFeatures, in sdpPseRecordFoundCallback() argument 308 supportedFeatures, supportedRepositories, serviceName); in sdpPseRecordFoundCallback()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
H A D | AvrcpPlayer.java | 328 public Builder setSupportedFeatures(byte[] supportedFeatures) { in setSupportedFeatures() argument 329 mSupportedFeatures = supportedFeatures; in setSupportedFeatures()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapMasInstance.java | 483 public void setRemoteFeatureMask(int supportedFeatures) { in setRemoteFeatureMask() argument 487 mRemoteFeatureMask = supportedFeatures & sFeatureMask; in setRemoteFeatureMask()
|
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | wifi_hal.cpp | 288 WifihalGeneric supportedFeatures(handle, 0, in acquire_supported_features() local 293 ret = supportedFeatures.create(); in acquire_supported_features() 297 ret = supportedFeatures.set_iface_id(iinfo->name); in acquire_supported_features() 301 ret = supportedFeatures.requestResponse(); in acquire_supported_features() 307 supportedFeatures.getResponseparams(set); in acquire_supported_features()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiMetricsTest.java | 571 String capabilities, int supportedFeatures) { in buildMockScanDetail() argument 580 if ((supportedFeatures & FEATURE_MBO) != 0) { in buildMockScanDetail() 583 if ((supportedFeatures & FEATURE_MBO_CELL_DATA_AWARE) != 0) { in buildMockScanDetail() 586 if ((supportedFeatures & FEATURE_OCE) != 0) { in buildMockScanDetail() 589 if ((supportedFeatures & FEATURE_11AX) != 0) { in buildMockScanDetail() 593 if ((supportedFeatures & FEATURE_6G) != 0) { in buildMockScanDetail() 596 if ((supportedFeatures & FEATURE_6G_PSC) != 0) { in buildMockScanDetail()
|
H A D | WifiServiceImplTest.java | 7252 long supportedFeatures = mWifiServiceImpl.getSupportedFeatures(); in testGetSupportedFeaturesCaseForRtt() local 7254 return supportedFeatures; in testGetSupportedFeaturesCaseForRtt() 7310 long supportedFeatures = mWifiServiceImpl.getSupportedFeatures(); in testGetSupportedFeaturesCaseForMacRandomization() local 7312 return supportedFeatures; in testGetSupportedFeaturesCaseForMacRandomization()
|
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
H A D | WifiManagerTest.java | 2600 long supportedFeatures = in testGetSupportedFeatures() local 2605 .thenReturn(Long.valueOf(supportedFeatures)); in testGetSupportedFeatures()
|