/external/bluetooth/bluedroid/stack/include/ |
profiles_api.h | 50 #define BT_SEC_OUT_AUTHORIZE BTM_SEC_OUT_AUTHORIZE /* Outbound call requires authorization */ 51 #define BT_SEC_OUT_AUTHENTICATE BTM_SEC_OUT_AUTHENTICATE /* Outbound call requires authentication */ 52 #define BT_SEC_OUT_ENCRYPT BTM_SEC_OUT_ENCRYPT /* Outbound call requires encryption */
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/ |
IRCProxyWebSocket.java | 38 Outbound outbound_; 45 public void onConnect(Outbound outbound) { 46 outbound_= outbound;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/src/org/chromium/ |
IRCProxyWebSocket.java | 38 Outbound outbound_; 45 public void onConnect(Outbound outbound) { 46 outbound_= outbound;
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
ConnectorAdapter.java | 70 private BlockingQueue<ByteBuffer> outbound; field in class:ConnectorAdapter 89 // The backlog makes sure that the outbound channel blocks once 95 outbound = new ArrayBlockingQueue<ByteBuffer>(OUTBOUND_BACKLOG); 99 // if a TCP outbound queue fills to capacity and a client sends 102 // all get full and no outbound messages move and we forever block 106 // First, currently the server-side outbound queues are all unbounded and 107 // so won't ever block the handling of messages if the outbound channel is full. 139 outbound.put( data ); 208 ByteBuffer data = outbound.take();
|
/external/smack/src/com/kenai/jbosh/ |
BOSHClientRequestListener.java | 20 * Interface used by parties interested in monitoring outbound requests made 22 * to manipulate the outbound request.
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/ |
NioEndpoint.java | 47 * track of the outbound data queue for the channel. 59 private ConcurrentLinkedQueue<ByteBuffer> outbound = new ConcurrentLinkedQueue<ByteBuffer>(); field in class:NioEndpoint 137 outbound.add(buffer); 149 return outbound.peek(); 158 return outbound.poll(); 163 return !outbound.isEmpty();
|
/external/chromium/chrome/browser/debugger/ |
devtools_remote_message.h | 28 // construction of outbound (Chrome -> remote debugger) messages. 82 // Facilitates easy construction of outbound (Chrome -> remote debugger)
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppObexSession.java | 43 * Message to notify when a transfer is completed For outbound share, it 50 * Message to notify when a session is completed For outbound share, it
|
BluetoothOppTransfer.java | 146 * RFCOMM connect fail is for outbound share only! Mark batch 157 * RFCOMM connected is for outbound share only! Create 169 * For outbound session, call session.addShare() to send next file, 185 /* for outbound transfer, all shares are processed */ 241 /* for outbound transfer, the block point is BluetoothSocket.write() 316 /* Update un-processed outbound transfer to show some info */ 345 * For outbound transfer 384 /* for outbound transfer, we do connect first */ 690 * Note: For outbound transfer We don't implement this method now. If later 722 * support single cancel, we could implement here For outbound transfer, i [all...] |
/libcore/crypto/src/main/java/org/conscrypt/ |
HelloRequest.java | 32 * Creates outbound message
|
ServerHelloDone.java | 32 * Creates outbound message
|
ClientKeyExchange.java | 49 * Creates outbound message 64 * Creates outbound message
|
CertificateVerify.java | 35 * Creates outbound message
|
Finished.java | 35 * Creates outbound message
|
/external/chromium/chrome/browser/sync/notifier/ |
cache_invalidation_packet_handler.h | 46 // If |base_task| is non-NULL, sends any existing pending outbound
|
/external/libnfc-nci/src/nfa/int/ |
nfa_dta_int.h | 302 #define NFA_DTA_LLCP_FLAGS_CO_OUT_CONNECTING 0x01 /* establishing outbound on connection-oriented */ 303 #define NFA_DTA_LLCP_FLAGS_CO_OUT_CONNECTED 0x02 /* established outbound on connection-oriented */ 306 UINT8 llcp_sdp_tid_cl; /* SDP transaction ID for outbound connectionless */ 307 UINT8 llcp_sdp_tid_co; /* SDP transaction ID for outbound connection-oriented */
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipProfile.java | 228 * Sets the outbound proxy of the SIP server. 230 * @param outboundProxy the network address of the outbound proxy 363 // the outbound proxy address exists. 446 * Gets the network address of the server outbound proxy. 448 * @return the network address of the server outbound proxy
|
/external/chromium/net/http/ |
mock_sspi_library_win.cc | 47 // Fill in the outbound buffer with garbage data.
|
/external/chromium/third_party/libevent/ |
evrpc-internal.h | 52 /* hooks for processing outbound and inbound rpcs */
|
/external/chromium_org/net/http/ |
mock_sspi_library_win.cc | 47 // Fill in the outbound buffer with garbage data.
|
/external/chromium_org/third_party/libevent/ |
evrpc-internal.h | 52 /* hooks for processing outbound and inbound rpcs */
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/ |
Endpoint.java | 77 * currently enqueued outbound data.
|
/external/openssh/contrib/ |
README | 10 which allows the use of outbound SSH from behind a SOCKS4, SOCKS5 or
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmbr2684.h | 25 * Is there FCS outbound on this VC? This currently isn't supported.
|
pg.h | 14 A write operation delivers a command and any outbound data in
|