Searched refs:maxSize (Results 1 – 4 of 4) sorted by relevance
/system/vold/ |
D | Xwarp.cpp | 44 int Xwarp::status(bool *ready, unsigned *mirrorPos, unsigned *maxSize) { in status() argument 49 *maxSize = 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 | 526 unsigned mirrorPos, maxSize; in runCommand() local 528 if (Xwarp::status(&r, &mirrorPos, &maxSize)) { in runCommand() 532 snprintf(msg, sizeof(msg), "%s %u %u", (r ? "ready" : "not-ready"), mirrorPos, maxSize); in runCommand()
|
/system/security/softkeymaster/ |
D | keymaster_openssl.cpp | 349 size_t maxSize; in openssl_sign_data() local
|