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

Commit c0af5e3a authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "HIDL multithreaded: increase timeout duration" into main am: 43d4e6fd...

Merge "HIDL multithreaded: increase timeout duration" into main am: 43d4e6fd am: 4255cdc8 am: f0e10987

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2828485



Change-Id: I32a044ed0706b9deeeabefcf18fdf2a11c551119
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 69042a26 f0e10987
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ struct Multithread : public IMultithread {
    std::condition_variable mCv;
    std::mutex mCvMutex;

    static constexpr auto kTimeoutDuration = 100ms;
    static constexpr auto kTimeoutDuration = 1000ms;
};

extern "C" IMultithread* HIDL_FETCH_IMultithread(const char* name);