Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp165 mTotalMemory(0), in AudioFlinger()
2111 mTotalMemory = totalMemory; in setLowRamDevice()
2119 : mTotalMemory < 2 * GB ? 4 * kMinimumClientSharedHeapSizeBytes in setLowRamDevice()
2120 : mTotalMemory < 3 * GB ? 8 * kMinimumClientSharedHeapSizeBytes in setLowRamDevice()
2121 : mTotalMemory < 4 * GB ? 16 * kMinimumClientSharedHeapSizeBytes in setLowRamDevice()
2134 (long long)mTotalMemory, in setLowRamDevice()
DAudioFlinger.h891 int64_t mTotalMemory; variable