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

Commit 8203615c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add API for preparing to disconnect external device." into main

parents dc572007 ae257c7c
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -201,6 +201,9 @@ class ModuleMock : public ::aidl::android::hardware::audio::core::BnModule,
    ndk::ScopedAStatus getAAudioHardwareBurstMinUsec(int32_t*) override {
    ndk::ScopedAStatus getAAudioHardwareBurstMinUsec(int32_t*) override {
        return ndk::ScopedAStatus::ok();
        return ndk::ScopedAStatus::ok();
    }
    }
    ndk::ScopedAStatus prepareToDisconnectExternalDevice(int32_t) override {
        return ndk::ScopedAStatus::ok();
    }


    bool mIsScreenTurnedOn = false;
    bool mIsScreenTurnedOn = false;
    ScreenRotation mScreenRotation = ScreenRotation::DEG_0;
    ScreenRotation mScreenRotation = ScreenRotation::DEG_0;