Searched refs:pair (Results 1 - 3 of 3) sorted by relevance

/system/core/adb/
H A Dsysdeps_win32.c101 SocketPair pair; member in union:FHRec_::__anon283
113 #define fh_pair u.pair
1115 SocketPair pair = f->fh_pair; local
1117 if ( f == pair->a_fd ) {
1118 pair->a_fd = NULL;
1121 bip_buffer_close( &pair->b2a_bip );
1122 bip_buffer_close( &pair->a2b_bip );
1124 if ( --pair->used == 0 ) {
1125 bip_buffer_done( &pair->b2a_bip );
1126 bip_buffer_done( &pair
1144 SocketPair pair = f->fh_pair; local
1161 SocketPair pair = f->fh_pair; local
1192 SocketPair pair; local
2088 SocketPair pair = fh->fh_pair; local
2102 SocketPair pair = fh->fh_pair; local
[all...]
/system/core/libpixelflinger/tinyutils/
H A DKeyedVector.h151 key_value_pair_t<KEY,VALUE> pair(key, value);
152 mVector.remove(pair);
153 return mVector.add(pair);
/system/bluetooth/data/
H A Dauto_pairing.conf22 // The keyboards below have a fixed PIN of 0000, so we will auto pair.

Completed in 789 milliseconds