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

Commit 46be4e92 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

gd: Add module started query method am: 40013ba0 am: d91b16df

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1682667

Change-Id: I877ed7b9ec0da662870fa011facfd9829a7b3992
parents 2cdcff65 d91b16df
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -32,6 +32,11 @@ class StackManager {
    return static_cast<T*>(registry_.Get(&T::Factory));
  }

  template <class T>
  bool IsStarted() const {
    return registry_.IsStarted(&T::Factory);
  }

 private:
  os::Thread* management_thread_ = nullptr;
  os::Handler* handler_ = nullptr;