Home
last modified time | relevance | path

Searched defs:memoryInfo (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/
H A DDebugTest.java198 Debug.MemoryInfo memoryInfo = new Debug.MemoryInfo(); in testGetAndReset() local
362 Debug.MemoryInfo memoryInfo = new Debug.MemoryInfo(); in testGetMemoryStat() local
387 Debug.MemoryInfo memoryInfo = new Debug.MemoryInfo(); in testGetMemoryStats() local
/aosp_15_r20/external/leakcanary2/leakcanary-android-release/src/main/java/leakcanary/
H A DProcessInfo.kt38 private val memoryInfo = MemoryInfo() in <lambda>() constant
/aosp_15_r20/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
H A DAnnotationLogicExtensions.kt143 val memoryInfo = ActivityManager.MemoryInfo() in RequireMinimumAdvertisedRamDevice() constant
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowActivityManager.java53 private static ActivityManager.MemoryInfo memoryInfo; field in ShadowActivityManager
279 public void setMemoryInfo(ActivityManager.MemoryInfo memoryInfo) { in setMemoryInfo()
/aosp_15_r20/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/
H A DMainAnnotationExecutorTest.kt198 val memoryInfo = ActivityManager.MemoryInfo() in requireMinimumAdvertisedRamDeviceAnnotation_isMinimumAdvertisedRamDevice() constant
/aosp_15_r20/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
H A DMemoryDeviceInfo.java39 MemoryInfo memoryInfo = new MemoryInfo(); in collectDeviceInfo() local
/aosp_15_r20/frameworks/base/tools/preload/loadclass/
H A DLoadClass.java62 Debug.MemoryInfo memoryInfo = new Debug.MemoryInfo(); in main() local
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DSurfaceOOMTest.java68 MemoryInfo memoryInfo = new MemoryInfo(); in getMemoryInfo() local
/aosp_15_r20/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DGlifPatternDrawableTest.java154 Debug.MemoryInfo memoryInfo = new Debug.MemoryInfo(); in testMemoryAllocation() local
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/app/
DMemoryQuery.java69 ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); in queryMemory() local
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/cts/
H A DLowRamDeviceTest.java199 ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); in getTotalMemory() local
/aosp_15_r20/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/decoder/
H A DSkiaPooledImageRegionDecoder.java460 ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); in isLowMemory() local
/aosp_15_r20/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
H A DDeviceInfoInstrument.java471 MemoryInfo memoryInfo = new MemoryInfo(); in getTotalMemory() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowActivityManagerTest.java65 ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); in getMemoryInfo_canGetMemoryInfoForOurProcess() local
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DDebug.java1956 public static native void getMemoryInfo(MemoryInfo memoryInfo); in getMemoryInfo()
1967 public static native boolean getMemoryInfo(int pid, MemoryInfo memoryInfo); in getMemoryInfo()
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_am_CachedAppOptimizer.cpp500 struct sysinfo memoryInfo; in com_android_server_am_CachedAppOptimizer_getFreeSwapPercent() local
/aosp_15_r20/external/executorch/examples/demo-apps/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/
H A DMainActivity.java460 ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); in updateMemoryUsage() local
/aosp_15_r20/external/deqp/framework/platform/android/
H A DtcuAndroidUtil.cpp416 LocalRef memoryInfo(env, env->NewObject(memoryInfoClass, memoryInfoCtor)); in getTotalAndroidSystemMemory() local
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/telemetry/
DCarTelemetryTestFragment.java1095 ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); in getAvailableMemory() local
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp2403 auto* memoryInfo = android::base::find(mMemoryInfo, memory); in setBufferMemoryBindInfoLocked() local
2682 auto* memoryInfo = android::base::find(mMemoryInfo, memory); in performBindImageMemory() local
2772 auto* memoryInfo = android::base::find(mMemoryInfo, pBindInfos[i].memory); in on_vkBindImageMemory2() local
4529 const MemoryInfo* memoryInfo = android::base::find(mMemoryInfo, bufferInfo->memory); in on_vkCmdCopyBufferToImage() local
4586 const MemoryInfo* memoryInfo = android::base::find(mMemoryInfo, bufferInfo->memory); in on_vkCmdCopyBufferToImage2() local
4643 const MemoryInfo* memoryInfo = android::base::find(mMemoryInfo, bufferInfo->memory); in on_vkCmdCopyBufferToImage2KHR() local
5432 auto& memoryInfo = mMemoryInfo[*pMemory]; in on_vkAllocateMemory() local
5499 VkDeviceMemory memory, MemoryInfo& memoryInfo, in destroyMemoryWithExclusiveInfo()
5527 auto& memoryInfo = memoryInfoIt->second; in freeMemoryLocked() local
/aosp_15_r20/external/aws-sdk-java-v2/services/elasticinference/src/main/resources/codegen-resources/
H A Dservice-2.json130 "memoryInfo":{ object
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryRequirementsTests.cpp116 …const VkDeviceBufferMemoryRequirementsKHR memoryInfo = {VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQ… in getBufferCreateInfoMemoryRequirementsKHR() local
/aosp_15_r20/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java2607 ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); in getAvailableMemory() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java1198 ActivityManager.MemoryInfo memoryInfo = new ActivityManager.MemoryInfo(); in isRunningOnLowMemory() local
/aosp_15_r20/out/soong/.intermediates/external/subsampling-scale-image-view/subsampling-scale-image-view/android_common/javac/
Dsubsampling-scale-image-view.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/davemorrissey/ com/ ...

123