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

  /external/chromium_org/components/pairing/
bluetooth_host_pairing_controller.h 29 class BluetoothHostPairingController
37 BluetoothHostPairingController();
38 virtual ~BluetoothHostPairingController();
116 base::WeakPtrFactory<BluetoothHostPairingController> ptr_factory_;
118 DISALLOW_COPY_AND_ASSIGN(BluetoothHostPairingController);
bluetooth_host_pairing_controller.cc 23 BluetoothHostPairingController::BluetoothHostPairingController()
30 BluetoothHostPairingController::~BluetoothHostPairingController() {
40 void BluetoothHostPairingController::ChangeStage(Stage new_stage) {
47 void BluetoothHostPairingController::SendHostStatus() {
69 base::Bind(&BluetoothHostPairingController::OnSendComplete,
71 base::Bind(&BluetoothHostPairingController::OnSendError,
75 void BluetoothHostPairingController::AbortWithError(
91 base::Bind(&BluetoothHostPairingController::OnSendComplete
    [all...]

Completed in 101 milliseconds