/frameworks/base/core/jni/ |
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()
|
D | android_media_AudioSystem.cpp | 931 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/ |
D | TimedStatement.java | 127 return mRuntime.totalMemory() - mRuntime.freeMemory(); in getUsedMemory()
|
/frameworks/av/media/libaudioclient/aidl/android/media/ |
D | IAudioFlingerService.aidl | 185 void setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() argument
|
/frameworks/base/core/java/android/os/ |
D | PerformanceCollector.java | 504 long dalvikMax = runtime.totalMemory() / 1024; in endPerformanceSnapshot()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | IAudioFlinger.h | 315 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;
|
D | AudioSystem.h | 433 static status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory);
|
/frameworks/av/media/libaudioclient/ |
D | IAudioFlinger.cpp | 675 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()
|
D | AudioSystem.cpp | 1570 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) { in setLowRamDevice() argument 1573 return af->setLowRamDevice(isLowRamDevice, totalMemory); in setLowRamDevice()
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.h | 181 status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) final
|
D | AudioFlinger.cpp | 2694 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() argument 2705 mTotalMemory = totalMemory; in setLowRamDevice()
|
/frameworks/base/media/java/android/media/ |
D | AudioSystem.java | 1945 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() argument
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 1625 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/ |
D | AudioService.java | 12043 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/ |
D | android-22.txt | 41694 method public long totalMemory();
|