Searched defs:hit (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DVolumeManager.cpp137 bool hit = false; local
143 hit = true;
148 if (!hit) {
/system/core/libcutils/
H A Dtztime.c327 //printf("tzload: hit: %s\n", name);
1413 register int hit; local
1417 hit = 0;
1428 hit = ((i == 0 && lp->ls_corr > 0) ||
1430 if (hit)
1436 ++hit;
1521 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit;

Completed in 239 milliseconds