Searched refs:mTotalMemory (Results 1 – 2 of 2) sorted by relevance
184 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()
945 int64_t mTotalMemory; variable