Lines Matching refs:unwrapRet
97 T unwrapRet(Return<T>& ret, const U& default_val) in unwrapRet() function
103 Error unwrapRet(Return<Error>& ret) in unwrapRet() function
105 return unwrapRet(ret, kDefaultError); in unwrapRet()
253 return unwrapRet(ret, 0); in getMaxVirtualDisplayCount()
297 return unwrapRet(ret); in destroyVirtualDisplay()
326 return unwrapRet(ret); in destroyLayer()
557 return unwrapRet(ret); in setActiveConfig()
600 return unwrapRet(ret); in setColorMode()
627 return unwrapRet(ret); in setPowerMode()
633 return unwrapRet(ret); in setVsyncEnabled()
640 return unwrapRet(ret); in setClientTargetSlotCount()
849 auto error = unwrapRet(ret); in execute()