HomeSort by relevance Sort by last modified time
    Searched full:bond (Results 1 - 25 of 39) sorted by null

1 2

  /external/kernel-headers/original/linux/
sockios.h 113 #define SIOCBONDENSLAVE 0x8990 /* enslave a device to the bond */
114 #define SIOCBONDRELEASE 0x8991 /* release a slave from the bond*/
115 #define SIOCBONDSETHWADDR 0x8992 /* set the hw addr of the bond */
117 #define SIOCBONDINFOQUERY 0x8994 /* rtn info about bond state */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sockios.h 112 #define SIOCBONDENSLAVE 0x8990 /* enslave a device to the bond */
113 #define SIOCBONDRELEASE 0x8991 /* release a slave from the bond*/
114 #define SIOCBONDSETHWADDR 0x8992 /* set the hw addr of the bond */
116 #define SIOCBONDINFOQUERY 0x8994 /* rtn info about bond state */
if_bonding.h 2 * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sockios.h 112 #define SIOCBONDENSLAVE 0x8990 /* enslave a device to the bond */
113 #define SIOCBONDRELEASE 0x8991 /* release a slave from the bond*/
114 #define SIOCBONDSETHWADDR 0x8992 /* set the hw addr of the bond */
116 #define SIOCBONDINFOQUERY 0x8994 /* rtn info about bond state */
if_bonding.h 2 * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sockios.h 112 #define SIOCBONDENSLAVE 0x8990 /* enslave a device to the bond */
113 #define SIOCBONDRELEASE 0x8991 /* release a slave from the bond*/
114 #define SIOCBONDSETHWADDR 0x8992 /* set the hw addr of the bond */
116 #define SIOCBONDINFOQUERY 0x8994 /* rtn info about bond state */
if_bonding.h 2 * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'.
  /external/bluetooth/bluedroid/btif/include/
btif_common.h 106 BTIF_DM_CB_CREATE_BOND, /* Create bond */
107 BTIF_DM_CB_REMOVE_BOND, /*Remove bond */
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 176 * Broadcast Action: Indicates a change in the bond state of a remote
216 * Contains the bond state of the remote device.
225 * Contains the previous bond state of the remote device.
362 * A bond attempt succeeded
368 * A bond attempt failed because pins did not match, or remote device did
375 * A bond attempt failed because the other side explicitly rejected
382 * A bond attempt failed because we canceled the bonding process
388 * A bond attempt failed because we could not contact the remote device
394 * A bond attempt failed because a discovery is in progress
400 * A bond attempt failed because of authentication timeou
    [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 210 /** Bluetooth Bond state */
278 /** Bluetooth Bond state changed callback */
399 /** Remove Bond */
402 /** Cancel Bond */
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
BondStateMachine.java 215 Log.e(TAG, "Unexpected error while cancelling bond:");
227 Log.e(TAG, "Unexpected error while removing bond:");
239 infoLog("Bond address is:" + dev);
270 infoLog("Bond State Change Intent:" + device + " OldState: " + oldState
AdapterProperties.java 230 // This function shall be invoked from BondStateMachine whenever the bond
  /external/bluetooth/bluedroid/stack/include/
smp_api.h 92 #define SMP_AUTH_GEN_BOND 0x01 //todo sdh change GEN_BOND to BOND
217 ** Returns SMP_STARTED if bond started, else otherwise exception.
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 333 int bond = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, local
335 if (bond == BluetoothDevice.BOND_BONDED) {
337 } else if (bond == BluetoothDevice.BOND_NONE) {
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 367 BTIF_TRACE_DEBUG2("%s---Removing HID bond--%s", __FUNCTION__,bd2str((bt_bdaddr_t *)bd_addr, &bdstr));
374 ** Description Create bond initiated from the BTIF thread context
392 /* Track originator of bond creation */
401 ** Description remove bond initiated from the BTIF thread context
537 /* check for auto pair possiblity only if bond was initiated by local device */
765 /* Create the Bond once again */
766 BTIF_TRACE_DEBUG1("%s() auto pair failed. Reinitiate Bond", __FUNCTION__);
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_main.c 161 /* state name: Idle WaitApp SecReq Pair Wait Confirm Init Enc Bond Rel
260 /* state name: Idle Wait SecReq Pair Wait Confirm Init Enc Bond Rel
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 224 db.exec("insert into TEST5 values (1,'James','Bond');", null);
580 db.exec("insert into TEST values(3, 'James', 'Bond'); ", null);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
Cinematic.java 300 logger.log(Level.WARNING, "{0} is not a camera bond to the cinematic, cannot activate", cameraName);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 63 * Dismiss the dialog if the bond state changes to bonded or none,
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 402 #define BTA_DM_BOND_CANCEL_CMPL_EVT 9 /* Bond cancel complete indication */
681 tBTA_STATUS result; /* TRUE of bond cancel succeeded, FALSE if failed. */
698 tBTA_DM_BOND_CANCEL_CMPL bond_cancel_cmpl; /* Bond Cancel Complete indication */
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_int.h 536 tBTA_DM_API_BOND bond; member in union:__anon2013
  /external/chromium/chrome/browser/autocomplete/
autocomplete_unittest.cc 315 { ASCIIToUTF16("en.wikipedia.org/wiki/James Bond"),
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 606 //check if it is inbound connection in Quiet mode, priority and Bond status
  /packages/apps/DeskClock/res/values-fr/
strings.xml 179 <item msgid="5211891900854545940">"Un bond vers la gauche"</item>
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c     [all...]

Completed in 984 milliseconds

1 2