/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/ |
D | decoder-oina.c | 40 uint8_t mode, uint8_t subbands, uint8_t blocks, uint8_t alloc, in OI_CODEC_SBC_DecoderConfigureRaw() argument 64 if (blocks > SBC_BLOCKS_15) { in OI_CODEC_SBC_DecoderConfigureRaw() 80 context->common.frameInfo.blocks = blocks; in OI_CODEC_SBC_DecoderConfigureRaw()
|
D | decoder-sbc.c | 261 context->common.frameInfo.blocks = SBC_BLOCKS_15; in OI_CODEC_SBC_DecoderConfigureMSbc() 428 uint8_t blocks; in OI_CODEC_SBC_FrameCount() local 444 subbands = mode = blocks = frameData[1]; in OI_CODEC_SBC_FrameCount() 447 blocks = block_values[(blocks & (BIT5 | BIT4)) >> 4]; in OI_CODEC_SBC_FrameCount() 451 frameLen = blocks * frameData[2]; in OI_CODEC_SBC_FrameCount()
|
D | decoder-private.c | 104 frame->blocks = (d1 & (BIT5 | BIT4)) >> 4; in OI_SBC_ReadHeader() 105 frame->nrof_blocks = block_values[frame->blocks]; in OI_SBC_ReadHeader()
|
D | framing.c | 184 frame->nrof_blocks = block_values[frame->blocks]; in OI_SBC_ExpandFrameFields()
|
/packages/modules/GeoTZ/s2storage/ |
D | README.md | 1 This directory contains files related to storage of read-only S2 data in blocks. 26 blocks of data, and metadata about those blocks. All types are big-endian / network byte ordered. 31 2. Next are the block infos, which hold metadata about all blocks in the file such as their ID, 33 3. Lastly, come the blocks of data themselves. Blocks can be zero-length, in which case they take up
|
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/ |
D | PlannedExerciseBlockInternal.java | 39 public static void writeToParcel(List<PlannedExerciseBlockInternal> blocks, Parcel parcel) { in writeToParcel() argument 40 parcel.writeInt(blocks.size()); in writeToParcel() 41 for (PlannedExerciseBlockInternal block : blocks) { in writeToParcel()
|
D | PlannedExerciseSessionRecordInternal.java | 87 List<PlannedExerciseBlockInternal> blocks) { in setExerciseBlocks() argument 88 this.mExerciseBlocks = blocks; in setExerciseBlocks()
|
/packages/modules/adb/client/ |
D | incremental_utils.cpp | 147 static void appendBlocks(int32_t start, int count, std::vector<int32_t>* blocks) { in appendBlocks() argument 149 blocks->push_back(start); in appendBlocks() 151 auto oldSize = blocks->size(); in appendBlocks() 152 blocks->resize(oldSize + count); in appendBlocks() 153 std::iota(blocks->begin() + oldSize, blocks->end(), start); in appendBlocks()
|
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/ |
D | PlannedExerciseSessionRecord.java | 85 @NonNull List<PlannedExerciseBlock> blocks, in PlannedExerciseSessionRecord() argument 100 mBlocks = blocks; in PlannedExerciseSessionRecord() 356 public Builder setBlocks(@NonNull List<PlannedExerciseBlock> blocks) { in setBlocks() argument 357 Objects.requireNonNull(blocks); in setBlocks() 359 mBlocks.addAll(blocks); in setBlocks()
|
/packages/modules/GeoTZ/tzs2storage/ |
D | README.md | 17 most of the blocks are "packed tables". See the README.md associated with the 24 blocks of data, and metadata about those blocks. All types are big-endian / network byte ordered. 29 2. Next are the block infos, which hold metadata about all blocks in the file such as their ID, 31 3. Lastly, come the blocks of data themselves. Blocks can be zero-length, in which case they take up 59 information needed to locate and interpret the data storage blocks. 114 The header contains format information needed to address the suffix table blocks 115 and the block format information needed to interpret those blocks. It also 116 contains information shared by all blocks such as the TZ ID sets.
|
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc.h | 171 uint8_t blocks; member 336 uint8_t mode, uint8_t subbands, uint8_t blocks, uint8_t alloc,
|
/packages/apps/Car/Launcher/buildSrc/src/main/java/aconfig/ |
D | README.md | 10 Add `id 'aconfig'` in plugins blocks and specify `packageName` and `.aconfig src file`
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | hogp.py | 279 blocks = re.split("Handle:", body) 286 for block in blocks:
|
/packages/apps/Dialer/java/com/android/dialer/proguard/ |
D | proguard_release.flags | 16 # This allows proguard to strip isLoggable() blocks containing only debug log
|
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | FileUtils.java | 72 public long blocks; field in FileUtils.FileStatus
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/ |
D | PlannedExerciseSessionRecordFormatter.kt | 73 val exerciseBlock = record.blocks in <lambda>()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | OperationTypes.t | 90 * the non-zero blocks. For an n-dimensional tensor with dimensions [D0, D1, …, Dn-1]: if
|
D | types.spec | 2352 * Rearranges blocks of spatial data, into depth. 2360 * into non-overlapping blocks of size block_size x block_size. 2536 * dimensions of shape block_shape + [batch], interleaves these blocks back 2748 * a grid of blocks of shape block_shape, and interleaves these blocks with 2752 * original batch position. Prior to division into blocks, the spatial
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 15 network. `DnsTlsDispatcher` also blocks each query thread, waiting on a
|
/packages/modules/Uwb/generic_ranging/proto/src/ |
D | multi_sensor_finder_configuration.proto | 139 // The distance traveled check blocks measurements from being continually
|
/packages/modules/Virtualization/authfs/fd_server/src/ |
D | aidl.rs | 390 blockNumbers: st.blocks().try_into()?, in try_into_fs_stat()
|
/packages/modules/AdServices/adservices/service-core/proto/ |
D | seller_frontend_service.proto | 88 // (e.g. Category blocks Publisher has chosen and so on). This can
|
/packages/modules/Bluetooth/system/gd/docs/architecture/ |
D | architecture.md | 123 ## Building blocks
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 367 # documentation blocks found inside the body of a function. 368 # If set to NO (the default) these blocks will be appended to the 738 # doxygen to hide any special comment blocks from generated source code
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 367 # documentation blocks found inside the body of a function. 368 # If set to NO (the default) these blocks will be appended to the 738 # doxygen to hide any special comment blocks from generated source code
|