Loading graphics/allocator/2.0/default/service.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ using android::hardware::graphics::allocator::V2_0::IAllocator; using android::hardware::defaultPassthroughServiceImplementation; int main() { return defaultPassthroughServiceImplementation<IAllocator>("gralloc"); return defaultPassthroughServiceImplementation<IAllocator>(); } graphics/allocator/2.0/vts/functional/VtsHalGraphicsAllocatorV2_0TargetTest.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ class TempDescriptor { class GraphicsAllocatorHidlTest : public ::testing::Test { protected: void SetUp() override { mAllocator = IAllocator::getService("gralloc"); mAllocator = IAllocator::getService(); ASSERT_NE(mAllocator, nullptr); mAllocator->createClient([this](const auto& error, const auto& client) { Loading graphics/composer/2.1/vts/functional/VtsHalGraphicsComposerV2_1TargetTest.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -749,7 +749,7 @@ class GraphicsComposerHidlCommandTest : public GraphicsComposerHidlTest { private: void SetUpGralloc() { mAllocator = IAllocator::getService("gralloc"); mAllocator = IAllocator::getService(); ASSERT_NE(nullptr, mAllocator.get()); mAllocator->createClient([this](const auto& error, const auto& client) { Loading @@ -759,7 +759,7 @@ class GraphicsComposerHidlCommandTest : public GraphicsComposerHidlTest { }); ASSERT_NE(nullptr, mAllocatorClient.get()); mMapper = IMapper::getService("gralloc-mapper"); mMapper = IMapper::getService(); ASSERT_NE(nullptr, mMapper.get()); ASSERT_FALSE(mMapper->isRemote()); } Loading graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperV2_0TargetTest.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ using namespace android::hardware::graphics::common::V1_0; class GraphicsMapperHidlTest : public ::testing::Test { protected: void SetUp() override { mAllocator = IAllocator::getService("gralloc"); mAllocator = IAllocator::getService(); ASSERT_NE(mAllocator, nullptr); mAllocator->createClient([this](const auto& error, const auto& client) { Loading @@ -46,7 +46,7 @@ class GraphicsMapperHidlTest : public ::testing::Test { }); ASSERT_NE(mAllocatorClient, nullptr); mMapper = IMapper::getService("gralloc-mapper"); mMapper = IMapper::getService(); ASSERT_NE(nullptr, mMapper.get()); ASSERT_FALSE(mMapper->isRemote()); Loading Loading
graphics/allocator/2.0/default/service.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ using android::hardware::graphics::allocator::V2_0::IAllocator; using android::hardware::defaultPassthroughServiceImplementation; int main() { return defaultPassthroughServiceImplementation<IAllocator>("gralloc"); return defaultPassthroughServiceImplementation<IAllocator>(); }
graphics/allocator/2.0/vts/functional/VtsHalGraphicsAllocatorV2_0TargetTest.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ class TempDescriptor { class GraphicsAllocatorHidlTest : public ::testing::Test { protected: void SetUp() override { mAllocator = IAllocator::getService("gralloc"); mAllocator = IAllocator::getService(); ASSERT_NE(mAllocator, nullptr); mAllocator->createClient([this](const auto& error, const auto& client) { Loading
graphics/composer/2.1/vts/functional/VtsHalGraphicsComposerV2_1TargetTest.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -749,7 +749,7 @@ class GraphicsComposerHidlCommandTest : public GraphicsComposerHidlTest { private: void SetUpGralloc() { mAllocator = IAllocator::getService("gralloc"); mAllocator = IAllocator::getService(); ASSERT_NE(nullptr, mAllocator.get()); mAllocator->createClient([this](const auto& error, const auto& client) { Loading @@ -759,7 +759,7 @@ class GraphicsComposerHidlCommandTest : public GraphicsComposerHidlTest { }); ASSERT_NE(nullptr, mAllocatorClient.get()); mMapper = IMapper::getService("gralloc-mapper"); mMapper = IMapper::getService(); ASSERT_NE(nullptr, mMapper.get()); ASSERT_FALSE(mMapper->isRemote()); } Loading
graphics/mapper/2.0/vts/functional/VtsHalGraphicsMapperV2_0TargetTest.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ using namespace android::hardware::graphics::common::V1_0; class GraphicsMapperHidlTest : public ::testing::Test { protected: void SetUp() override { mAllocator = IAllocator::getService("gralloc"); mAllocator = IAllocator::getService(); ASSERT_NE(mAllocator, nullptr); mAllocator->createClient([this](const auto& error, const auto& client) { Loading @@ -46,7 +46,7 @@ class GraphicsMapperHidlTest : public ::testing::Test { }); ASSERT_NE(mAllocatorClient, nullptr); mMapper = IMapper::getService("gralloc-mapper"); mMapper = IMapper::getService(); ASSERT_NE(nullptr, mMapper.get()); ASSERT_FALSE(mMapper->isRemote()); Loading