Home
last modified time | relevance | path

Searched refs:totalMemory (Results 1 – 15 of 15) 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.cpp758 JNIEnv *env, jobject clazz, jboolean isLowRamDevice, jlong totalMemory) in android_media_AudioSystem_setLowRamDevice() argument
760 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.java503 long dalvikMax = runtime.totalMemory() / 1024; in endPerformanceSnapshot()
/frameworks/av/media/libaudioclient/
DIAudioFlinger.cpp759 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override in setLowRamDevice() argument
766 ?: data.writeInt64(totalMemory) in setLowRamDevice()
1415 int64_t totalMemory; in onTransact() local
1418 data.readInt64(&totalMemory) ?: in onTransact()
1419 setLowRamDevice(isLowRamDevice != 0, totalMemory); in onTransact()
DAudioSystem.cpp1102 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() argument
1106 return af->setLowRamDevice(isLowRamDevice, totalMemory); in setLowRamDevice()
/frameworks/av/include/media/
DIAudioFlinger.h481 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) = 0;
DAudioSystem.h302 static status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory);
/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h481 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) = 0;
/frameworks/base/media/java/android/media/
DAudioSystem.java1001 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() argument
/frameworks/av/services/audioflinger/
DAudioFlinger.h251 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override;
DAudioFlinger.cpp2100 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() argument
2111 mTotalMemory = totalMemory; in setLowRamDevice()
/frameworks/base/core/java/android/app/
DActivityThread.java1230 long dalvikMax = runtime.totalMemory() / 1024; in dumpMemInfo()
1382 long dalvikMax = runtime.totalMemory() / 1024; in dumpMemInfo()
7092 long dalvikUsed = runtime.totalMemory() - runtime.freeMemory(); in attach()
7095 + " total=" + (runtime.totalMemory()/1024) in attach()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java6446 long totalMemory = 1024 * 1024 * 1024; // 1GB is the default if ActivityManager fails. in readAndSetLowRamDevice() local
6451 totalMemory = info.totalMem; in readAndSetLowRamDevice()
6457 final int status = AudioSystem.setLowRamDevice(isLowRamDevice, totalMemory); in readAndSetLowRamDevice()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...