Searched refs:mirrorPos (Results 1 - 3 of 3) sorted by relevance

/system/vold/
H A DXwarp.h31 static int status(bool *ready, unsigned *mirrorPos, unsigned *maxSize);
H A DXwarp.cpp44 int Xwarp::status(bool *ready, unsigned *mirrorPos, unsigned *maxSize) { argument
48 *mirrorPos = 0;
61 fscanf(fp, "%u %u", mirrorPos, maxSize);
H A DCommandListener.cpp520 unsigned mirrorPos, maxSize; local
522 if (Xwarp::status(&r, &mirrorPos, &maxSize)) {
526 snprintf(msg, sizeof(msg), "%s %u %u", (r ? "ready" : "not-ready"), mirrorPos, maxSize);

Completed in 15 milliseconds