Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DClient.h50 AllocatorFactory::ClientAllocator& allocator();
59 AllocatorFactory::ClientAllocator mClientAllocator;
DClient.cpp32 AllocatorFactory::ClientAllocator& Client::allocator() in allocator()
/frameworks/av/services/audioflinger/afutils/
DAllocatorFactory.h92 using ClientAllocator = decltype(getClientAllocator()); variable