Home
last modified time | relevance | path

Searched refs:blockLength (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsNsecRecord.java109 int blockLength = 0; in writeData() local
121 writeTypeBlock(writer, typesBlockStart, i - 1, blockLength); in writeData()
123 blockLength = 0; in writeData()
125 blockLength = Math.max(blockLength, byteIndex + 1); in writeData()
130 writeTypeBlock(writer, typesBlockStart, mTypes.length - 1, blockLength); in writeData()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dcodec_status_hidl.cc69 (static_cast<SbcBlockLength>(sbc_capability.blockLength & in sbc_offloading_capability_match()
70 sbc_config.blockLength) == in sbc_offloading_capability_match()
261 sbc_config.blockLength = SbcBlockLength::BLOCKS_4; in A2dpSbcToHalConfig()
264 sbc_config.blockLength = SbcBlockLength::BLOCKS_8; in A2dpSbcToHalConfig()
267 sbc_config.blockLength = SbcBlockLength::BLOCKS_12; in A2dpSbcToHalConfig()
270 sbc_config.blockLength = SbcBlockLength::BLOCKS_16; in A2dpSbcToHalConfig()
Dclient_interface_hidl_unittest.cc281 sbc_config.blockLength & sbc_capability.blockLength && in IsCodecOffloadingSupported()
456 .blockLength = block_length, in SbcCodecConfigurationsGenerator()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dcodec_status_aidl.cc82 !ContainedInVector(sbc_capability.blockLength, sbc_config.blockLength) || in sbc_offloading_capability_match()
263 sbc_config.blockLength = 4; in A2dpSbcToHalConfig()
266 sbc_config.blockLength = 8; in A2dpSbcToHalConfig()
269 sbc_config.blockLength = 12; in A2dpSbcToHalConfig()
272 sbc_config.blockLength = 16; in A2dpSbcToHalConfig()
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
DREADME.md26 15. Sbc Block Length (parameter name: `sbc.blockLength `)
50 | `sbc.blockLength ` | 0.`SbcBlockLength::BLOCKS_4` 1.`SbcBlockLength::BLOCKS_8` 2.`SbcBlockLength:…
Dlibbt_audio_hal_client_interface_fuzzer.cpp247 sbc.blockLength = mFdp->PickValueInArray(blockLengths); in SbcCodecConfigurationsGenerator()