Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DGralloc5.cpp41 static const auto kIAllocatorServiceName = IAllocator::descriptor + std::string("/default"); variable
58 if (!AServiceManager_isDeclared(kIAllocatorServiceName.c_str())) { in waitForAllocator()
62 ndk::SpAIBinder(AServiceManager_waitForService(kIAllocatorServiceName.c_str()))); in waitForAllocator()