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.cpp931 JNIEnv *env, jobject clazz, jboolean isLowRamDevice, jlong totalMemory) in android_media_AudioSystem_setLowRamDevice() argument
933 return AudioSystem::setLowRamDevice(isLowRamDevice, totalMemory); in android_media_AudioSystem_setLowRamDevice()
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/util/perf/
DTimedStatement.java127 return mRuntime.totalMemory() - mRuntime.freeMemory(); in getUsedMemory()
/frameworks/av/media/libaudioclient/aidl/android/media/
DIAudioFlingerService.aidl185 void setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() argument
/frameworks/base/core/java/android/os/
DPerformanceCollector.java504 long dalvikMax = runtime.totalMemory() / 1024; in endPerformanceSnapshot()
/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h315 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) = 0;
474 status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override;
719 Status setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override;
DAudioSystem.h433 static status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory);
/frameworks/av/media/libaudioclient/
DIAudioFlinger.cpp675 status_t AudioFlingerClientAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice() argument
676 return statusTFromBinderStatus(mDelegate->setLowRamDevice(isLowRamDevice, totalMemory)); in setLowRamDevice()
1296 Status AudioFlingerServerAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice() argument
1297 return Status::fromStatusT(mDelegate->setLowRamDevice(isLowRamDevice, totalMemory)); in setLowRamDevice()
DAudioSystem.cpp1570 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice() argument
1573 return af->setLowRamDevice(isLowRamDevice, totalMemory); in setLowRamDevice()
/frameworks/av/services/audioflinger/
DAudioFlinger.h181 status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) final
DAudioFlinger.cpp2694 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() argument
2705 mTotalMemory = totalMemory; in setLowRamDevice()
/frameworks/base/media/java/android/media/
DAudioSystem.java1945 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() argument
/frameworks/base/core/java/android/app/
DActivityThread.java1625 long dalvikMax = runtime.totalMemory() / 1024; in dumpMemInfo()
1800 long dalvikMax = runtime.totalMemory() / 1024; in dumpMemInfo()
8405 long dalvikUsed = runtime.totalMemory() - runtime.freeMemory(); in attach()
8408 + " total=" + (runtime.totalMemory()/1024) in attach()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java12043 long totalMemory = 1024 * 1024 * 1024; // 1GB is the default if ActivityManager fails. in readAndSetLowRamDevice() local
12048 totalMemory = info.totalMem; in readAndSetLowRamDevice()
12054 final int status = AudioSystem.setLowRamDevice(isLowRamDevice, totalMemory); in readAndSetLowRamDevice()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt41694 method public long totalMemory();