Searched refs:sums (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp405 static jlong getFreeMemoryImpl(const char* const sums[], const int sumsLen[], int num) argument
430 while (sums[i]) {
431 if (strncmp(p, sums[i], sumsLen[i]) == 0) {
455 static const char* const sums[] = { "MemFree:", "Cached:", NULL }; local
457 return getFreeMemoryImpl(sums, sumsLen, 2);
462 static const char* const sums[] = { "MemTotal:", NULL }; local
464 return getFreeMemoryImpl(sums, sumsLen, 1);

Completed in 32 milliseconds