Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DComposerClient.cpp35 return ToBinderStatus(HWC3::Error::BadDisplay); \
174 return ToBinderStatus(error); in createLayer()
180 return ToBinderStatus(error); in createLayer()
183 return ToBinderStatus(HWC3::Error::None); in createLayer()
192 return ToBinderStatus(HWC3::Error::Unsupported); in createVirtualDisplay()
204 return ToBinderStatus(error); in destroyLayer()
211 return ToBinderStatus(error); in destroyLayer()
214 return ToBinderStatus(HWC3::Error::None); in destroyLayer()
220 return ToBinderStatus(HWC3::Error::Unsupported); in destroyVirtualDisplay()
234 return ToBinderStatus(HWC3::Error::None); in executeCommands()
[all …]
DComposer.cpp35 return ToBinderStatus(HWC3::Error::NoResources); in createClient()
42 return ToBinderStatus(HWC3::Error::NoResources); in createClient()
48 return ToBinderStatus(error); in createClient()
DCommon.h73 inline ndk::ScopedAStatus ToBinderStatus(HWC3::Error error) { in ToBinderStatus() function