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 35 class BluetoothTaskManagerWin
36 : public base::RefCountedThreadSafe<BluetoothTaskManagerWin> {
93 explicit BluetoothTaskManagerWin(
112 friend class base::RefCountedThreadSafe<BluetoothTaskManagerWin>;
117 virtual ~BluetoothTaskManagerWin();
214 DISALLOW_COPY_AND_ASSIGN(BluetoothTaskManagerWin);
bluetooth_task_manager_win.cc 40 typedef device::BluetoothTaskManagerWin::ServiceRecordState ServiceRecordState;
81 device::BluetoothTaskManagerWin::AdapterState* state) {
99 device::BluetoothTaskManagerWin::DeviceState* state) {
113 const int BluetoothTaskManagerWin::kPollIntervalMs = 500;
115 BluetoothTaskManagerWin::AdapterState::AdapterState() : powered(false) {
118 BluetoothTaskManagerWin::AdapterState::~AdapterState() {
121 BluetoothTaskManagerWin::ServiceRecordState::ServiceRecordState() {
124 BluetoothTaskManagerWin::ServiceRecordState::~ServiceRecordState() {
127 BluetoothTaskManagerWin::DeviceState::DeviceState()
134 BluetoothTaskManagerWin::DeviceState::~DeviceState()
    [all...]

Completed in 32 milliseconds