/aosp12/frameworks/base/core/jni/ |
H A D | android_ddm_DdmHandleNativeHeap.cpp | 48 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 D | android_media_AudioSystem.cpp | 846 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 D | IAudioFlingerService.aidl | 178 void setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() argument
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/ |
H A D | TimedStatement.java | 127 return mRuntime.totalMemory() - mRuntime.freeMemory(); in getUsedMemory()
|
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | IAudioFlinger.h | 308 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 D | AudioSystem.h | 350 static status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory);
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | PerformanceCollector.java | 504 long dalvikMax = runtime.totalMemory() / 1024; in endPerformanceSnapshot()
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | IAudioFlinger.cpp | 652 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 D | AudioSystem.cpp | 1417 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 D | AudioFlinger.h | 244 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override;
|
H A D | AudioFlinger.cpp | 2302 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 D | AudioSystem.java | 1656 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() argument
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ActivityThread.java | 1358 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 D | AudioService.java | 9163 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 41694 method public long totalMemory();
|