Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHidlComposerHal.cpp178 T unwrapRet(Return<T>& ret, const U& default_val) { in unwrapRet() function
182 Error unwrapRet(Return<Error>& ret) { in unwrapRet() function
183 return unwrapRet(ret, kDefaultError); in unwrapRet()
320 return unwrapRet(ret, 0); in getMaxVirtualDisplayCount()
362 return unwrapRet(ret); in destroyVirtualDisplay()
388 return unwrapRet(ret); in destroyLayer()
607 return unwrapRet(ret); in setActiveConfig()
635 return unwrapRet(ret); in setColorMode()
662 return unwrapRet(ret); in setPowerMode()
667 return unwrapRet(ret); in setVsyncEnabled()
[all …]