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

/system/chre/
H A DMakefile51 HEXAGON_CFLAGS += -I$(SLPI_PREFIX)/platform/inc
52 HEXAGON_CFLAGS += -I$(SLPI_PREFIX)/platform/inc/HAP
53 HEXAGON_CFLAGS += -I$(SLPI_PREFIX)/platform/inc/stddef
54 HEXAGON_CFLAGS += -I$(SLPI_PREFIX)/platform/rtld/inc
56 HEXAGON_CFLAGS += -I$(SLPI_PREFIX)/Sensors/common/idl/inc
57 HEXAGON_CFLAGS += -I$(SLPI_PREFIX)/Sensors/common/inc
58 HEXAGON_CFLAGS += -I$(SLPI_PREFIX)/Sensors/common/smr/inc
59 HEXAGON_CFLAGS += -I$(SLPI_PREFIX)/Sensors/common/util/mathtools/inc
61 HEXAGON_CFLAGS += -I$(SLPI_PREFIX)/Sensors/pm/inc
/system/core/storaged/
H A Dstoraged_utils.cpp113 struct disk_stats inc; local
119 *((uint64_t*)&inc + i) =
123 inc.io_in_flight = curr->io_in_flight;
125 inc.start_time = prev->end_time;
126 inc.end_time = curr->end_time;
127 inc.io_avg = curr->io_avg;
128 inc.counter = 1;
130 return inc;
H A Dstoraged.cpp47 struct disk_stats inc = get_inc_disk_stats(&mPrevious, &curr); local
48 add_disk_stats(&inc, &mAccumulate);
52 // log_kernel_disk_stats(&inc, "inc stats");
101 struct disk_stats inc = get_inc_disk_stats(&mPrevious, stats); local
102 struct disk_perf perf = get_disk_perf(&inc);
109 add_disk_stats(&inc, &mAccumulate);
/system/core/libsync/tests/
H A Dsync_test.cpp65 int inc(int val = 1) { function in class:__anon1645::SyncTimeline
284 ASSERT_EQ(timeline.inc(1), 0);
291 ASSERT_EQ(timeline.inc(4), 0);
297 ASSERT_EQ(timeline.inc(10), 0);
317 timeline.inc(100);
318 timeline.inc(100);
348 timeline.inc(1);
354 timeline.inc(1);
360 timeline.inc(1);
381 timeline.inc(
[all...]
/system/security/keystore/include/keystore/
H A Dutils.h41 inc();
63 inline void inc() { function in class:android::security::SharedNullableIterator
/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp34 const int inc = (flags & WRITE_BACK)?1:0; local
37 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4));
51 if (inc)
55 if (inc) STRH(AL, s.reg, addr.reg, immed8_post(2));
59 if (inc) STRB(AL, s.reg, addr.reg, immed12_post(1));
71 const int inc = (flags & WRITE_BACK)?1:0; local
74 if (inc) LDR(AL, s.reg, addr.reg, immed12_post(4));
95 if (inc)
99 if (inc) LDRH(AL, s.reg, addr.reg, immed8_post(2));
103 if (inc) LDR
[all...]
/system/core/libutils/
H A DRefBase.cpp89 // The client must ensure that every inc() call, together with all other
184 char inc = refs->ref >= 0 ? '+' : '-'; local
185 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
198 char inc = refs->ref >= 0 ? '+' : '-'; local
199 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
344 char inc = ref->ref >= 0 ? '+' : '-'; local
345 ALOGD("\t%c ID %p (ref %d):", inc, ref->id, ref->ref);
371 char inc = refs->ref >= 0 ? '+' : '-'; local
373 inc, refs->id, refs->ref);
578 // situation (e.g.: another thread has inc/decStron
[all...]
H A DLooper.cpp403 uint64_t inc = 1;
404 ssize_t nWrite = TEMP_FAILURE_RETRY(write(mWakeEventFd, &inc, sizeof(uint64_t)));
/system/update_engine/scripts/update_payload/
H A Dcommon.py176 idx, inc = (len(items), -1) if reverse else (1, 1)
184 idx += inc
/system/nfc/halimpl/pn54x/
H A DAndroid.mk71 $(LOCAL_PATH)/inc \
/system/core/storaged/tests/
H A Dstoraged_test.cpp96 struct disk_stats base, tmp, curr, acc, inc[5]; local
109 inc[i] = get_inc_disk_stats(&tmp, &curr);
110 add_disk_stats(&inc[i], &acc);
/system/bt/bta/include/
H A Dbta_hf_client_api.h217 bool inc; member in struct:__anon369
/system/bt/embdrv/sbc/decoder/srce/
H A Dreadsamplesjoint.inc22 * @file readsamplesjoint.inc
30 #include "readsamplesjoint.inc"
37 #include "readsamplesjoint.inc"
48 #include "readsamplesjoint.inc"
/system/bt/btif/src/
H A Dbtif_hf_client.cc935 p_data->clcc.inc ? BTHF_CLIENT_CALL_DIRECTION_INCOMING
/system/bt/bta/hf_client/
H A Dbta_hf_client_at.cc701 evt.clcc.inc = incoming;

Completed in 296 milliseconds