Searched refs:inc (Results 1 - 9 of 9) sorted by relevance

/system/core/libsync/tests/
H A Dsync_test.cpp65 int inc(int val = 1) { function in class:__anon1475::SyncTimeline
257 ASSERT_EQ(timeline.inc(1), 0);
264 ASSERT_EQ(timeline.inc(4), 0);
270 ASSERT_EQ(timeline.inc(10), 0);
290 timeline.inc(100);
291 timeline.inc(100);
321 timeline.inc(1);
325 timeline.inc(1);
329 timeline.inc(1);
347 timeline.inc(
[all...]
/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp30 const int inc = (flags & WRITE_BACK)?1:0; local
33 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4));
47 if (inc)
51 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2));
55 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1));
67 const int inc = (flags & WRITE_BACK)?1:0; local
70 if (inc) LDR(AL, s.reg, addr.reg, immed12_post(4));
91 if (inc)
95 if (inc) LDRH(AL, s.reg, addr.reg, immed8_post(2));
99 if (inc) LDR
[all...]
/system/core/libutils/
H A DBasicHashtable.cpp135 size_t inc = chainIncrement(hash, mBucketCount); local
137 index = chainSeek(index, inc, mBucketCount);
164 size_t inc = chainIncrement(hash, mBucketCount); local
167 index = chainSeek(index, inc, mBucketCount);
221 size_t inc = chainIncrement(hash, newBucketCount); local
224 index = chainSeek(index, inc, newBucketCount);
H A DRefBase.cpp113 char inc = refs->ref >= 0 ? '+' : '-'; local
114 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
127 char inc = refs->ref >= 0 ? '+' : '-'; local
128 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
268 char inc = ref->ref >= 0 ? '+' : '-'; local
269 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref);
295 char inc = refs->ref >= 0 ? '+' : '-'; local
297 inc, refs->id, refs->ref);
476 // situation (e.g.: another thread has inc/decStrong'ed us)
H A DLooper.cpp409 uint64_t inc = 1;
410 ssize_t nWrite = TEMP_FAILURE_RETRY(write(mWakeEventFd, &inc, sizeof(uint64_t)));
/system/bt/bta/include/
H A Dbta_hf_client_api.h210 BOOLEAN inc; member in struct:__anon397
/system/bt/embdrv/sbc/decoder/srce/
H A Dreadsamplesjoint.inc21 * @file readsamplesjoint.inc
29 #include "readsamplesjoint.inc"
36 #include "readsamplesjoint.inc"
47 #include "readsamplesjoint.inc"
/system/bt/bta/hf_client/
H A Dbta_hf_client_act.c709 evt.clcc.inc = incoming;
/system/bt/btif/src/
H A Dbtif_hf_client.c847 p_data->clcc.inc ? BTHF_CLIENT_CALL_DIRECTION_INCOMING : BTHF_CLIENT_CALL_DIRECTION_OUTGOING,

Completed in 924 milliseconds