Lines Matching refs:unwrapRet
98 T unwrapRet(Return<T>& ret, const U& default_val) in unwrapRet() function
104 Error unwrapRet(Return<Error>& ret) in unwrapRet() function
106 return unwrapRet(ret, kDefaultError); in unwrapRet()
255 return unwrapRet(ret, 0); in getMaxVirtualDisplayCount()
299 return unwrapRet(ret); in destroyVirtualDisplay()
328 return unwrapRet(ret); in destroyLayer()
559 return unwrapRet(ret); in setActiveConfig()
602 return unwrapRet(ret); in setColorMode()
629 return unwrapRet(ret); in setPowerMode()
635 return unwrapRet(ret); in setVsyncEnabled()
642 return unwrapRet(ret); in setClientTargetSlotCount()
851 auto error = unwrapRet(ret); in execute()