Searched defs:totalMemory (Results 1 – 8 of 8) sorted by relevance
48 size_t totalMemory; member
843 JNIEnv *env, jobject clazz, jboolean isLowRamDevice, jlong totalMemory) in android_media_AudioSystem_setLowRamDevice()
178 void setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice()
652 status_t AudioFlingerClientAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice()1132 Status AudioFlingerServerAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice()
1411 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice()
1655 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice()
2301 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice()
8854 long totalMemory = 1024 * 1024 * 1024; // 1GB is the default if ActivityManager fails. in readAndSetLowRamDevice() local