/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 | 758 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/ |
D | TimedStatement.java | 127 return mRuntime.totalMemory() - mRuntime.freeMemory(); in getUsedMemory()
|
/frameworks/base/core/java/android/os/ |
D | PerformanceCollector.java | 503 long dalvikMax = runtime.totalMemory() / 1024; in endPerformanceSnapshot()
|
/frameworks/av/media/libaudioclient/ |
D | IAudioFlinger.cpp | 759 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()
|
D | AudioSystem.cpp | 1102 status_t AudioSystem::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() argument 1106 return af->setLowRamDevice(isLowRamDevice, totalMemory); in setLowRamDevice()
|
/frameworks/av/include/media/ |
D | IAudioFlinger.h | 481 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) = 0;
|
D | AudioSystem.h | 302 static status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory);
|
/frameworks/av/media/libaudioclient/include/media/ |
D | IAudioFlinger.h | 481 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) = 0;
|
/frameworks/base/media/java/android/media/ |
D | AudioSystem.java | 1001 public static native int setLowRamDevice(boolean isLowRamDevice, long totalMemory); in setLowRamDevice() argument
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.h | 251 virtual status_t setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) override;
|
D | AudioFlinger.cpp | 2100 status_t AudioFlinger::setLowRamDevice(bool isLowRamDevice, int64_t totalMemory) in setLowRamDevice() argument 2111 mTotalMemory = totalMemory; in setLowRamDevice()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 1230 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/ |
D | AudioService.java | 6446 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/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |