Searched refs:channel_open_cv_ (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/le/ |
D | facade.cc | 175 …if (!channel_open_cv_.wait_for(lock, kChannelOpenTimeout, [this] { return channel_ != nullptr; }))… in Connect() 195 channel_open_cv_.notify_all(); in on_connection_open() 217 channel_open_cv_.notify_all(); in on_connect_fail() 232 …if (!channel_open_cv_.wait_for(lock, kChannelOpenTimeout, [this] { return channel_ != nullptr; }))… in SendPacket() 267 std::condition_variable channel_open_cv_; member in bluetooth::l2cap::le::L2capLeModuleFacadeService::L2capDynamicChannelHelper 329 …if (!channel_open_cv_.wait_for(lock, kChannelOpenTimeout, [this] { return channel_ != nullptr; }))… in Connect() 352 channel_open_cv_.notify_all(); in on_connection_open() 371 channel_open_cv_.notify_all(); in on_connect_fail() 386 …if (!channel_open_cv_.wait_for(lock, kChannelOpenTimeout, [this] { return channel_ != nullptr; }))… in SendPacket() 420 std::condition_variable channel_open_cv_; member in bluetooth::l2cap::le::L2capLeModuleFacadeService::L2capFixedChannelHelper
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | facade.cc | 331 …if (!channel_open_cv_.wait_for(lock, std::chrono::seconds(2), [this] { return channel_ != nullptr;… in Connect() 339 …if (!channel_open_cv_.wait_for(lock, std::chrono::seconds(2), [this] { return channel_ != nullptr;… in Disconnect() 361 channel_open_cv_.notify_all(); in on_connection_open() 413 …if (!channel_open_cv_.wait_for(lock, std::chrono::seconds(2), [this] { return channel_ != nullptr;… in SendPacket() 433 std::condition_variable channel_open_cv_; member in bluetooth::l2cap::classic::L2capClassicModuleFacadeService::L2capDynamicChannelHelper
|