Searched refs:BluetoothTaskManagerWin (Results 1 – 9 of 9) sorted by relevance
35 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::BluetoothTaskManagerWin87 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 …]
34 class BluetoothTaskManagerWin35 : public base::RefCountedThreadSafe<BluetoothTaskManagerWin> {70 explicit BluetoothTaskManagerWin(89 friend class base::RefCountedThreadSafe<BluetoothTaskManagerWin>;94 virtual ~BluetoothTaskManagerWin();152 DISALLOW_COPY_AND_ASSIGN(BluetoothTaskManagerWin);
15 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_;
24 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 …]
33 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_;
45 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()
162 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()
28 const BluetoothTaskManagerWin::DeviceState& state) in BluetoothDeviceWin()37 for (ScopedVector<BluetoothTaskManagerWin::ServiceRecordState>::const_iterator in BluetoothDeviceWin()
23 const BluetoothTaskManagerWin::DeviceState& state);