Home
last modified time | relevance | path

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

/system/bt/gd/neighbor/
Dinquiry.cc90 std::promise<void>* command_sync_{nullptr}; member
102 ASSERT(command_sync_ != nullptr); in OnCommandCompleteSync()
103 command_sync_->set_value(); in OnCommandCompleteSync()
275 ASSERT(command_sync_ == nullptr); in EnqueueCommandCompleteSync()
276 command_sync_ = new std::promise<void>(); in EnqueueCommandCompleteSync()
277 auto command_received = command_sync_->get_future(); in EnqueueCommandCompleteSync()
280 delete command_sync_; in EnqueueCommandCompleteSync()
281 command_sync_ = nullptr; in EnqueueCommandCompleteSync()