Lines Matching refs:async
77 BOOL_SUBSTITUTE(Async);
238 Critical critical, Async async, Secure secure, int grallocUsage>
253 // When creating native window surfaces for the framebuffer, whether those should be async
254 static constexpr Async ASYNC = async;
277 EXPECT_CALL(*test->mRenderSurface, setAsync(static_cast<bool>(ASYNC))).Times(1);
380 : public DisplayVariant<type, type, width, height, critical, Async::FALSE, Secure::TRUE,
383 DisplayVariant<type, type, width, height, critical, Async::FALSE,
389 Critical::FALSE, Async::FALSE, Secure::FALSE, 0>;
408 width, height, Critical::FALSE, Async::TRUE, secure,
412 width, height, Critical::FALSE, Async::TRUE, secure,
427 height, Critical::FALSE, Async::TRUE, secure,
433 height, Critical::FALSE, Async::TRUE, secure, GRALLOC_USAGE_HW_COMPOSER>;