Searched refs:mirrorPos (Results 1 – 3 of 3) sorted by relevance
/system/vold/ |
D | Xwarp.cpp | 44 int Xwarp::status(bool *ready, unsigned *mirrorPos, unsigned *maxSize) { in status() argument 48 *mirrorPos = 0; in status() 61 fscanf(fp, "%u %u", mirrorPos, maxSize); in status()
|
D | Xwarp.h | 31 static int status(bool *ready, unsigned *mirrorPos, unsigned *maxSize);
|
D | CommandListener.cpp | 493 unsigned mirrorPos, maxSize; in runCommand() local 495 if (Xwarp::status(&r, &mirrorPos, &maxSize)) { in runCommand() 499 snprintf(msg, sizeof(msg), "%s %u %u", (r ? "ready" : "not-ready"), mirrorPos, maxSize); in runCommand()
|