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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.cc 48 void FakeBluetoothAgentServiceProvider::DisplayPinCode(
51 VLOG(1) << object_path_.value() << ": DisplayPincode " << pincode << " for "
53 delegate_->DisplayPinCode(device_path, pincode);
bluetooth_agent_service_provider.cc 58 base::Bind(&BluetoothAgentServiceProviderImpl::DisplayPinCode,
164 void DisplayPinCode(dbus::MethodCall* method_call,
174 LOG(WARNING) << "DisplayPinCode called with incorrect paramters: "
179 delegate_->DisplayPinCode(device_path, pincode);
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_pairing_delegate.cc 54 void BluetoothApiPairingDelegate::DisplayPinCode(
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.cc 106 void BluetoothPairingChromeOS::DisplayPinCode(const std::string& pincode) {
113 pairing_delegate_->DisplayPinCode(device_, pincode);
bluetooth_adapter_chromeos.cc 450 void BluetoothAdapterChromeOS::DisplayPinCode(
454 VLOG(1) << device_path.value() << ": DisplayPinCode: " << pincode;
460 pairing->DisplayPinCode(pincode);
    [all...]
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.cc 218 void BluetoothNotificationController::DisplayPinCode(
  /external/chromium_org/components/pairing/
bluetooth_controller_pairing_controller.cc 432 void BluetoothControllerPairingController::DisplayPinCode(
bluetooth_host_pairing_controller.cc 388 void BluetoothHostPairingController::DisplayPinCode(
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.cc 254 void HIDDetectionScreenHandler::DisplayPinCode(device::BluetoothDevice* device,
256 VLOG(1) << "DisplayPinCode id = " << device->GetDeviceID()
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 515 void BluetoothOptionsHandler::DisplayPinCode(device::BluetoothDevice* device,

Completed in 113 milliseconds