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

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

Completed in 311 milliseconds