Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 42) 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/tools/xsdc/tests/
Dmain.cpp133 Employee::Address::Extra extra = *address.getFirstExtra(); in TEST_F() local
140 EXPECT_EQ(extra.getLine1(), "Donga 303-111"); in TEST_F()
141 EXPECT_EQ(extra.getLine2(), "Good Street"); in TEST_F()
/system/apex/apexd/
Dapexd_loop.h69 void DestroyLoopDevice(const std::string& path, const DestroyLoopFn& extra);
Dapexd_loop.cpp222 void DestroyLoopDevice(const std::string& path, const DestroyLoopFn& extra) { in DestroyLoopDevice() argument
241 extra(path, id); in DestroyLoopDevice()
DAndroid.bp19 // Some extra flags.
/system/netd/resolv/
Dres_mkquery.cpp233 const uint16_t extra = minlen % kEdns0Padding; in res_nopt() local
234 uint16_t padlen = (kEdns0Padding - extra) % kEdns0Padding; in res_nopt()
/system/tools/xsdc/tests/resources/nested_type/
Dnested_type.xsd13 <xs:element name="extra">
/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/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/private/
Dstoraged.te50 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
/system/sepolicy/prebuilts/api/29.0/private/
Dstoraged.te50 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
/system/sepolicy/prebuilts/api/28.0/private/
Dstoraged.te50 # Kernel does extra check on CAP_DAC_OVERRIDE for libbinder when storaged is
/system/tools/hidl/
DType.cpp684 const std::string &extra) const { in emitJavaReaderWriterWithSuffix()
692 out << extra; in emitJavaReaderWriterWithSuffix()
694 out << (extra.empty() ? "" : (extra + ", ")); in emitJavaReaderWriterWithSuffix()
DType.h367 const std::string &extra) const;
/system/core/libunwindstack/tests/
DMapsTest.cpp460 size_t extra = 0; in TEST() local
469 extra = entry_len + overlap1_name.size() + 1; in TEST()
474 size_t bytes_left_in_buffer = kBufferSize - extra; in TEST()
/system/extras/perfprofd/
DAndroid.bp58 // Add sanitizers that work w/o extra libraries. This is important
/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/tools/xsdc/tests/src/com/android/xsdc/tests/
DXmlParserTest.java84 Class<?> extra = result.loadClass("Employee$Address$Extra"); in testNestedType() local
96 String line2 = (String) extra.getMethod("getLine2").invoke(extraInstance); in testNestedType()
/system/nfc/src/nfc/tags/
Drw_t3t.cc198 uint32_t extra; in rw_t3t_check_timeout() local
203 extra = (timeout / 10) + RW_T3T_MIN_TIMEOUT_TICKS; in rw_t3t_check_timeout()
204 timeout += extra; in rw_t3t_check_timeout()
221 uint32_t extra; in rw_t3t_update_timeout() local
226 extra = (timeout / 10) + RW_T3T_MIN_TIMEOUT_TICKS; in rw_t3t_update_timeout()
227 timeout += extra; in rw_t3t_update_timeout()
/system/update_engine/scripts/
Dupdate_device.py94 self.offset += len(payload_info.extra) + len(payload_info.filename)

12