/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | HalAidlUtil.java | 39 int supplicantValue, BitSet bitset, int bitSetPosition) { in supplicantMaskValueToWifiConfigurationBitSet() argument 40 bitset.set(bitSetPosition, (supplicantMask & supplicantValue) == supplicantValue); in supplicantMaskValueToWifiConfigurationBitSet() 47 BitSet bitset = new BitSet(); in supplicantToWifiConfigurationKeyMgmtMask() local 49 mask, KeyMgmtMask.NONE, bitset, in supplicantToWifiConfigurationKeyMgmtMask() 52 mask, KeyMgmtMask.WPA_PSK, bitset, in supplicantToWifiConfigurationKeyMgmtMask() 55 mask, KeyMgmtMask.WPA_EAP, bitset, in supplicantToWifiConfigurationKeyMgmtMask() 58 mask, KeyMgmtMask.IEEE8021X, bitset, in supplicantToWifiConfigurationKeyMgmtMask() 61 mask, KeyMgmtMask.OSEN, bitset, in supplicantToWifiConfigurationKeyMgmtMask() 64 mask, KeyMgmtMask.FT_PSK, bitset, in supplicantToWifiConfigurationKeyMgmtMask() 67 mask, KeyMgmtMask.FT_EAP, bitset, in supplicantToWifiConfigurationKeyMgmtMask() [all …]
|
/packages/modules/Uwb/generic_ranging/src/com/android/ranging/generic/ |
D | RangingTechnology.java | 44 BitSet bitset = BitSet.valueOf(new byte[]{technologiesByte}); in parseByte() local 47 if (bitset.get(technology.value)) { in parseByte() 58 BitSet bitset = new BitSet(); in toBitmap() local 60 bitset.set(technology.value); in toBitmap() 62 return bitset.toByteArray()[0]; in toBitmap()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaNetworkHalHidlImpl.java | 1152 int supplicantValue, BitSet bitset, in supplicantMaskValueToWifiConfigurationBitSet() argument 1154 bitset.set(bitSetPosition, (supplicantMask & supplicantValue) == supplicantValue); in supplicantMaskValueToWifiConfigurationBitSet() 1160 BitSet bitset = new BitSet(); in supplicantToWifiConfigurationKeyMgmtMask() local 1162 mask, ISupplicantStaNetwork.KeyMgmtMask.NONE, bitset, in supplicantToWifiConfigurationKeyMgmtMask() 1165 mask, ISupplicantStaNetwork.KeyMgmtMask.WPA_PSK, bitset, in supplicantToWifiConfigurationKeyMgmtMask() 1168 mask, ISupplicantStaNetwork.KeyMgmtMask.WPA_EAP, bitset, in supplicantToWifiConfigurationKeyMgmtMask() 1171 mask, ISupplicantStaNetwork.KeyMgmtMask.IEEE8021X, bitset, in supplicantToWifiConfigurationKeyMgmtMask() 1174 mask, ISupplicantStaNetwork.KeyMgmtMask.OSEN, bitset, in supplicantToWifiConfigurationKeyMgmtMask() 1177 mask, ISupplicantStaNetwork.KeyMgmtMask.FT_PSK, bitset, in supplicantToWifiConfigurationKeyMgmtMask() 1180 mask, ISupplicantStaNetwork.KeyMgmtMask.FT_EAP, bitset, in supplicantToWifiConfigurationKeyMgmtMask() [all …]
|
/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test_utils.cc | 35 std::bitset<8> address; in GetAddressField() 50 std::bitset<8> control; in GetControlField() 83 std::bitset<8> v24_signals; in CreateMccMscFrame() 99 std::bitset<8> header; in CreateMultiplexerControlFrame()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | bloom_filter.h | 66 std::bitset<BIGRAM_FILTER_MODULO> mFilter;
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | DiagnosticHalService.java | 435 BitSet bitset = BitSet.valueOf(value.getByteArray()); in createCarDiagnosticEvent() local 441 if (bitset.get(i)) { in createCarDiagnosticEvent() 447 if (bitset.get(numIntegerProperties + i)) { in createCarDiagnosticEvent()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
D | proximity_info_state_utils.h | 33 typedef std::bitset<MAX_KEY_COUNT_IN_A_KEYBOARD> NearKeycodesSet;
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | devices.h | 91 std::bitset<16> tmap_role_;
|
D | client_parser.h | 256 bool ParseTmapRole(std::bitset<16>& role, uint16_t len, const uint8_t* value);
|
D | codec_manager.cc | 638 ? std::bitset<32>{offload_config->stream_map.at(0).second}.count() in GetBroadcastConfig() 658 auto alloc_channels_per_bis = std::bitset<32>{allocation}.count() ?: 1; in GetBroadcastConfig()
|
D | client_parser_test.cc | 1778 std::bitset<16> role; in TEST() 1787 std::bitset<16> role; in TEST()
|
D | client_parser.cc | 687 bool ParseTmapRole(std::bitset<16>& role, uint16_t len, const uint8_t* value) { in ParseTmapRole()
|
D | le_audio_types.h | 1210 using AudioLocations = std::bitset<32>;
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | le_audio_utils.cc | 498 std::bitset<32>(cfg.audio_channel_allocation.value()).count(); in GetCodecConfigSettingFromAidl()
|
D | le_audio_utils_unittest.cc | 411 std::bitset<32>(stack_codec_params.audio_channel_allocation.value_or(1)) in PrepareReferenceAseDirectionConfigLc3()
|
/packages/modules/Bluetooth/system/stack/hcic/ |
D | hciblecmds.cc | 409 std::bitset<std::numeric_limits<uint8_t>::digits>(scanning_phys).count(); in btsnd_hcic_ble_set_extended_scan_params()
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger.cc | 1198 std::bitset<32> flags = 0; in Capture()
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | httpcore-4.4.13.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |