Home
last modified time | relevance | path

Searched defs:block (Results 1 – 25 of 55) sorted by relevance

123

/system/libufdt/
Dufdt_node_pool.c73 struct ufdt_node_pool_block_header *block = pool->first_block; in ufdt_node_pool_destruct() local
95 struct ufdt_node_pool_block_header *block = in _ufdt_node_pool_create_block() local
118 struct ufdt_node_pool_block_header *block) { in _ufdt_node_pool_destory_block()
123 struct ufdt_node_pool_block_header *block) { in _ufdt_node_pool_block_alloc()
133 static void _ufdt_node_pool_block_free(struct ufdt_node_pool_block_header *block, in _ufdt_node_pool_block_free()
144 struct ufdt_node_pool *pool, struct ufdt_node_pool_block_header *block) { in _ufdt_node_pool_preppend_block()
155 struct ufdt_node_pool *pool, struct ufdt_node_pool_block_header *block) { in _ufdt_node_pool_append_block()
165 struct ufdt_node_pool_block_header *block = *block_ptr; in _ufdt_node_pool_remove_block() local
183 struct ufdt_node_pool_block_header *block = pool->first_block; in ufdt_node_pool_alloc() local
204 struct ufdt_node_pool_block_header *block = *block_ptr; in _ufdt_node_pool_search_block() local
[all …]
/system/tools/hidl/host_utils/
DFormatter.cpp63 Formatter& Formatter::block(const std::function<void(void)>& func) { in block() function in android::Formatter
81 Formatter& Formatter::sIf(const std::string& cond, const std::function<void(void)>& block) { in sIf()
86 Formatter& Formatter::sElseIf(const std::string& cond, const std::function<void(void)>& block) { in sElseIf()
91 Formatter& Formatter::sElse(const std::function<void(void)>& block) { in sElse()
96 Formatter& Formatter::sFor(const std::string& stmts, const std::function<void(void)>& block) { in sFor()
101 Formatter& Formatter::sTry(const std::function<void(void)>& block) { in sTry()
106 Formatter& Formatter::sCatch(const std::string& exception, const std::function<void(void)>& block) { in sCatch()
111 Formatter& Formatter::sFinally(const std::function<void(void)>& block) { in sFinally()
116 Formatter& Formatter::sWhile(const std::string& cond, const std::function<void(void)>& block) { in sWhile()
162 void Formatter::printBlock(const WrappedOutput::Block& block, size_t lineLength) { in printBlock()
[all …]
/system/update_engine/lz4diff/
Dlz4diff_compress.cc36 for (const auto& block : block_info) { in TryCompressBlob() local
50 for (const auto& block : block_info) { in TryCompressBlob() local
128 for (const auto& block : block_info) { in TryCompressBlob() local
159 for (const auto& block : block_info) { in TryDecompressBlob() local
174 for (const auto& block : block_info) { in TryDecompressBlob() local
236 std::ostream& operator<<(std::ostream& out, const CompressedBlock& block) { in operator <<()
Dlz4diff.cc49 for (const auto& block : block_info) { in StoreDstCompressedFileInfo() local
171 for (const auto& block : src_file_info.blocks) { in StoreSrcCompressedFileInfo() local
Dlz4patch.cc185 for (const auto& block : rpf) { in ToCompressedBlockVec() local
206 for (const auto& block : info) { in GetCompressedSize() local
215 for (const auto& block : info) { in GetDecompressedSize() local
/system/nfc/src/adaptation/
Dlibmain.cc34 std::string getFilenameForBlock(const unsigned block) { in getFilenameForBlock()
85 extern void nfa_nv_co_read(uint8_t* pBuffer, uint16_t nbytes, uint8_t block) { in nfa_nv_co_read()
135 uint8_t block) { in nfa_nv_co_write()
227 for (auto block : verify_blocks) { in verify_stack_non_volatile_store() local
/system/core/fs_mgr/libsnapshot/
Dsnapshot_reader_test.cpp56 std::string block(kBlockSize, 0); in WriteBaseDevice() local
86 std::string block(kBlockSize, 0); in TestBlockReads() local
104 std::string block(kBlockSize, 0); in TestBlockReads() local
/system/update_engine/payload_generator/
Dextent_utils.h48 for (uint64_t block = extent.start_block(); in ExpandExtents() local
149 constexpr bool ExtentContains(const Extent& extent, size_t block) { in ExtentContains()
Derofs_filesystem.cc71 static constexpr bool IsBlockCompressed(const struct erofs_map_blocks& block) { in IsBlockCompressed()
84 struct erofs_map_blocks block {}; in FillExtentInfo() struct
Dblock_mapping_unittest.cc71 brillo::Blob block(block_size_, 'a'); in TEST_F() local
/system/nfc/src/nfc/tags/
Drw_t1t.cc813 tNFC_STATUS RW_T1tRead(uint8_t block, uint8_t byte) { in RW_T1tRead()
842 tNFC_STATUS RW_T1tWriteErase(uint8_t block, uint8_t byte, uint8_t new_byte) { in RW_T1tWriteErase()
890 tNFC_STATUS RW_T1tWriteNoErase(uint8_t block, uint8_t byte, uint8_t new_byte) { in RW_T1tWriteNoErase()
971 tNFC_STATUS RW_T1tRead8(uint8_t block) { in RW_T1tRead8()
1002 tNFC_STATUS RW_T1tWriteErase8(uint8_t block, uint8_t* p_new_dat) { in RW_T1tWriteErase8()
1049 tNFC_STATUS RW_T1tWriteNoErase8(uint8_t block, uint8_t* p_new_dat) { in RW_T1tWriteNoErase8()
Drw_t2t_ndef.cc318 uint16_t block; in rw_t2t_handle_lock_read_rsp() local
796 uint16_t block; in rw_t2t_read_locks() local
969 tNFC_STATUS rw_t2t_read_ndef_next_block(uint16_t block) { in rw_t2t_read_ndef_next_block()
1003 static bool rw_t2t_is_read_before_write_block(uint16_t block, in rw_t2t_is_read_before_write_block()
1074 uint8_t block; in rw_t2t_write_ndef_first_block() local
1167 tNFC_STATUS rw_t2t_write_ndef_next_block(uint16_t block, uint16_t msg_len, in rw_t2t_write_ndef_next_block()
1284 static void rw_t2t_update_cb(uint16_t block, uint8_t* p_write_block, in rw_t2t_update_cb()
1438 uint16_t block; in rw_t2t_add_terminator_tlv() local
1560 uint16_t block; in rw_t2t_handle_ndef_write_rsp() local
2774 uint16_t block; in RW_T2tLocateTlv() local
[all …]
Drw_t2t.cc705 tNFC_STATUS rw_t2t_read(uint16_t block) { in rw_t2t_read()
762 tNFC_STATUS rw_t2t_write(uint16_t block, uint8_t* p_write_data) { in rw_t2t_write()
929 tNFC_STATUS RW_T2tRead(uint16_t block) { in RW_T2tRead()
962 tNFC_STATUS RW_T2tWrite(uint16_t block, uint8_t* p_write_data) { in RW_T2tWrite()
Drw_mfc.cc163 static tNFC_STATUS rw_mfc_formatBlock(int block) { in rw_mfc_formatBlock()
358 static tNFC_STATUS rw_mfc_writeBlock(int block) { in rw_mfc_writeBlock()
816 static bool rw_mfc_authenticate(int block, bool KeyA) { in rw_mfc_authenticate()
876 static tNFC_STATUS rw_mfc_readBlock(int block) { in rw_mfc_readBlock()
/system/core/libsparse/
Dsparse.cpp53 int sparse_file_add_data(struct sparse_file* s, void* data, uint64_t len, unsigned int block) { in sparse_file_add_data()
58 unsigned int block) { in sparse_file_add_fill()
63 uint64_t len, unsigned int block) { in sparse_file_add_file()
68 unsigned int block) { in sparse_file_add_fd()
188 unsigned int block; member
201 unsigned int block, unsigned int nr_blocks), in sparse_file_foreach_chunk()
Dbacked_block.cpp27 unsigned int block; member
274 unsigned int block) { in backed_block_add_fill()
291 unsigned int block) { in backed_block_add_data()
308 uint64_t len, unsigned int block) { in backed_block_add_file()
330 unsigned int block) { in backed_block_add_fd()
Dsparse_read.cpp102 int AddToSparseFile(struct sparse_file* s, int64_t len, unsigned int block) override { in AddToSparseFile()
167 int AddToSparseFile(struct sparse_file* s, int64_t len, unsigned int block) override { in AddToSparseFile()
213 SparseFileSource* source, unsigned int blocks, unsigned int block, in process_raw_chunk()
247 SparseFileSource* source, unsigned int blocks, unsigned int block, in process_fill_chunk()
463 unsigned int block = offset / s->block_size; in do_sparse_file_read_normal() local
/system/update_engine/common/
Dterminator.h38 static void set_exit_blocked(bool block) { exit_blocked_ = block ? 1 : 0; } in set_exit_blocked()
/system/nfc/src/nfa/hci/
Dnfa_hci_ci.cc40 uint8_t block) { in nfa_nv_ci_read()
/system/nfc/src/fuzzers/integration/fakes/
Dnfc_adaptation_libmain_fakes.cc8 void nfa_nv_co_read(uint8_t* pBuffer, uint16_t nbytes, uint8_t block) { in nfa_nv_co_read()
/system/unwinding/libunwindstack/
DMemoryXz.cpp104 XzBlock* block = &blocks_[i]; in Read() local
199 const CXzBlockSizes& block = stream.blocks[b]; in ReadBlocks() local
218 bool MemoryXz::Decompress(XzBlock* block) { in Decompress()
/system/keymaster/km_openssl/
Diso18033kdf.cpp44 for (size_t block = 0; block < num_blocks; block++) { in GenerateKey() local
/system/chre/util/include/chre/util/
Dsynchronized_expandable_memory_pool_impl.h142 kMaxMemoryPoolCount>::isHalfFullBlock(Block *block) { in isHalfFullBlock()
/system/core/fastboot/
Dsuper_flash_helper.cpp93 unsigned int block = extent.offset / block_size; in GetSparseLayout() local
/system/extras/libfec/
Dfec_verity.cpp124 int hashtree_info::get_hash(const uint8_t *block, uint8_t *hash) { in get_hash()
158 const uint8_t *block) { in check_block_hash()
172 const uint8_t *block) { in check_block_hash_with_index()

123