Home
last modified time | relevance | path

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

/system/vold/
DXwarp.cpp44 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()
DXwarp.h31 static int status(bool *ready, unsigned *mirrorPos, unsigned *maxSize);
DCommandListener.cpp493 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()