Home
last modified time | relevance | path

Searched defs:totalMemory (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/jni/
Dandroid_ddm_DdmHandleNativeHeap.cpp48 size_t totalMemory; member
Dandroid_media_AudioSystem.cpp759 JNIEnv *env, jobject clazz, jboolean isLowRamDevice, jlong totalMemory) in android_media_AudioSystem_setLowRamDevice()
/frameworks/av/media/libaudioclient/
DIAudioFlinger.cpp764 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override in setLowRamDevice()
1445 int64_t totalMemory; in onTransact() local
DAudioSystem.cpp1110 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice()
/frameworks/base/media/java/android/media/
DAudioSystem.java1234 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice()
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2213 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java6593 long totalMemory = 1024 * 1024 * 1024; // 1GB is the default if ActivityManager fails. in readAndSetLowRamDevice() local