Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DGralloc5.cpp51 struct Gralloc5 { struct
110 static const Gralloc5 &getInstance() { in getInstance()
111 static Gralloc5 instance = []() { in getInstance()
114 return Gralloc5{}; in getInstance()
118 return Gralloc5{}; in getInstance()
125 return Gralloc5{}; in getInstance()
127 return Gralloc5{std::move(allocator), mapper}; in getInstance()
DAndroid.bp135 "Gralloc5.cpp",