Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/afutils/
DAllocatorFactory.h70 inline auto getClientAllocator() { in getClientAllocator() function
92 using ClientAllocator = decltype(getClientAllocator());
/frameworks/av/services/audioflinger/
DClient.cpp24 , mClientAllocator(AllocatorFactory::getClientAllocator()) {} in Client()