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

  /external/chromium_org/chromeos/dbus/
bluetooth_agent_service_provider.h 49 // The PinCodeCallback is used for the RequestPinCode() method, it should
52 typedef base::Callback<void(Status, const std::string&)> PinCodeCallback;
80 const PinCodeCallback& callback) = 0;
fake_bluetooth_agent_service_provider.h 34 const Delegate::PinCodeCallback& callback);
fake_bluetooth_agent_service_provider.cc 42 const Delegate::PinCodeCallback& callback) {
fake_bluetooth_device_client.h 207 void PinCodeCallback(
bluetooth_agent_service_provider.cc 152 Delegate::PinCodeCallback callback = base::Bind(
fake_bluetooth_device_client.cc     [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.h 39 const BluetoothAgentServiceProvider::Delegate::PinCodeCallback& callback);
136 BluetoothAgentServiceProvider::Delegate::PinCodeCallback pincode_callback_;
bluetooth_pairing_chromeos.cc 76 const BluetoothAgentServiceProvider::Delegate::PinCodeCallback& callback) {
bluetooth_adapter_chromeos.h 149 const PinCodeCallback& callback) OVERRIDE;
bluetooth_adapter_chromeos.cc 437 const PinCodeCallback& callback) {
    [all...]

Completed in 112 milliseconds