Searched defs:totalMemory (Results 1 – 7 of 7) sorted by relevance
48 size_t totalMemory; member
759 JNIEnv *env, jobject clazz, jboolean isLowRamDevice, jlong totalMemory) in android_media_AudioSystem_setLowRamDevice()
764 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override in setLowRamDevice()1445 int64_t totalMemory; in onTransact() local
1110 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice()
1234 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice()
2213 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice()
6593 long totalMemory = 1024 * 1024 * 1024; // 1GB is the default if ActivityManager fails. in readAndSetLowRamDevice() local