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

  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.cc 35 device::BluetoothTaskManagerWin::AdapterState* state) {
59 device::BluetoothTaskManagerWin::DeviceState* state) {
79 const int BluetoothTaskManagerWin::kPollIntervalMs = 500;
81 BluetoothTaskManagerWin::BluetoothTaskManagerWin(
87 BluetoothTaskManagerWin::~BluetoothTaskManagerWin() {
90 void BluetoothTaskManagerWin::AddObserver(Observer* observer) {
96 void BluetoothTaskManagerWin::RemoveObserver(Observer* observer) {
102 void BluetoothTaskManagerWin::Initialize()
    [all...]
bluetooth_task_manager_win.h 34 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);
bluetooth_task_manager_win_unittest.cc 15 class BluetoothTaskObserver : public device::BluetoothTaskManagerWin::Observer {
27 const device::BluetoothTaskManagerWin::AdapterState& state) OVERRIDE {
66 task_manager_(new BluetoothTaskManagerWin(ui_task_runner_)),
80 return BluetoothTaskManagerWin::kPollIntervalMs;
86 scoped_refptr<BluetoothTaskManagerWin> task_manager_;
bluetooth_adapter_win.h 33 public BluetoothTaskManagerWin::Observer {
61 // BluetoothTaskManagerWin::Observer override
63 const BluetoothTaskManagerWin::AdapterState& state) OVERRIDE;
67 const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices)
71 const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices)
110 scoped_refptr<BluetoothTaskManagerWin> task_manager_;
bluetooth_device_win_unittest.cc 45 BluetoothTaskManagerWin::DeviceState device_state;
49 BluetoothTaskManagerWin::ServiceRecordState* audio_state =
50 new BluetoothTaskManagerWin::ServiceRecordState();
56 BluetoothTaskManagerWin::ServiceRecordState* video_state =
57 new BluetoothTaskManagerWin::ServiceRecordState();
bluetooth_adapter_win_unittest.cc 24 device::BluetoothTaskManagerWin::DeviceState* state) {
148 BluetoothTaskManagerWin::AdapterState state;
154 BluetoothTaskManagerWin::AdapterState state;
162 BluetoothTaskManagerWin::AdapterState state;
169 BluetoothTaskManagerWin::AdapterState empty_state;
175 BluetoothTaskManagerWin::AdapterState state;
189 BluetoothTaskManagerWin::AdapterState state;
479 BluetoothTaskManagerWin::DeviceState* android_phone_state =
480 new BluetoothTaskManagerWin::DeviceState();
482 BluetoothTaskManagerWin::DeviceState* laptop_state
    [all...]
bluetooth_adapter_win.cc 162 const BluetoothTaskManagerWin::AdapterState& state) {
184 const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices) {
186 for (ScopedVector<BluetoothTaskManagerWin::DeviceState>::const_iterator iter =
201 const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices) {
203 for (ScopedVector<BluetoothTaskManagerWin::DeviceState>::const_iterator iter =
214 new BluetoothTaskManagerWin(ui_task_runner_);
224 new BluetoothTaskManagerWin(ui_task_runner_);
bluetooth_device_win.cc 28 const BluetoothTaskManagerWin::DeviceState& state)
37 for (ScopedVector<BluetoothTaskManagerWin::ServiceRecordState>::const_iterator
bluetooth_device_win.h 23 const BluetoothTaskManagerWin::DeviceState& state);

Completed in 384 milliseconds