Searched defs:used (Results 1 - 7 of 7) sorted by relevance

/system/extras/tests/sdcard/
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/btif/src/
H A Dbtif_sock_thread.c101 int used; member in struct:__anon692
202 APPL_TRACE_DEBUG("ts[%d].used:%d", i, ts[i].used);
203 if(!ts[i].used)
205 ts[i].used = 1;
217 ts[h].used = 0;
232 ts[h].used = 0;
268 /* create dummy socket pair used to wake up select loop */
/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/bt/bta/jv/
H A Dbta_jv_act.c146 int used = 0; local
150 used++;
152 if (used == BTA_JV_NUM_SERVICE_ID)
155 return used;
160 int used = 0; local
164 used++;
166 if (used == BTA_JV_MAX_RFC_CONN)
169 return used;
689 ** free the resources used by java
811 /* this scn is used b
1866 UINT8 used = 0, i, listen=0; local
[all...]
/system/core/adb/
H A Dsysdeps_win32.cpp141 /* used to emulate unix-domain socket pairs */
147 int used; member in struct:FHRec_
189 if (f->used == 0) {
202 if (f && f->used && f >= _win32_fhs && f < _win32_fhs + WIN32_MAX_FHS)
231 f->used = 1;
243 if ( f->used ) {
245 f->used = 0;
1115 int used; member in struct:SocketPairRec_
1137 if ( --pair->used == 0 ) {
1222 pair->used
[all...]
/system/vold/
H A Dcryptfs.c415 * password should be cleared once it has been used.
1675 * filesystem readonly. This is used when /data is mounted by
2376 int used = bitmap_get_bit(block_bitmap, block); local
2377 update_progress(data, used);
2378 if (used) {

Completed in 244 milliseconds