Searched refs:GB (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataUsageDetailView.java43 private static final double GB = 1024 * MB; field in class:DataUsageDetailView
131 val = b / GB;
132 suffix = "GB";
/frameworks/av/include/media/
H A DToneGenerator.h196 // GB Supervisory tones
221 GB, enumerator in enum:android::ToneGenerator::region
/frameworks/av/media/libaudioclient/include/media/
H A DToneGenerator.h196 // GB Supervisory tones
221 GB, enumerator in enum:android::ToneGenerator::region
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1899 // mIsLowRamDevice generally represent devices with less than 1GB of memory,
1901 constexpr int64_t GB = 1024 * 1024 * 1024; local
1904 : mTotalMemory < 2 * GB ? 4 * kMinimumClientSharedHeapSizeBytes
1905 : mTotalMemory < 3 * GB ? 8 * kMinimumClientSharedHeapSizeBytes
1906 : mTotalMemory < 4 * GB ? 16 * kMinimumClientSharedHeapSizeBytes
/frameworks/av/media/libaudioclient/
H A DToneGenerator.cpp854 { // GB
965 mRegion = GB;

Completed in 305 milliseconds