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

  /external/chromium_org/device/bluetooth/
bluetooth_task_manager_win.h 34 class BluetoothTaskManagerWin
35 : public base::RefCountedThreadSafe<BluetoothTaskManagerWin> {
76 explicit BluetoothTaskManagerWin(
95 friend class base::RefCountedThreadSafe<BluetoothTaskManagerWin>;
100 virtual ~BluetoothTaskManagerWin();
158 DISALLOW_COPY_AND_ASSIGN(BluetoothTaskManagerWin);
bluetooth_task_manager_win.cc 33 typedef device::BluetoothTaskManagerWin::ServiceRecordState ServiceRecordState;
37 device::BluetoothTaskManagerWin::AdapterState* state) {
61 device::BluetoothTaskManagerWin::DeviceState* state) {
124 const int BluetoothTaskManagerWin::kPollIntervalMs = 500;
126 BluetoothTaskManagerWin::AdapterState::AdapterState() : powered(false) {
129 BluetoothTaskManagerWin::AdapterState::~AdapterState() {
132 BluetoothTaskManagerWin::ServiceRecordState::ServiceRecordState() {
135 BluetoothTaskManagerWin::ServiceRecordState::~ServiceRecordState() {
138 BluetoothTaskManagerWin::DeviceState::DeviceState()
145 BluetoothTaskManagerWin::DeviceState::~DeviceState()
    [all...]

Completed in 449 milliseconds