Searched refs:used (Results 1 - 14 of 14) sorted by relevance

/system/extras/tests/sdcard/
H A Dtestcase.cpp50 // FULL_WAKE_LOCK was used by java apps and don't do
103 if(openTimer()->used()) openTimer()->sprint(&str, &size_left);
104 if(readTimer()->used()) readTimer()->sprint(&str, &size_left);
105 if(writeTimer()->used()) writeTimer()->sprint(&str, &size_left);
106 if(syncTimer()->used()) syncTimer()->sprint(&str, &size_left);
107 if(truncateTimer()->used()) truncateTimer()->sprint(&str, &size_left);
108 if(traverseTimer()->used()) traverseTimer()->sprint(&str, &size_left);
H A Dstopwatch.h85 // @param name To be used when the results are displayed. No
118 bool used() const { return mUsed; } function in class:android_test::StopWatch
/system/core/cpio/
H A Dmkbootfs.c92 // approximate range that was being used already, and avoiding small
287 int used = 0; local
298 if (used >= allocated) {
304 struct fs_config_entry* cc = canned_config + used;
315 ++used;
317 if (used >= allocated) {
322 canned_config[used].name = NULL;
/system/bt/doc/
H A Dpower_management.md32 controller, timers are used to post messages to the BTA workqueue thread as
89 seems to be used in the `bta_dm_act.c` file, and only for reinitialization.
125 `pm_mode_attempted` fields), its timeout and mode are used. Otherwise,
126 the same check is done against the second action and it is used
195 Timers are used exclusively for handling HCI command timeouts, and filter
/system/bt/vendor_libs/test_vendor_lib/
H A DAndroid.mk20 # We pull in gtest because base/files/file_util.h, which is used to read the
/system/bt/btif/src/
H A Dbtif_sock_thread.c96 int used; member in struct:__anon692
140 APPL_TRACE_DEBUG("ts[%d].used:%d", i, ts[i].used);
141 if(!ts[i].used)
143 ts[i].used = 1;
155 ts[h].used = 0;
170 ts[h].used = 0;
206 /* create dummy socket pair used to wake up select loop */
/system/bt/bta/jv/
H A Dbta_jv_act.c132 int used = 0; local
136 used++;
138 if (used == BTA_JV_NUM_SERVICE_ID)
141 return used;
146 int used = 0; local
150 used++;
152 if (used == BTA_JV_MAX_RFC_CONN)
155 return used;
674 ** free the resources used by java
796 /* this scn is used b
1819 UINT8 used = 0, i, listen=0; local
[all...]
/system/extras/f2fs_utils/
H A Df2fs_sparseblock.c490 unsigned int used, found, started = 0, i; local
527 used = f2fs_test_bit(block_offset, (char *)sit_entry->valid_map);
528 if(used)
/system/core/adb/
H A Dsysdeps_win32.cpp177 int used; member in struct:FHRec_
216 if (f->used == 0) {
230 if (f && f->used && f >= _win32_fhs && f < _win32_fhs + WIN32_MAX_FHS)
255 f->used = 1;
277 if (f->used) {
281 f->used = 0;
581 // buffer used by strerror()/_strerror(). _strerror() appends the
671 if (!fh || !fh->used || fh->clazz != &_fh_socket_class) {
825 // protocol of 0. Explicit socket protocols are used by most apps and we should
1213 if (!fh || !fh->used) {
[all...]
H A DAndroid.mk209 # adb device tracker (used by ddms) test tool
/system/tpm/trunks/ftdi/
H A Dsupport.c21 * Internal functions used by libmpsse.
/system/keymaster/
H A DAndroid.mk103 # This is used by keystore as a fallback for when the hardware keymaster does
/system/extras/pagecache/
H A Dpagecache.py369 parser.error('options -d and -i can\'t be used at the same time')
/system/vold/
H A Dcryptfs.c432 * password should be cleared once it has been used.
1682 * filesystem readonly. This is used when /data is mounted by
2409 int used = (aux_info.bg_desc[i].bg_flags & EXT4_BG_BLOCK_UNINIT) ? local
2411 update_progress(data, used);
2412 if (used) {

Completed in 420 milliseconds