HomeSort by relevance Sort by last modified time
    Searched refs:async_manager_ (Results 1 - 3 of 3) sorted by null

  /system/bt/test/rootcanal/
bluetooth_hci.cc 82 async_manager_.ExecAsync(
121 return async_manager_.ExecAsync(delay, task);
127 return async_manager_.ExecAsyncPeriodically(delay, period, task);
131 [this](AsyncTaskId task) { async_manager_.CancelAsyncTask(task); });
152 async_manager_.ExecAsync(std::chrono::milliseconds(0), [this, packet]() {
165 async_manager_.ExecAsync(std::chrono::milliseconds(0), [this, packet]() {
183 async_manager_.ExecAsync(std::chrono::milliseconds(0), [this, packet]() {
206 async_manager_.WatchFdForNonBlockingReads(socket_fd, [this](int socket_fd) {
213 async_manager_.WatchFdForNonBlockingReads(conn_fd, [this](int conn_fd) {
215 async_manager_.StopWatchingFileDescriptor(conn_fd)
    [all...]
bluetooth_hci.h 66 test_vendor_lib::AsyncManager async_manager_; member in class:android::hardware::bluetooth::V1_0::sim::BluetoothHci
  /system/bt/vendor_libs/test_vendor_lib/test/
async_manager_unittest.cc 75 async_manager_.StopWatchingFileDescriptor(fd);
87 async_manager_.WatchFdForNonBlockingReads(socket_fd_, [this](int fd) {
90 async_manager_.WatchFdForNonBlockingReads(
96 async_manager_.StopWatchingFileDescriptor(socket_fd_);
134 AsyncManager async_manager_;

Completed in 202 milliseconds