Searched refs:batchingSupported (Results 1 – 2 of 2) sorted by relevance
39 HalImpl(std::unique_ptr<ExynosDevice> device, bool batchingSupported);191 void initCaps(bool batchingSupported);
43 bool batchingSupported = composerInterfaceVersion >= kMinComposerInterfaceVersionForHwcBatching; in create() local48 auto halImp = std::make_unique<HalImpl>(std::move(device), batchingSupported); in create()138 HalImpl::HalImpl(std::unique_ptr<ExynosDevice> device, bool batchingSupported) in HalImpl() argument140 initCaps(batchingSupported); in HalImpl()154 void HalImpl::initCaps(bool batchingSupported) { in initCaps() argument169 if (batchingSupported) { in initCaps()