Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f92091f1 authored by Xusong Wang's avatar Xusong Wang Committed by Automerger Merge Worker
Browse files

Merge "Add memory domain VTS validation tests." into rvc-dev am: 21551f3b am: c02ac11e

Change-Id: Ife882189f9396335847eb4cd0cc131747faa811b
parents 4f09d3f7 c02ac11e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ cc_test {
        "BasicTests.cpp",
        "CompilationCachingTests.cpp",
        "GeneratedTestHarness.cpp",
        "MemoryDomainTests.cpp",
        "QualityOfServiceTests.cpp",
        "TestAssertions.cpp",
        "ValidateBurst.cpp",
+0 −2
Original line number Diff line number Diff line
@@ -72,8 +72,6 @@ using HidlToken = hidl_array<uint8_t, static_cast<uint32_t>(Constant::BYTE_SIZE_

namespace {

enum class Executor { ASYNC, SYNC, BURST, FENCED };

enum class OutputType { FULLY_SPECIFIED, UNSPECIFIED, INSUFFICIENT, MISSED_DEADLINE };

enum class MemoryType { SHARED, DEVICE };