Lines Matching refs:unwrapRet
105 T unwrapRet(Return<T>& ret, const U& default_val) in unwrapRet() function
111 Error unwrapRet(Return<Error>& ret) in unwrapRet() function
113 return unwrapRet(ret, kDefaultError); in unwrapRet()
211 return unwrapRet(ret, 0); in getMaxVirtualDisplayCount()
254 return unwrapRet(ret); in destroyVirtualDisplay()
283 return unwrapRet(ret); in destroyLayer()
511 return unwrapRet(ret); in setActiveConfig()
543 return unwrapRet(ret); in setColorMode()
570 return unwrapRet(ret); in setPowerMode()
576 return unwrapRet(ret); in setVsyncEnabled()
583 return unwrapRet(ret); in setClientTargetSlotCount()
772 auto error = unwrapRet(ret); in execute()