Lines Matching refs:unwrapRet
99 T unwrapRet(Return<T>& ret, const U& default_val) in unwrapRet() function
105 Error unwrapRet(Return<Error>& ret) in unwrapRet() function
107 return unwrapRet(ret, kDefaultError); in unwrapRet()
247 return unwrapRet(ret, 0); in getMaxVirtualDisplayCount()
288 return unwrapRet(ret); in destroyVirtualDisplay()
317 return unwrapRet(ret); in destroyLayer()
516 return unwrapRet(ret); in setActiveConfig()
556 return unwrapRet(ret); in setColorMode()
583 return unwrapRet(ret); in setPowerMode()
589 return unwrapRet(ret); in setVsyncEnabled()
596 return unwrapRet(ret); in setClientTargetSlotCount()
805 auto error = unwrapRet(ret); in execute()