Home
last modified time | relevance | path

Searched defs:inc (Results 1 – 8 of 8) sorted by relevance

/system/security/keystore/include/keystore/
Dutils.h67 inline void inc() { in inc() function
/system/core/storaged/
Dstoraged_diskstats.cpp189 struct disk_stats* inc) in get_inc_disk_stats()
269 disk_stats inc; in update() local
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp34 const int inc = (flags & WRITE_BACK)?1:0; in store() local
71 const int inc = (flags & WRITE_BACK)?1:0; in load() local
/system/core/libutils/
DRefBase.cpp197 char inc = refs->ref >= 0 ? '+' : '-'; in ~weakref_impl() local
211 char inc = refs->ref >= 0 ? '+' : '-'; in ~weakref_impl() local
357 char inc = ref->ref >= 0 ? '+' : '-'; in removeRef() local
384 char inc = refs->ref >= 0 ? '+' : '-'; in printRefsLocked() local
DLooper.cpp398 uint64_t inc = 1; in wake() local
/system/core/storaged/tests/
Dstoraged_test.cpp104 struct disk_stats base = {}, tmp = {}, curr, acc = {}, inc[5]; in TEST() local
/system/bt/bta/include/
Dbta_hf_client_api.h217 bool inc; member
/system/core/libsync/tests/
Dsync_test.cpp94 int inc(int val = 1) { in inc() function in __anon3472b2060111::SyncTimeline