HomeSort by relevance Sort by last modified time
    Searched full:remote (Results 651 - 675 of 3672) sorted by null

<<21222324252627282930>>

  /bootable/recovery/minadbd/
adb.h 70 ** remote entity. A local asocket is bound to a file descriptor. A
71 ** remote asocket is bound to the protocol engine.
74 /* chain pointers for the local/remote list of
95 ** us to our fd event system. For remote asockets
136 ** transport (e.g. remote sockets, etc...)
147 /* a transport object models the connection to a remote device or emulator
  /external/chromium_org/net/base/
network_change_notifier.h 69 // reach remote sites.
152 // user won't be able to connect to remote sites. However, another return
153 // value doesn't imply that the user will be able to connect to remote sites;
155 // attempt to a particular remote site will be successful.
175 // won't be able to connect to remote sites. However, a return value of
177 // whether a particular connection attempt to a particular remote site
  /external/chromium_org/ui/file_manager/image_loader/
image_loader_client.js 8 * Client used to connect to the remote ImageLoader extension. Client class runs
10 * It sends remote requests using IPC to the ImageLoader class and forwards
96 * Handles a message from the remote image loader and calls the registered
128 * @return {?number} Remote task id or null if loaded from cache.
176 // Not available in cache, performing a request to a remote extension.
351 * @return {?number} Remote task id or null if loaded from cache.
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 67 BOOLEAN received_first_packet; /* TRUE if a packet has been received from remote */
180 UINT8 remote_sap; /* SAP of remote end point */
181 UINT16 remote_miu; /* MIU of remote SAP */
182 UINT8 remote_rw; /* RW of remote SAP */
183 BOOLEAN remote_busy; /* TRUE if remote SAP is busy */
252 ** when overall rx link congestion starts, RNR is sent to remote end point of data link connection
  /external/libnfc-nxp/src/
phFriNfc_MifareULMap.h 164 * Remote Device).
169 * \brief \copydoc page_ovr Initiates Reading of NDEF information from the Remote Device.
171 * The function initiates the reading of NDEF information from a Remote Device.
211 * \brief \copydoc page_ovr Initiates Writing of NDEF information to the Remote Device.
213 * The function initiates the writing of NDEF information to a Remote Device.
254 * \brief \copydoc page_ovr Check whether a particulat Remote Device is NDEF compliant.
  /external/qemu/telephony/
remote_call.c 44 /** By convention, remote numbers are the console ports, i.e. 5554, 5556, etc...
98 /** REMOTE CALL OBJECTS
281 /* remote emulator probably quitted */
316 /* remote emulator probably quitted */
375 D("%s: phone number '%s' is not decimal or remote", __FUNCTION__, to_number);
414 /* call this function to send a SMS to a remote emulator */
  /external/smack/src/org/jivesoftware/smack/
ServerTrustManager.java 51 * Holds the domain of the remote server we are trying to connect
146 System.out.println("Accepting self-signed certificate of remote server: " +
193 * Returns the identity of the remote server as defined in the specified certificate. The
199 * @param x509Certificate the certificate the holds the identity of the remote server.
200 * @return the identity of the remote server as defined in the specified certificate.
222 * @param certificate the certificate presented by the remote entity.
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/
Bytestream.java 100 * Adds a potential stream host that the remote user can connect to to receive the file.
111 * Adds a potential stream host that the remote user can connect to to receive the file.
115 * @param port The port on which the remote host is seeking connections.
127 * Adds a potential stream host that the remote user can transfer the file through.
183 * Returns the SOCKS5 host connected to by the remote user.
185 * @return Returns the SOCKS5 host connected to by the remote user.
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
OutgoingFileTransfer.java 45 * negotiation process will timeout if the remote user has not
189 * to the remote user. It returns immediately and the progress of the file
198 * @param file the file to transfer to the remote entity.
262 * to the remote user. It returns immediately and the progress of the file
271 * @param in the stream to transfer to the remote entity.
443 * @param stream the established stream which can be used to transfer the file to the remote
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 47 * application, which is responsible for syncing voicemail data between a remote
84 * voicemail from the remote server. The voicemail to fetch is specified by the data uri
173 * specific message id to identify this voicemail on the remote
236 * The URI to call when the user requests to directly access the voicemail from the remote
267 * pulls voicemail data from a remote server.
286 * the source gets notified of new voicemails on the remote server.
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 54 BTM_UNKNOWN_ADDR, /* 7 Unknown remote BD address */
153 ** Parameters are the BD Address of remote and the Dev Class of remote.
159 ** DEVICE DISCOVERY - Inquiry, Remote Name, Discovery, Class of Device
234 /* State of the remote name retrieval during inquiry operations.
635 BOOLEAN appl_knows_rem_name; /* set by application if it knows the remote name of the peer device.
636 This is later used by application to determine if remote name request is
658 /* Structure returned with remote name request */
745 BD_ADDR remote_bd_addr; /* Remote BD addr involved with the switch */
    [all...]
  /external/antlr/antlr-3.4/runtime/C/doxygen/
changes31.dox 13 /// hence to avoid the remote change that some memory allocation scheme would return
30 /// supports remote debugging only (you cannot generate C, compile and debug it from the
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_watcher.h 24 // For remote files (ex. files on Drive), the class just remembers what
25 // extensions are watching the path. The actual file watching for remote
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_perf_browsertest.cc 104 StartDetectingVideo(left_tab, "remote-view");
105 StartDetectingVideo(right_tab, "remote-view");
  /external/chromium_org/chrome/browser/resources/chromeos/
drive_internals.html 31 <li>Remote Changestamp:
32 <span id="account-largest-changestamp-remote"></span>
  /external/chromium_org/chrome/browser/sync_file_system/
sync_process_runner.cc 18 // Default delay when the previous change has had an error (but remote service
26 // Default delay when remote service is temporarily unavailable.
  /external/chromium_org/chrome/test/chromedriver/
capabilities.h 67 // Return true if remote host:port session is to be used.
87 // If provided, the remote debugging address to connect to.
  /external/chromium_org/content/browser/speech/
speech_recognition_engine.h 21 // either working locally or relying on a remote web-service, must obey.
47 // Remote engine configuration.
  /external/chromium_org/extensions/common/manifest_handlers/
csp_info.cc 33 // For remote resources, they can fetch them via XMLHttpRequest.
40 // Media can be loaded from remote resources since:
  /external/chromium_org/jingle/glue/
pseudotcp_adapter.h 63 // will wait until the data is sent to the remote end before the
65 // and acknowledged by the remote end). Otherwise write completes
  /external/chromium_org/mojo/public/cpp/bindings/
interface_ptr.h 20 // InterfacePtr represents a proxy to a remote instance of an interface.
49 // This method configures the InterfacePtr<..> to be a proxy to a remote
  /external/chromium_org/ppapi/api/private/
ppb_talk_private.idl 24 * Request permission for Remote Desktop.
28 * Request permission for continuing Remote Desktop.
  /external/chromium_org/ppapi/c/private/
ppb_talk_private.h 40 * Request permission for Remote Desktop.
44 * Request permission for continuing Remote Desktop.
  /external/chromium_org/remoting/protocol/
connection_to_client.h 29 // This class represents a remote viewer connection to the chromoting
126 // The libjingle channel used to send and receive data from the remote client.
  /external/chromium_org/third_party/libjingle/source/talk/base/
testclient.h 63 // Checks that the socket is connected to the remote side.
79 // Checks that the next packet has the given contents. Returns the remote

Completed in 813 milliseconds

<<21222324252627282930>>