HomeSort by relevance Sort by last modified time
    Searched defs:pairing (Results 51 - 56 of 56) sorted by null

1 23

  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PoloChallengeResponse.java 17 package com.google.polo.pairing;
29 * Class to represent the out-of-band secret transmitted during pairing.
68 * Returns the alpha value to be used in pairing.
141 * Returns the gamma value to be used in pairing, i.e. the concatenation
PairingSession.java 17 package com.google.polo.pairing;
25 import com.google.polo.pairing.PairingListener.LogLevel;
26 import com.google.polo.pairing.message.ConfigurationMessage;
27 import com.google.polo.pairing.message.EncodingOption;
28 import com.google.polo.pairing.message.OptionsMessage;
29 import com.google.polo.pairing.message.OptionsMessage.ProtocolRole;
30 import com.google.polo.pairing.message.PoloMessage;
31 import com.google.polo.pairing.message.PoloMessage.PoloMessageType;
32 import com.google.polo.pairing.message.SecretAckMessage;
33 import com.google.polo.pairing.message.SecretMessage
    [all...]
  /external/chromium_org/remoting/protocol/
pairing_registry.cc 29 PairingRegistry::Pairing::Pairing() {
32 PairingRegistry::Pairing::Pairing(const base::Time& created_time,
42 PairingRegistry::Pairing::~Pairing() {
45 PairingRegistry::Pairing PairingRegistry::Pairing::Create(
54 return Pairing(created_time, client_name, client_id, shared_secret);
57 PairingRegistry::Pairing PairingRegistry::Pairing::CreateFromValue
208 Pairing pairing = delegate_->Load(client_id); local
268 Pairing pairing = Pairing::CreateFromValue(*pairing_json); local
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
OptionsMessage.java 17 package com.google.polo.pairing.message;
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 40 // |SendDeviceNotification| may include a pairing parameter whose value
97 // Device connecting and pairing.
296 // PIN code or Passkey entry during the pairing process.
321 LOG(WARNING) << "Auth token supplied after pairing ended: " << address
325 // Determine if the device supports pairing:
341 // Cancel pairing.
342 VLOG(1) << "Cancel pairing: " << address;
347 VLOG(1) << "Confirm pairing: " << address;
351 VLOG(1) << "Reject pairing: " << address;
362 // Disconnect from device and delete pairing information
474 std::string pairing; local
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc 47 LOG(WARNING) << "Failed to unregister pairing agent: "
82 // Register the pairing agent.
102 VLOG(1) << "Unregistering pairing agent";
278 // Before removing a pairing delegate make sure that there aren't any devices
279 // currently using it; if there are, clear the pairing context which will
286 BluetoothPairingChromeOS* pairing = device_chromeos->GetPairing(); local
287 if (pairing && pairing->GetPairingDelegate() == pairing_delegate)
434 // Called after we unregister the pairing agent, e.g. when changing I/O
444 BluetoothPairingChromeOS* pairing = GetPairing(device_path) local
459 BluetoothPairingChromeOS* pairing = GetPairing(device_path); local
472 BluetoothPairingChromeOS* pairing = GetPairing(device_path); local
489 BluetoothPairingChromeOS* pairing = GetPairing(device_path); local
506 BluetoothPairingChromeOS* pairing = GetPairing(device_path); local
521 BluetoothPairingChromeOS* pairing = GetPairing(device_path); local
623 BluetoothPairingChromeOS* pairing = device_chromeos->GetPairing(); local
    [all...]

Completed in 593 milliseconds

1 23