Home
last modified time | relevance | path

Searched refs:mTotalMemory (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DProcessStatsSummary.java46 private Preference mTotalMemory; field in ProcessStatsSummary
58 mTotalMemory = findPreference(KEY_TOTAL_MEMORY); in onCreate()
92 mTotalMemory.setSummary(totalString); in refreshUi()
/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp224 mTotalMemory(0), in AudioFlinger()
2313 mTotalMemory = totalMemory; in setLowRamDevice()
2321 : mTotalMemory < 2 * GB ? 4 * kMinimumClientSharedHeapSizeBytes in setLowRamDevice()
2322 : mTotalMemory < 3 * GB ? 8 * kMinimumClientSharedHeapSizeBytes in setLowRamDevice()
2323 : mTotalMemory < 4 * GB ? 16 * kMinimumClientSharedHeapSizeBytes in setLowRamDevice()
2336 (long long)mTotalMemory, in setLowRamDevice()
H A DAudioFlinger.h980 int64_t mTotalMemory; variable