Home
last modified time | relevance | path

Searched refs:maxSize (Results 1 – 4 of 4) sorted by relevance

/system/vold/
DXwarp.cpp44 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()
DXwarp.h31 static int status(bool *ready, unsigned *mirrorPos, unsigned *maxSize);
DCommandListener.cpp526 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/
Dkeymaster_openssl.cpp349 size_t maxSize; in openssl_sign_data() local