Lines Matching refs:async_manager_
99 async_manager_.ExecAsync( in initialize_impl()
166 return async_manager_.ExecAsync(user_id_, delay, task); in initialize_impl()
172 return async_manager_.ExecAsyncPeriodically(user_id_, delay, period, in initialize_impl()
177 [this](AsyncTaskId task) { async_manager_.CancelAsyncTask(task); }); in initialize_impl()
243 async_manager_.ExecAsync(user_id_, std::chrono::milliseconds(0), in sendHciCommand()
254 async_manager_.ExecAsync(user_id_, std::chrono::milliseconds(0), in sendAclData()
265 async_manager_.ExecAsync(user_id_, std::chrono::milliseconds(0), in sendScoData()
276 async_manager_.ExecAsync(user_id_, std::chrono::milliseconds(0), in sendIsoData()
298 async_manager_.WatchFdForNonBlockingReads(socket_fd, [this, connection_callback](int socket_fd) { in SetUpHciServer()
325 async_manager_.WatchFdForNonBlockingReads(socket_fd, [this, connection_callback](int socket_fd) { in SetUpLinkLayerServer()
387 async_manager_.WatchFdForNonBlockingReads(socket_fd, [this](int socket_fd) { in SetUpTestChannel()
397 async_manager_.WatchFdForNonBlockingReads(conn_fd, [this](int conn_fd) { in SetUpTestChannel()
399 … [this, conn_fd]() { async_manager_.StopWatchingFileDescriptor(conn_fd); }); in SetUpTestChannel()