Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 33) sorted by relevance

12

/system/libhidl/libhidlcache/
DMemoryDealer.cpp161 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/
Dfc_sort.c41 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/
Dtinysndfile.c357 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/
Dstoraged.te43 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
/system/core/libmemunreachable/
DAllocator.cpp143 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/
Dstoraged.te49 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
/system/tools/hidl/
DType.cpp674 const std::string &extra) const { in emitJavaReaderWriterWithSuffix()
682 out << extra; in emitJavaReaderWriterWithSuffix()
684 out << (extra.empty() ? "" : (extra + ", ")); in emitJavaReaderWriterWithSuffix()
DType.h335 const std::string &extra) const;
/system/netd/server/
DIptablesRestoreController.cpp314 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/
Dstoraged.te50 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
/system/sepolicy/private/
Dstoraged.te50 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
/system/security/keystore/
DKeyStore.cpp505 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/
DMapsTest.cpp441 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/
Dbtif_hl.h111 btif_hl_extra_mdl_cfg_t extra; member
/system/bt/btif/src/
Dbtif_hl.cc571 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/
DCameraMetadataKeys.mako39 # Unconditionally add extra information if necessary
/system/nfc/src/nfc/tags/
Drw_t3t.cc199 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/
DBUILD.gn177 "-Wno-extra",
/system/sepolicy/prebuilts/api/26.0/public/
Ddumpstate.te183 # dumpstate_options_prop is used to pass extra command-line args.
/system/tools/hidl/c2hal/
Dc2hal_l.ll91 %option extra-type="android::AST *"
/system/sepolicy/public/
Ddumpstate.te238 # dumpstate_options_prop is used to pass extra command-line args.
/system/sepolicy/prebuilts/api/27.0/public/
Ddumpstate.te198 # dumpstate_options_prop is used to pass extra command-line args.
/system/sepolicy/prebuilts/api/28.0/public/
Ddumpstate.te238 # dumpstate_options_prop is used to pass extra command-line args.
/system/netd/server/dns/
DREADME.md130 (`ALOGD` is not disabled by default, requiring extra measures to avoid spamming the
/system/bt/doc/
Dstyle_guide.md97 Variable declarations should not include extra whitespace to line up fields. For

12