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

  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.cc 147 BluetoothNotificationController::BluetoothNotificationController()
150 base::Bind(&BluetoothNotificationController::OnGetAdapter,
154 BluetoothNotificationController::~BluetoothNotificationController() {
163 void BluetoothNotificationController::AdapterDiscoverableChanged(
175 void BluetoothNotificationController::DeviceAdded(BluetoothAdapter* adapter,
183 void BluetoothNotificationController::DeviceChanged(BluetoothAdapter* adapter,
198 void BluetoothNotificationController::DeviceRemoved(BluetoothAdapter* adapter,
204 void BluetoothNotificationController::RequestPinCode(BluetoothDevice* device)
    [all...]
bluetooth_notification_controller.h 21 // The BluetoothNotificationController receives incoming pairing requests from
25 class ASH_EXPORT BluetoothNotificationController
29 BluetoothNotificationController();
30 virtual ~BluetoothNotificationController();
86 base::WeakPtrFactory<BluetoothNotificationController> weak_ptr_factory_;
88 DISALLOW_COPY_AND_ASSIGN(BluetoothNotificationController);
  /external/chromium_org/ash/
shell.h 83 class BluetoothNotificationController;
718 scoped_ptr<BluetoothNotificationController>
shell.cc     [all...]

Completed in 312 milliseconds