Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp184 mTotalMemory(0), in AudioFlinger()
2270 mTotalMemory = totalMemory; in setLowRamDevice()
2278 : mTotalMemory < 2 * GB ? 4 * kMinimumClientSharedHeapSizeBytes in setLowRamDevice()
2279 : mTotalMemory < 3 * GB ? 8 * kMinimumClientSharedHeapSizeBytes in setLowRamDevice()
2280 : mTotalMemory < 4 * GB ? 16 * kMinimumClientSharedHeapSizeBytes in setLowRamDevice()
2293 (long long)mTotalMemory, in setLowRamDevice()
DAudioFlinger.h945 int64_t mTotalMemory; variable