Home
last modified time | relevance | path

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

/external/chromium_org/device/bluetooth/
Dbluetooth_task_manager_win.cc35 device::BluetoothTaskManagerWin::AdapterState* state) { in GetAdapterState()
59 device::BluetoothTaskManagerWin::DeviceState* state) { in GetDeviceState()
79 const int BluetoothTaskManagerWin::kPollIntervalMs = 500;
81 BluetoothTaskManagerWin::BluetoothTaskManagerWin( in BluetoothTaskManagerWin() function in device::BluetoothTaskManagerWin
87 BluetoothTaskManagerWin::~BluetoothTaskManagerWin() { in ~BluetoothTaskManagerWin()
90 void BluetoothTaskManagerWin::AddObserver(Observer* observer) { in AddObserver()
96 void BluetoothTaskManagerWin::RemoveObserver(Observer* observer) { in RemoveObserver()
102 void BluetoothTaskManagerWin::Initialize() { in Initialize()
112 void BluetoothTaskManagerWin::InitializeWithBluetoothTaskRunner( in InitializeWithBluetoothTaskRunner()
118 base::Bind(&BluetoothTaskManagerWin::StartPolling, this)); in InitializeWithBluetoothTaskRunner()
[all …]
Dbluetooth_task_manager_win.h34 class BluetoothTaskManagerWin
35 : public base::RefCountedThreadSafe<BluetoothTaskManagerWin> {
70 explicit BluetoothTaskManagerWin(
89 friend class base::RefCountedThreadSafe<BluetoothTaskManagerWin>;
94 virtual ~BluetoothTaskManagerWin();
152 DISALLOW_COPY_AND_ASSIGN(BluetoothTaskManagerWin);
Dbluetooth_task_manager_win_unittest.cc15 class BluetoothTaskObserver : public device::BluetoothTaskManagerWin::Observer {
27 const device::BluetoothTaskManagerWin::AdapterState& state) OVERRIDE { in AdapterStateChanged()
66 task_manager_(new BluetoothTaskManagerWin(ui_task_runner_)), in BluetoothTaskManagerWinTest()
80 return BluetoothTaskManagerWin::kPollIntervalMs; in GetPollingIntervalMs()
86 scoped_refptr<BluetoothTaskManagerWin> task_manager_;
Dbluetooth_adapter_win_unittest.cc24 device::BluetoothTaskManagerWin::DeviceState* state) { in MakeDeviceState()
148 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
154 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
162 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
169 BluetoothTaskManagerWin::AdapterState empty_state; in TEST_F()
175 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
189 BluetoothTaskManagerWin::AdapterState state; in TEST_F()
479 BluetoothTaskManagerWin::DeviceState* android_phone_state = in TEST_F()
480 new BluetoothTaskManagerWin::DeviceState(); in TEST_F()
482 BluetoothTaskManagerWin::DeviceState* laptop_state = in TEST_F()
[all …]
Dbluetooth_adapter_win.h33 public BluetoothTaskManagerWin::Observer {
63 const BluetoothTaskManagerWin::AdapterState& state) OVERRIDE;
67 const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices)
71 const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices)
110 scoped_refptr<BluetoothTaskManagerWin> task_manager_;
Dbluetooth_device_win_unittest.cc45 BluetoothTaskManagerWin::DeviceState device_state; in BluetoothDeviceWinTest()
49 BluetoothTaskManagerWin::ServiceRecordState* audio_state = in BluetoothDeviceWinTest()
50 new BluetoothTaskManagerWin::ServiceRecordState(); in BluetoothDeviceWinTest()
56 BluetoothTaskManagerWin::ServiceRecordState* video_state = in BluetoothDeviceWinTest()
57 new BluetoothTaskManagerWin::ServiceRecordState(); in BluetoothDeviceWinTest()
Dbluetooth_adapter_win.cc162 const BluetoothTaskManagerWin::AdapterState& state) { in AdapterStateChanged()
184 const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices) { in DevicesDiscovered()
186 for (ScopedVector<BluetoothTaskManagerWin::DeviceState>::const_iterator iter = in DevicesDiscovered()
201 const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices) { in DevicesUpdated()
203 for (ScopedVector<BluetoothTaskManagerWin::DeviceState>::const_iterator iter = in DevicesUpdated()
214 new BluetoothTaskManagerWin(ui_task_runner_); in Init()
224 new BluetoothTaskManagerWin(ui_task_runner_); in InitForTest()
Dbluetooth_device_win.cc28 const BluetoothTaskManagerWin::DeviceState& state) in BluetoothDeviceWin()
37 for (ScopedVector<BluetoothTaskManagerWin::ServiceRecordState>::const_iterator in BluetoothDeviceWin()
Dbluetooth_device_win.h23 const BluetoothTaskManagerWin::DeviceState& state);