Loading libs/ui/GrallocAllocator.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ constexpr Error kDefaultError = Error::NO_RESOURCES; Allocator::Allocator() { mAllocator = IAllocator::getService("gralloc"); mAllocator = IAllocator::getService(); if (mAllocator != nullptr) { mAllocator->createClient( [&](const auto& tmpError, const auto& tmpClient) { Loading libs/ui/GrallocMapper.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ static constexpr Error kDefaultError = Error::NO_RESOURCES; Mapper::Mapper() { mMapper = IMapper::getService("gralloc-mapper"); mMapper = IMapper::getService(); if (mMapper != nullptr && mMapper->isRemote()) { LOG_ALWAYS_FATAL("gralloc-mapper must be in passthrough mode"); } Loading Loading
libs/ui/GrallocAllocator.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ constexpr Error kDefaultError = Error::NO_RESOURCES; Allocator::Allocator() { mAllocator = IAllocator::getService("gralloc"); mAllocator = IAllocator::getService(); if (mAllocator != nullptr) { mAllocator->createClient( [&](const auto& tmpError, const auto& tmpClient) { Loading
libs/ui/GrallocMapper.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ static constexpr Error kDefaultError = Error::NO_RESOURCES; Mapper::Mapper() { mMapper = IMapper::getService("gralloc-mapper"); mMapper = IMapper::getService(); if (mMapper != nullptr && mMapper->isRemote()) { LOG_ALWAYS_FATAL("gralloc-mapper must be in passthrough mode"); } Loading