Loading compatibility_matrices/compatibility_matrix.current.xml +1 −1 Original line number Diff line number Diff line Loading @@ -277,7 +277,7 @@ </hal> <hal format="aidl" optional="true"> <name>android.hardware.graphics.composer3</name> <version>1</version> <version>2</version> <interface> <name>IComposer</name> <instance>default</instance> Loading graphics/composer/aidl/vts/VtsHalGraphicsComposer3_TargetTest.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -811,8 +811,7 @@ TEST_P(GraphicsComposerAidlTest, GetDisplayName) { EXPECT_TRUE(status.isOk()); } // TODO(b/250036572): disable this due to no implementation and revup on cuttlefish TEST_P(GraphicsComposerAidlTest, DISABLED_GetOverlaySupport) { TEST_P(GraphicsComposerAidlTest, GetOverlaySupport) { const auto& [status, _] = mComposerClient->getOverlaySupport(); if (!status.isOk() && status.getExceptionCode() == EX_SERVICE_SPECIFIC && status.getServiceSpecificError() == IComposerClient::EX_UNSUPPORTED) { Loading Loading
compatibility_matrices/compatibility_matrix.current.xml +1 −1 Original line number Diff line number Diff line Loading @@ -277,7 +277,7 @@ </hal> <hal format="aidl" optional="true"> <name>android.hardware.graphics.composer3</name> <version>1</version> <version>2</version> <interface> <name>IComposer</name> <instance>default</instance> Loading
graphics/composer/aidl/vts/VtsHalGraphicsComposer3_TargetTest.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -811,8 +811,7 @@ TEST_P(GraphicsComposerAidlTest, GetDisplayName) { EXPECT_TRUE(status.isOk()); } // TODO(b/250036572): disable this due to no implementation and revup on cuttlefish TEST_P(GraphicsComposerAidlTest, DISABLED_GetOverlaySupport) { TEST_P(GraphicsComposerAidlTest, GetOverlaySupport) { const auto& [status, _] = mComposerClient->getOverlaySupport(); if (!status.isOk() && status.getExceptionCode() == EX_SERVICE_SPECIFIC && status.getServiceSpecificError() == IComposerClient::EX_UNSUPPORTED) { Loading