Lines Matching refs:unwrapRet
93 T unwrapRet(Return<T>& ret, const U& default_val) in unwrapRet() function
99 Error unwrapRet(Return<Error>& ret) in unwrapRet() function
101 return unwrapRet(ret, kDefaultError); in unwrapRet()
233 return unwrapRet(ret, 0); in getMaxVirtualDisplayCount()
259 return unwrapRet(ret); in destroyVirtualDisplay()
288 return unwrapRet(ret); in destroyLayer()
473 return unwrapRet(ret); in setActiveConfig()
506 return unwrapRet(ret); in setColorMode()
528 return unwrapRet(ret); in setPowerMode()
534 return unwrapRet(ret); in setVsyncEnabled()
541 return unwrapRet(ret); in setClientTargetSlotCount()
750 auto error = unwrapRet(ret); in execute()