/system/bt/embdrv/sbc/decoder/srce/ |
D | framing.c | 156 INLINE OI_CHAR crc_iterate(uint8_t oldcrc, uint8_t next) { in crc_iterate() 170 INLINE OI_CHAR crc_iterate_top4(uint8_t oldcrc, uint8_t next) { in crc_iterate_top4() 186 INLINE uint8_t crc_iterate_top4(uint8_t oldcrc, uint8_t next) { in crc_iterate_top4() 191 INLINE uint8_t crc_iterate(uint8_t crc, uint8_t next) { in crc_iterate() 199 INLINE uint8_t crc_iterate(uint8_t crc, uint8_t next) { in crc_iterate()
|
/system/update_engine/payload_consumer/ |
D | bzip_extent_writer.h | 37 explicit BzipExtentWriter(std::unique_ptr<ExtentWriter> next) in BzipExtentWriter()
|
/system/bt/osi/src/ |
D | list.cc | 8 struct list_node_t* next; member 145 list_node_t* next = list_free_node_(list, list->head); in list_remove() local 177 list_node_t* next = node->next; in list_foreach() local 208 list_node_t* next = node->next; in list_free_node_() local
|
/system/core/property_service/libpropertyinfoserializer/ |
D | space_tokenizer.h | 29 auto next = std::string(); in GetNext() local
|
/system/sepolicy/tools/fc_sort/ |
D | fc_sort.c | 45 struct file_context_node *next; member 70 struct file_context_bucket *next; member 310 struct file_context_node *next; in fc_free_file_context_node_list() local
|
/system/core/libcutils/include_vndk/cutils/ |
D | config_utils.h | 29 cnode *next; member
|
D | list.h | 28 struct listnode *next; member
|
/system/core/libcutils/include/cutils/ |
D | config_utils.h | 29 cnode *next; member
|
D | list.h | 28 struct listnode *next; member
|
/system/core/libmemunreachable/ |
D | LinkedList.h | 43 LinkedList<T>* next() { return next_; } in next() function
|
/system/iot/attestation/atap/test/ |
D | atap_unittest_util.h | 69 inline uint8_t* next(const uint8_t* buf, uint32_t* index, uint32_t value) { in next() function
|
/system/core/libunwindstack/ |
D | JitDebug.cpp | 34 uint32_t next; member 41 uint32_t next; member 49 uint64_t next; member
|
D | DexFiles.cpp | 35 uint32_t next; member 41 uint64_t next; member
|
/system/core/libunwindstack/tests/ |
D | JitDebugTest.cpp | 202 void JitDebugTest::WriteEntry32Pack(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pack() 215 void JitDebugTest::WriteEntry32Pad(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pad() 230 void JitDebugTest::WriteEntry64(uint64_t addr, uint64_t prev, uint64_t next, uint64_t elf_addr, in WriteEntry64()
|
D | DexFilesTest.cpp | 120 void DexFilesTest::WriteEntry32(uint64_t entry_addr, uint32_t next, uint32_t prev, in WriteEntry32() 131 void DexFilesTest::WriteEntry64(uint64_t entry_addr, uint64_t next, uint64_t prev, in WriteEntry64()
|
/system/core/libcutils/ |
D | hashmap.cpp | 32 Entry* next; member 121 Entry* next = entry->next; in expandIfNecessary() local 149 Entry* next = entry->next; in hashmapFree() local 321 Entry *next = entry->next; in hashmapForEach() local
|
/system/core/adb/ |
D | fdevent.h | 36 fdevent *next; member
|
/system/extras/perfprofd/ |
D | perfprofd_io.cc | 95 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* next, z_stream* stream) in GzipOutputStream() 125 std::unique_ptr<GzipOutputStream> GzipOutputStream::Create(ZeroCopyOutputStream* next, in Create()
|
/system/core/logcat/tests/ |
D | logcat_benchmark.cpp | 92 timestamp next(buffer); in BM_logcat_sorted_order() local
|
/system/extras/ioshark/ |
D | compile_ioshark.h | 22 struct files_db_s *next; member
|
/system/extras/simpleperf/ |
D | CallChainJoiner.h | 105 CacheNode* next = &nodes_[node->leaf_link_next]; in RemoveNodeFromLRUList() local 111 CacheNode* next = &nodes_[0]; in AppendNodeToLRUList() local
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.h | 37 struct queued_at_cmd* next; member
|
/system/core/libpackagelistparser/ |
D | packagelistparser.c | 95 char *next; in packagelist_parse() local
|
/system/libufdt/ |
D | ufdt_node.c | 50 struct ufdt_node *next = it->sibling; in ufdt_node_destruct() local 176 struct ufdt_node *next = NULL; in ufdt_node_get_node_by_path_len() local
|
/system/tools/hidl/c2hal/ |
D | Type.cpp | 158 auto next = it + 1; in getHidlType() local
|