Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2342 size_t heapSizeInBytes = property_get_int32("ro.af.client_heap_size_kbyte", 0) * 1024; in getClientSharedHeapSize() local
2343 if (heapSizeInBytes != 0) { // read-only property overrides all. in getClientSharedHeapSize()
2344 return heapSizeInBytes; in getClientSharedHeapSize()