Searched refs:ToBinderStatus (Results 1 – 3 of 3) sorted by relevance
35 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 …]
35 return ToBinderStatus(HWC3::Error::NoResources); in createClient()42 return ToBinderStatus(HWC3::Error::NoResources); in createClient()48 return ToBinderStatus(error); in createClient()
73 inline ndk::ScopedAStatus ToBinderStatus(HWC3::Error error) { in ToBinderStatus() function