/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 | 177 * Broadcast Action: Indicates a change in the bond state of a remote 217 * Contains the bond state of the remote device. 226 * Contains the previous bond state of the remote device. 404 * A bond attempt succeeded 410 * A bond attempt failed because pins did not match, or remote device did 417 * A bond attempt failed because the other side explicitly rejected 424 * A bond attempt failed because we canceled the bonding process 430 * A bond attempt failed because we could not contact the remote device 436 * A bond attempt failed because a discovery is in progress 442 * A bond attempt failed because of authentication timeou [all...] |
/hardware/libhardware/include/hardware/ |
bluetooth.h | 228 /** Bluetooth Bond state */ 296 /** Bluetooth Bond state changed callback */ 422 /** Remove Bond */ 425 /** 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 | 93 #define SMP_AUTH_GEN_BOND 0x01 //todo sdh change GEN_BOND to BOND 218 ** Returns SMP_STARTED if bond started, else otherwise exception.
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
BluetoothHeadsetHandover.java | 311 int bond = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, local 313 if (bond == BluetoothDevice.BOND_BONDED) { 315 } else if (bond == BluetoothDevice.BOND_NONE) {
|
/external/bluetooth/bluedroid/btif/src/ |
btif_dm.c | 490 ** Description Create bond initiated from the BTIF thread context 526 /* Track originator of bond creation */ 535 ** Description remove bond initiated from the BTIF thread context 667 /* check for auto pair possiblity only if bond was initiated by local device */ 900 /* Create the Bond once again */ 901 BTIF_TRACE_DEBUG1("%s() auto pair failed. Reinitiate Bond", __FUNCTION__); [all...] |
btif_hh.c | [all...] |
/external/bluetooth/bluedroid/stack/smp/ |
smp_main.c | 163 /* state name: Idle WaitApp SecReq Pair Wait Confirm Init Enc Bond Rel 263 /* 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 | 65 * Dismiss the dialog if the bond state changes to bonded or none,
|
/external/bluetooth/bluedroid/bta/include/ |
bta_api.h | 495 #define BTA_DM_BOND_CANCEL_CMPL_EVT 9 /* Bond cancel complete indication */ [all...] |
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_int.h | 591 tBTA_DM_API_BOND bond; member in union:__anon204
|
/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
|
/external/bluetooth/bluedroid/bta/hh/ |
bta_hh_le.c | [all...] |