Home
last modified time | relevance | path

Searched refs:suspend_callback (Results 1 – 1 of 1) sorted by relevance

/system/bt/gd/os/android/
Dwakelock_native_test.cc117 static std::shared_ptr<SuspendCallback> suspend_callback = nullptr; variable
136 if (suspend_callback == nullptr) { in SetUp()
137 suspend_callback = SharedRefBase::make<SuspendCallback>(); in SetUp()
139 ScopedAStatus status = control_service_->registerCallback(suspend_callback, &is_registered); in SetUp()