Home
last modified time | relevance | path

Searched defs:prev (Results 1 – 23 of 23) sorted by relevance

/system/core/libunwindstack/
DJitDebug.cpp35 uint32_t prev; member
42 uint32_t prev; member
50 uint64_t prev; member
DDexFiles.cpp36 uint32_t prev; member
42 uint64_t prev; member
/system/media/audio_utils/tests/
Dsample_tests.cpp54 float prev = -2.0f; in TEST() local
/system/core/libunwindstack/tests/
DJitDebugTest.cpp199 void JitDebugTest::WriteEntry32Pack(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pack()
212 void JitDebugTest::WriteEntry32Pad(uint64_t addr, uint32_t prev, uint32_t next, uint32_t elf_addr, in WriteEntry32Pad()
227 void JitDebugTest::WriteEntry64(uint64_t addr, uint64_t prev, uint64_t next, uint64_t elf_addr, in WriteEntry64()
DDexFilesTest.cpp118 void DexFilesTest::WriteEntry32(uint64_t entry_addr, uint32_t next, uint32_t prev, in WriteEntry32()
129 void DexFilesTest::WriteEntry64(uint64_t entry_addr, uint64_t next, uint64_t prev, in WriteEntry64()
/system/extras/simpleperf/
DCallChainJoiner.h104 CacheNode* prev = &nodes_[node->leaf_link_prev]; in RemoveNodeFromLRUList() local
112 CacheNode* prev = &nodes_[next->leaf_link_prev]; in AppendNodeToLRUList() local
/system/core/libcutils/include/cutils/
Dlist.h29 struct listnode *prev; member
/system/core/libcutils/include_vndk/cutils/
Dlist.h29 struct listnode *prev; member
/system/chre/core/tests/
Dmemory_manager_test.cc79 node *curr = nullptr, *prev = head; in TEST() local
/system/chre/util/include/chre/util/
Darray_queue_impl.h161 size_t prev = (absoluteIndex == 0) ? (kCapacity - 1) : (absoluteIndex - 1); in remove() local
/system/core/storaged/
Dstoraged_diskstats.cpp188 void get_inc_disk_stats(const struct disk_stats* prev, const struct disk_stats* curr, in get_inc_disk_stats()
/system/core/libcutils/
Dconfig_utils.cpp323 cnode *prev = cur; in config_free() local
/system/bt/osi/src/
Dlist.cc151 for (list_node_t *prev = list->head, *node = list->head->next; node; in list_remove() local
/system/extras/showslab/
Dshowslab.c62 struct slab_info *head = NULL, *p = NULL, *prev = NULL; in get_slabinfo() local
/system/core/libziparchive/
Dzip_writer_test.cc258 size_t prev = 1; in TEST_F() local
/system/core/liblog/
Dpmsg_reader.cpp325 const char *prev = NULL, *last = NULL, *cp = prefix; in __android_log_pmsg_file_read() local
/system/bt/btif/src/
Dbtif_sock_l2cap.cc59 struct packet *next, *prev; member
65 struct l2cap_socket* prev; // link to prev list item member
/system/extras/ioshark/
Dcompile_ioshark.c108 get_delta_ts(char *buf, struct timeval *prev) in get_delta_ts()
/system/core/fs_mgr/
Dfs_mgr_verity.cpp551 uint8_t prev[SHA256_DIGEST_LENGTH]; in compare_last_signature() local
/system/netd/resolv/
Dres_cache.cpp1191 resolv_cache::pending_req_info* prev = &cache->pending_requests; in cache_has_pending_request_locked() local
1215 resolv_cache::pending_req_info* prev = &cache->pending_requests; in _cache_notify_waiting_tid_locked() local
/system/core/lmkd/
Dlmkd.c320 struct adjslot_list *prev; member
468 struct adjslot_list *prev = old->prev; in adjslot_remove() local
/system/bt/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc166 static struct timespec prev = {0, 0}; in ts_log() local
/system/bt/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc182 static struct timespec prev = {0, 0}; in ts_log() local