Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 68) sorted by relevance

123

/system/bt/embdrv/sbc/decoder/srce/
Dframing.c156 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/
Dbzip_extent_writer.h37 explicit BzipExtentWriter(std::unique_ptr<ExtentWriter> next) in BzipExtentWriter()
/system/bt/osi/src/
Dlist.cc8 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/
Dspace_tokenizer.h29 auto next = std::string(); in GetNext() local
/system/core/libcutils/include/cutils/
Dconfig_utils.h29 cnode *next; member
Dlist.h28 struct listnode *next; member
/system/core/libcutils/include_vndk/cutils/
Dconfig_utils.h29 cnode *next; member
Dlist.h28 struct listnode *next; member
/system/core/libcutils/
Dhashmap.cpp31 Entry* next; member
116 Entry* next = entry->next; in expandIfNecessary() local
144 Entry* next = entry->next; in hashmapFree() local
267 Entry *next = entry->next; in hashmapForEach() local
/system/memory/libmemunreachable/
DLinkedList.h43 LinkedList<T>* next() { return next_; } in next() function
/system/core/libunwindstack/
DJitDebug.cpp35 uint32_t next; member
42 uint32_t next; member
50 uint64_t next; member
DDexFiles.cpp46 uint32_t next; member
52 uint64_t next; member
/system/bt/gd/l2cap/internal/
Dbasic_mode_channel_data_controller.cc50 auto next = std::move(pdu_queue_.front()); in GetNextPacket() local
Dle_credit_based_channel_data_controller.cc106 auto next = std::move(pdu_queue_.front()); in GetNextPacket() local
/system/core/libunwindstack/tests/
DJitDebugTest.cpp203 void JitDebugTest::WriteEntry32Pack(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pack()
216 void JitDebugTest::WriteEntry32Pad(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pad()
231 void JitDebugTest::WriteEntry64(uint64_t addr, uint64_t prev, uint64_t next, uint64_t elf_addr, in WriteEntry64()
/system/teeui/libteeui/src/
Devdev.cpp73 auto& next = *timers_.begin(); in runTimers() local
101 std::chrono::steady_clock::time_point next = std::chrono::steady_clock::now() + duration; in addTimer() local
/system/core/logcat/tests/
Dlogcat_benchmark.cpp92 timestamp next(buffer); in BM_logcat_sorted_order() local
/system/extras/ioshark/
Dcompile_ioshark.h22 struct files_db_s *next; member
/system/core/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp166 void WriteEntry32Pack(MemoryFake* memory, uint64_t addr, uint32_t prev, uint32_t next, in WriteEntry32Pack()
179 void WriteEntry32Pad(MemoryFake* memory, uint64_t addr, uint32_t prev, uint32_t next, in WriteEntry32Pad()
194 void WriteEntry64(MemoryFake* memory, uint64_t addr, uint64_t prev, uint64_t next, in WriteEntry64()
/system/extras/simpleperf/
DCallChainJoiner.h105 CacheNode* next = &nodes_[node->leaf_link_next]; in RemoveNodeFromLRUList() local
111 CacheNode* next = &nodes_[0]; in AppendNodeToLRUList() local
/system/bt/bta/hf_client/
Dbta_hf_client_at.h37 struct queued_at_cmd* next; member
/system/core/adb/
Dtypes.cpp53 const auto next = chain_[start_index_].size() - begin_offset_; in drop_front() local
/system/libufdt/
Dufdt_node.c50 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/
DType.cpp158 auto next = it + 1; in getHidlType() local
/system/nvram/core/tests/
Dgtest_stubs.h108 TestDeclarationBase* next; member

123