/external/ipsec-tools/src/racoon/ |
sockmisc.c | 258 struct sockaddr *getlocaladdr(struct sockaddr *remote) 261 socklen_t len = sysdep_sa_len(remote); 262 int s = socket(remote->sa_family, SOCK_DGRAM, 0); 263 if (s == -1 || connect(s, remote, len) == -1 || 323 getlocaladdr(remote) 324 struct sockaddr *remote; 338 if ((s = socket(remote->sa_family, SOCK_DGRAM, 0)) < 0) { 344 setsockopt_bypass(s, remote->sa_family); 346 if (connect(s, remote, sysdep_sa_len(remote)) < 0) [all...] |
/external/libnfc-nxp/src/ |
phLibNfc_initiator.c | 72 /*Remote device connect response callback*/ 87 /*Remote device disconnect response callback*/ 93 /*Remote device Transceive response callback*/ 579 * Connect to a single Remote Device 731 * Response callback for remote device connect 758 /* Copy the Remote device address as connected handle*/ 766 /* If remote device is invalid return as TARGET LOST to upper layer*/ 876 * Response callback for Remote device Disconnect. [all...] |
phFriNfc_LlcpTransport.h | 163 /* Remote and local socket info */ 368 * \brief <b>Discover remote services SAP using SDP protocol</b>. 405 * This function returns the remote options (maximum packet size and receive window size) used 410 * \param[in] psRemoteOptions A pointer to be filled with the remote options of the socket. 584 * \brief <b>Try to establish connection with a socket on a remote SAP</b>. 586 * This function tries to connect to a given SAP on the remote peer. If the 612 * \brief <b>Try to establish connection with a socket on a remote service, given its URI</b>. [all...] |
phHal4Nfc_ADD.c | 418 /**Handler for Target discovery completion for all remote device types*/ 437 /*Count is used to add multiple info into remote dvice list for devices that 442 /*remote device info*/ 451 /*Extract Remote device Info*/ 606 /*If multiple protocols are supported ,allocate separate remote device 608 /*Allocate and copy Remote device info into Hal4 Context*/ [all...] |
phLibNfc_llcp.c | 79 /* If local device is the Initiator (remote is Target), 97 /* Check if previous callback is pending or if remote peer is not LLCP compliant */ 210 /* If local device is the Initiator (remote is Target), 329 /* Remote peer is LLCP compliant */ 673 /* Get remote infos */ 858 /* Try to connect on a remote service, given its SAP */ 903 /* Try to connect on a remote service, using SDP */ [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_acl.c | 87 ** Parameters bda : BD address of the remote device 149 ** Description This function reads the active remote address used for the 296 /* If remote features already known, copy them and continue connection setup */ 592 ** for the ACL connection with the specified remote device [all...] |
/external/ppp/pppd/ |
ipv6cp.c | 359 * If comma last character, the no remote identifier 363 option_error("Illegal interface identifier (remote): %s", comma); 720 * from our idea, only if the accept_{local,remote} flag is set. 1122 option_error("local/remote LL address required for demand-dialling\n"); 1158 notice("remote LL address %s", llv6_ntoa(wo->hisid)); 1187 error("Could not determine remote LL address"); 1188 ipv6cp_close(f->unit, "Could not determine remote LL address"); 1197 error("local and remote LL addresses are equal"); 1198 ipv6cp_close(f->unit, "local and remote LL addresses are equal"); [all...] |
pppd.8 | 181 Set the local and/or remote interface IP addresses. Either one may be 186 option is given). The remote address will be obtained from the peer 188 not required. If a local and/or remote IP address is specified with 192 \fIipcp\-accept\-remote\fR options are given, respectively. 195 Set the local and/or remote 64-bit interface identifier. Either one may be 202 used to replace the \fIipv6 <local>,<remote>\fR option. Otherwise the 318 With this option, the remote IP address must be specified by the user 414 .B ipcp\-accept\-remote 415 With this option, pppd will accept the peer's idea of its (remote) IP 416 address, even if the remote IP address was specified in an option [all...] |
/external/smack/src/com/kenai/jbosh/ |
BOSHClient.java | 41 * BOSH Client session instance. Each communication session with a remote 57 * the remote connection manager can begin. No attempt will be made to 77 * To be notified of incoming messages from the remote connection manager, 84 * If the connection to the remote connection manager is terminated (either 88 * to resume communications with the remote server. 152 * and transport it to the remote host. 461 * Send the provided message data to the remote connection manager. The 464 * that should be delivered to the remote server. 467 * to the remote connection manager. Subsequent calls to this method 473 * @param body message data to send to remote serve [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/ |
JavaSE-1.6.zip | |
/tools/external/gradle/ |
gradle-1.4-all.zip | |
gradle-1.5-all.zip | |
gradle-1.6-all.zip | |
/external/bluetooth/bluedroid/btif/src/ |
btif_core.c | [all...] |
/external/bluetooth/bluedroid/stack/gap/ |
gap_conn.c | 98 ** the remote side to connect. 104 ** p_rem_bda - Pointer to remote BD Address. 106 ** remote BD Address, then NULL should be passed. 155 GAP_TRACE_ERROR ("GAP ERROR: Client must specify a remote BD ADDR to connect to!"); 642 ** Description This function is called to get the remote BD address 676 ** Description Returns the remote device's MTU size 889 /* Remember the remote MTU size */ [all...] |
/external/chromium_org/dbus/ |
bus.h | 255 // that the object proxies are detached from remote objects at the 258 // The object proxy is used to call methods of remote objects, and 284 // All the object proxies are detached from remote objects at the 337 // Gets an object manager for the given remote object path |object_path| 350 // Unregisters the object manager for the given remote object path 353 // Getting an object manager for the same remote object after this call 362 // objects from their respective remote objects. There is no need to call this
|
/external/chromium_org/device/bluetooth/ |
bluetooth_device.h | 26 // BluetoothDevice represents a remote Bluetooth device, both its properties and 96 // |device|. This can happen if the attribute database of the remote device 328 // Sends the PIN code |pincode| to the remote device during pairing. 334 // Sends the Passkey |passkey| to the remote device during pairing. 341 // Confirms to the remote device during pairing that a passkey provided by 345 // Rejects a pairing or connection request from a remote device. 348 // Cancels a pairing or connection attempt to a remote device, releasing
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
session.h | 62 // remote peer. We add "type" to the errors because it's needed for 177 // Handles sending of ready candidates and receiving of remote candidates. 353 // Fired when the remote description is updated, with the updated 419 // Helper method to provide remote candidates to the transport. 479 // is completed and application can now send local candidates list to remote. 496 // Helper methods to push local and remote transport descriptions. 679 // Sends a messge, but overrides the remote name. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/ |
J2SE-1.5.zip | |
/frameworks/base/docs/html/guide/topics/media/ |
mediarouteprovider.jd | 106 <li><strong>Remote Playback</strong> ? This approach uses the receiver device to handle the 108 used as a remote control. This approach is used by Android apps that support 198 whether your provider supports remote playback, secondary output, or both. These are the route 239 <p>A media route provider for a remote playback device must specify the media types and transfer 243 following code snippet demonstrates how to define an intent filter for supporting remote video 278 <p>A media route provider that offers remote playback must specify the types of media controls 403 remote playback media route:</p>
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/ |
HealthService.java | 523 Log.e(TAG, "Remote Exception:" + e); 617 Log.e(TAG, "Remote Exception:" + e); 622 * This function sends the intent for the updates on the connection status to the remote device. 623 * Note that multiple channels can be connected to the remote device by multiple applications. 654 // there was no connection or connect/disconnect attemp with the remote device 685 // there was no connected channel with the remote device 686 // We were disconnecting all the channels with the remote device [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_gatt_api.h | 690 ** remote_bda: remote device BD address. 707 ** remote_bda: remote device BD address. [all...] |
/external/libnfc-nci/src/nfc/llcp/ |
llcp_dlc.c | 156 LLCP_TRACE_DEBUG2 ("llcp_dlsm_idle (): Remote MIU:%d, RW:%d", p_dlcb->remote_miu, p_dlcb->remote_rw); 211 LLCP_TRACE_DEBUG2 ("llcp_dlsm_w4_remote_resp (): Remote MIU:%d, RW:%d", p_dlcb->remote_miu, p_dlcb->remote_rw); 448 LLCP_TRACE_ERROR0 ("llcp_dlsm_connected (): Remote RW is zero: discard data"); 551 ** Description Find tLLCP_DLCB by local SAP and remote SAP 569 /* Remote SAP has not been finalized because we are watiing for CC */ [all...] |
/frameworks/base/telecomm/java/android/telecom/ |
Connection.java | 37 * Represents a connection to a remote endpoint that carries voice traffic. 105 * when the underlying protocol has actually begun transmitting video to the remote party. 111 * when the underlying protocol has actually stopped transmitting video to the remote party. 280 * is sent to the remote device. 287 * Sets the surface to be used for displaying the video received from the remote device. 310 * sent to the remote device where it it handled by the In-Call UI. 341 * Provides the video telephony framework with the URI of an image to be displayed to remote 369 * @param requestedProfile The original request which was sent to the remote device. 370 * @param responseProfile The actual profile changes made by the remote device. [all...] |
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
SessionManager.java | 162 // This should only be called for local player. Remote player is 166 "getStatus should not be called on remote player!"); 258 // supports queuing, playlist will be re-established on the remote player.
|