/system/libhidl/libhidlcache/ |
D | MemoryDealer.cpp | 161 int extra = 0; in alloc() local 162 if (flags & PAGE_ALIGNED) extra = (-cur->start & ((pagesize / kMemoryAlign) - 1)); in alloc() 165 if (cur->free && (cur->size >= (size + extra))) { in alloc() 180 int extra = 0; in alloc() local 182 extra = (-free_chunk->start & ((pagesize / kMemoryAlign) - 1)); in alloc() 183 if (extra) { in alloc() 184 chunk_t* split = new chunk_t(free_chunk->start, extra); in alloc() 185 free_chunk->start += extra; in alloc() 193 const ssize_t tail_free = free_size - (size + extra); in alloc()
|
/system/sepolicy/tools/fc_sort/ |
D | fc_sort.c | 41 char *extra; member 504 temp->extra = (char*)strndup(&line_buf[start], finish - start); in main() 505 if (!(temp->extra)) { in main() 608 if (current->extra) { in main() 609 fprintf(out_file, "\t%s", current->extra); in main()
|
/system/media/audio_utils/ |
D | tinysndfile.c | 357 size_t extra = 0; in sf_open_write() local 362 extra = 14; in sf_open_write() 366 (void) fwrite(wav, 44 + extra, 1, stream); in sf_open_write() 407 size_t extra = (handle->info.format & SF_FORMAT_SUBMASK) == SF_FORMAT_FLOAT ? 14 : 0; in sf_close() local 408 (void) fread(wav, 44 + extra, 1, handle->stream); in sf_close() 410 write4u(&wav[4], dataSize + 36 + extra); // riffSize in sf_close() 411 write4u(&wav[40 + extra], dataSize); // dataSize in sf_close() 413 (void) fwrite(wav, 44 + extra, 1, handle->stream); in sf_close()
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | storaged.te | 43 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
/system/core/libmemunreachable/ |
D | Allocator.cpp | 143 ptrdiff_t extra = reinterpret_cast<uintptr_t>(aligned_ptr) - reinterpret_cast<uintptr_t>(ptr); in MapAligned() local 144 munmap(ptr, extra); in MapAligned() 145 map_size -= extra; in MapAligned()
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | storaged.te | 49 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
/system/tools/hidl/ |
D | Type.cpp | 674 const std::string &extra) const { in emitJavaReaderWriterWithSuffix() 682 out << extra; in emitJavaReaderWriterWithSuffix() 684 out << (extra.empty() ? "" : (extra + ", ")); in emitJavaReaderWriterWithSuffix()
|
D | Type.h | 335 const std::string &extra) const;
|
/system/netd/server/ |
D | IptablesRestoreController.cpp | 314 size_t extra = output->size() - (pos + PING_SIZE); in drainAndWaitForAck() local 316 extra, output->substr(pos + PING_SIZE, 128).c_str()); in drainAndWaitForAck()
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | storaged.te | 50 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
/system/sepolicy/private/ |
D | storaged.te | 50 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
|
/system/security/keystore/ |
D | KeyStore.cpp | 505 size_t extra = decode_key_length(p, plen); in list() local 506 char* match = (char*)malloc(extra + 1); in list() 509 matches->push(android::String16(match, extra)); in list() 512 ALOGW("could not allocate match of size %zd", extra); in list()
|
/system/core/libunwindstack/tests/ |
D | MapsTest.cpp | 441 size_t extra = 0; in TEST() local 450 extra = entry_len + overlap1_name.size() + 1; in TEST() 455 size_t bytes_left_in_buffer = kBufferSize - extra; in TEST()
|
/system/bt/btif/include/ |
D | btif_hl.h | 111 btif_hl_extra_mdl_cfg_t extra; member
|
/system/bt/btif/src/ |
D | btif_hl.cc | 571 if (p_mdl->base.active && p_mdl->extra.data_type == data_type && in btif_hl_is_reconnect_possible() 572 (p_mdl->extra.peer_mdep_id != BTA_HL_INVALID_MDEP_ID && in btif_hl_is_reconnect_possible() 573 p_mdl->extra.peer_mdep_id == peer_mdep_id) && in btif_hl_is_reconnect_possible() 591 if (p_mdl1->base.active && p_mdl1->extra.data_type == data_type && in btif_hl_is_reconnect_possible() 592 (p_mdl1->extra.peer_mdep_id != BTA_HL_INVALID_MDEP_ID && in btif_hl_is_reconnect_possible() 593 p_mdl1->extra.peer_mdep_id == peer_mdep_id) && in btif_hl_is_reconnect_possible() 3667 p_acb->delete_mdl.mdep_cfg_idx = p_mdl->extra.mdep_cfg_idx; in destroy_channel() 3681 mdep_cfg_idx = p_mdl->extra.mdep_cfg_idx; in destroy_channel() 3907 p_mdl->extra.mdep_cfg_idx = p_mcb->pcb.mdep_cfg_idx; in btif_hl_save_mdl_cfg() 3908 p_mdl->extra.data_type = in btif_hl_save_mdl_cfg() [all …]
|
/system/media/camera/docs/ |
D | CameraMetadataKeys.mako | 39 # Unconditionally add extra information if necessary
|
/system/nfc/src/nfc/tags/ |
D | rw_t3t.cc | 199 uint32_t extra; in rw_t3t_check_timeout() local 204 extra = (timeout / 10) + RW_T3T_MIN_TIMEOUT_TICKS; in rw_t3t_check_timeout() 205 timeout += extra; in rw_t3t_check_timeout() 222 uint32_t extra; in rw_t3t_update_timeout() local 227 extra = (timeout / 10) + RW_T3T_MIN_TIMEOUT_TICKS; in rw_t3t_update_timeout() 228 timeout += extra; in rw_t3t_update_timeout()
|
/system/bt/build/secondary/third_party/aac/ |
D | BUILD.gn | 177 "-Wno-extra",
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | dumpstate.te | 183 # dumpstate_options_prop is used to pass extra command-line args.
|
/system/tools/hidl/c2hal/ |
D | c2hal_l.ll | 91 %option extra-type="android::AST *"
|
/system/sepolicy/public/ |
D | dumpstate.te | 238 # dumpstate_options_prop is used to pass extra command-line args.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | dumpstate.te | 198 # dumpstate_options_prop is used to pass extra command-line args.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | dumpstate.te | 238 # dumpstate_options_prop is used to pass extra command-line args.
|
/system/netd/server/dns/ |
D | README.md | 130 (`ALOGD` is not disabled by default, requiring extra measures to avoid spamming the
|
/system/bt/doc/ |
D | style_guide.md | 97 Variable declarations should not include extra whitespace to line up fields. For
|