Home
last modified time | relevance | path

Searched refs:totalMemory (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/jni/
Dandroid_ddm_DdmHandleNativeHeap.cpp48 size_t totalMemory; member
87 header.totalMemory = leak_info.total_memory; in DdmHandleNativeHeap_getLeakInfo()
91 header.mapSize, header.allocSize, header.allocInfoSize, header.totalMemory); in DdmHandleNativeHeap_getLeakInfo()
Dandroid_media_AudioSystem.cpp759 JNIEnv *env, jobject clazz, jboolean isLowRamDevice, jlong totalMemory) in android_media_AudioSystem_setLowRamDevice() argument
761 return (jint) AudioSystem::setLowRamDevice((bool) isLowRamDevice, (int64_t) totalMemory); in android_media_AudioSystem_setLowRamDevice()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
DTimedStatement.java127 return mRuntime.totalMemory() - mRuntime.freeMemory(); in getUsedMemory()
/frameworks/base/core/java/android/os/
DPerformanceCollector.java504 long dalvikMax = runtime.totalMemory() / 1024; in endPerformanceSnapshot()
/frameworks/av/media/libaudioclient/
DIAudioFlinger.cpp764 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override in setLowRamDevice() argument
771 ?: data.writeInt64(totalMemory) in setLowRamDevice()
1445 int64_t totalMemory; in onTransact() local
1448 data.readInt64(&totalMemory) ?: in onTransact()
1449 setLowRamDevice(isLowRamDevice != 0, totalMemory); in onTransact()
DAudioSystem.cpp1110 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() argument
1114 return af->setLowRamDevice(isLowRamDevice, totalMemory); in setLowRamDevice()
/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h482 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) = 0;
DAudioSystem.h304 static status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory);
/frameworks/base/media/java/android/media/
DAudioSystem.java1234 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() argument
/frameworks/av/services/audioflinger/
DAudioFlinger.h255 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override;
DAudioFlinger.cpp2213 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() argument
2224 mTotalMemory = totalMemory; in setLowRamDevice()
/frameworks/base/core/java/android/app/
DActivityThread.java1244 long dalvikMax = runtime.totalMemory() / 1024; in dumpMemInfo()
1396 long dalvikMax = runtime.totalMemory() / 1024; in dumpMemInfo()
7132 long dalvikUsed = runtime.totalMemory() - runtime.freeMemory(); in attach()
7135 + " total=" + (runtime.totalMemory()/1024) in attach()
/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
6598 totalMemory = info.totalMem; in readAndSetLowRamDevice()
6604 final int status = AudioSystem.setLowRamDevice(isLowRamDevice, totalMemory); in readAndSetLowRamDevice()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt41694 method public long totalMemory();
/frameworks/base/non-updatable-api/
Dcurrent.txt61802 method public long totalMemory();
/frameworks/base/api/
Dcurrent.txt61946 method public long totalMemory();