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

Commit 5ea9732f authored by Girish Shetty's avatar Girish Shetty Committed by Gerrit Code Review
Browse files

Merge "resourcemanager: move common code into different source." into main

parents 36f90d9b ab17b0fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -148,8 +148,8 @@ static const std::vector<uint8_t> kTestSessionId3{9, 0};
class DrmSessionManagerTest : public ::testing::Test {
public:
    DrmSessionManagerTest()
        : mService(::ndk::SharedRefBase::make<ResourceManagerService>
            (new FakeProcessInfo(), new FakeSystemCallback())),
        : mService(ResourceManagerService::Create(
                  new FakeProcessInfo(), new FakeSystemCallback())),
          mDrmSessionManager(new DrmSessionManager(mService)),
          mTestDrm1(::ndk::SharedRefBase::make<FakeDrm>(
                  kTestSessionId1, mDrmSessionManager)),
+92 −211

File changed.

Preview size limit exceeded, changes collapsed.

+22 −62

File changed.

Preview size limit exceeded, changes collapsed.

+122 −15

File changed.

Preview size limit exceeded, changes collapsed.

+143 −5

File changed.

Preview size limit exceeded, changes collapsed.

Loading