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

  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win_unittest.cc 65 bluetooth_task_runner_(new base::TestSimpleTaskRunner()),
68 task_manager_->InitializeWithBluetoothTaskRunner(bluetooth_task_runner_);
85 scoped_refptr<base::TestSimpleTaskRunner> bluetooth_task_runner_; member in class:device::BluetoothTaskManagerWinTest
92 EXPECT_EQ(1, bluetooth_task_runner_->GetPendingTasks().size());
96 bluetooth_task_runner_->RunPendingTasks();
99 bluetooth_task_runner_->GetPendingTasks().size());
109 bluetooth_task_runner_->RunPendingTasks();
120 bluetooth_task_runner_->ClearPendingTasks();
124 EXPECT_EQ(1, bluetooth_task_runner_->GetPendingTasks().size());
125 bluetooth_task_runner_->RunPendingTasks()
    [all...]
bluetooth_adapter_win_unittest.cc 93 bluetooth_task_runner_(new base::TestSimpleTaskRunner()),
99 adapter_win_->InitForTest(ui_task_runner_, bluetooth_task_runner_);
148 scoped_refptr<base::TestSimpleTaskRunner> bluetooth_task_runner_; member in class:device::BluetoothAdapterWinTest
208 bluetooth_task_runner_->ClearPendingTasks();
214 EXPECT_EQ(1, bluetooth_task_runner_->GetPendingTasks().size());
238 bluetooth_task_runner_->ClearPendingTasks();
246 EXPECT_EQ(1, bluetooth_task_runner_->GetPendingTasks().size());
284 bluetooth_task_runner_->ClearPendingTasks();
293 EXPECT_TRUE(bluetooth_task_runner_->GetPendingTasks().empty());
333 bluetooth_task_runner_->ClearPendingTasks()
    [all...]
bluetooth_task_manager_win.cc 182 bluetooth_task_runner_ = bluetooth_task_runner;
183 bluetooth_task_runner_->PostTask(
189 DCHECK(bluetooth_task_runner_->RunsTasksOnCurrentThread());
217 bluetooth_task_runner_->PostTask(
228 bluetooth_task_runner_->PostTask(
235 bluetooth_task_runner_->PostTask(
273 DCHECK(bluetooth_task_runner_->RunsTasksOnCurrentThread());
294 bluetooth_task_runner_->PostDelayedTask(
302 DCHECK(bluetooth_task_runner_->RunsTasksOnCurrentThread());
316 DCHECK(bluetooth_task_runner_->RunsTasksOnCurrentThread())
    [all...]
bluetooth_task_manager_win.h 31 // It delegates the blocking Windows API calls to |bluetooth_task_runner_|'s
147 scoped_refptr<base::SequencedTaskRunner> bluetooth_task_runner_; member in class:device::BluetoothTaskManagerWin

Completed in 156 milliseconds