Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A 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()
H A Dandroid_media_AudioSystem.cpp846 JNIEnv *env, jobject clazz, jboolean isLowRamDevice, jlong totalMemory) in android_media_AudioSystem_setLowRamDevice() argument
848 return (jint) AudioSystem::setLowRamDevice((bool) isLowRamDevice, (int64_t) totalMemory); in android_media_AudioSystem_setLowRamDevice()
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioFlingerService.aidl178 void setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() argument
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
H A DTimedStatement.java127 return mRuntime.totalMemory() - mRuntime.freeMemory(); in getUsedMemory()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h308 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) = 0;
428 status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override;
624 Status setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override;
H A DAudioSystem.h350 static status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory);
/aosp12/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java504 long dalvikMax = runtime.totalMemory() / 1024; in endPerformanceSnapshot()
/aosp12/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp652 status_t AudioFlingerClientAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice() argument
653 return statusTFromBinderStatus(mDelegate->setLowRamDevice(isLowRamDevice, totalMemory)); in setLowRamDevice()
1136 Status AudioFlingerServerAdapter::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice() argument
1137 return Status::fromStatusT(mDelegate->setLowRamDevice(isLowRamDevice, totalMemory)); in setLowRamDevice()
H A DAudioSystem.cpp1417 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice() argument
1420 return af->setLowRamDevice(isLowRamDevice, totalMemory); in setLowRamDevice()
/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.h244 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override;
H A DAudioFlinger.cpp2302 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() argument
2313 mTotalMemory = totalMemory; in setLowRamDevice()
/aosp12/frameworks/base/media/java/android/media/
H A DAudioSystem.java1656 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() argument
/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java1358 long dalvikMax = runtime.totalMemory() / 1024; in dumpMemInfo()
1510 long dalvikMax = runtime.totalMemory() / 1024; in dumpMemInfo()
7569 long dalvikUsed = runtime.totalMemory() - runtime.freeMemory(); in attach()
7572 + " total=" + (runtime.totalMemory()/1024) in attach()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java9163 long totalMemory = 1024 * 1024 * 1024; // 1GB is the default if ActivityManager fails. in readAndSetLowRamDevice() local
9168 totalMemory = info.totalMem; in readAndSetLowRamDevice()
9174 final int status = AudioSystem.setLowRamDevice(isLowRamDevice, totalMemory); in readAndSetLowRamDevice()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt41694 method public long totalMemory();