/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
if_pppopns.h | 25 __u16 remote; member in struct:sockaddr_pppopns
|
/cts/tests/tests/os/src/android/os/cts/ |
IParcelFileDescriptorPeer.aidl | 25 /* Setup internal local and remote FDs */ 34 /* Ask this peer to get their remote FD from another */ 36 /* Ask this peer to set their remote FD to another */
|
/external/chromium_org/chrome/browser/sync_file_system/ |
remote_file_sync_service.h | 43 // Remote service is up and running, or has not seen any errors yet. 48 // Remote service is temporarily unavailable due to network, 56 // Remote service is temporarily unavailable due to authentication failure. 63 // Remote service is disabled by configuration change or due to some 89 // of pending remote changes. 150 // Registers |origin| to track remote side changes for the |origin|. 152 // The caller may call this method again when the remote service state 169 // Uninstalls the |origin| by deleting its remote data copy and then removing 176 // Called by the sync engine to process one remote change. 182 // Sets a remote change processor. This must be called before an [all...] |
/external/chromium_org/remoting/host/ |
branding.cc | 20 FILE_PATH_LITERAL("Google\\Chrome Remote Desktop"); 27 FILE_PATH_LITERAL("Chrome Remote Desktop"); 30 FILE_PATH_LITERAL(".config/chrome-remote-desktop");
|
/external/chromium_org/remoting/host/installer/linux/debian/ |
postrm | 10 delgroup --quiet chrome-remote-desktop > /dev/null || true 25 DEFAULTS_FILE="/etc/default/chrome-remote-desktop" 37 rm -f "$APT_SOURCESDIR/chrome-remote-desktop.list"
|
/external/llvm/test/ExecutionEngine/MCJIT/remote/ |
stubs-remote.ll | 1 ; RUN: %lli_mcjit -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s 3 ; This test should fail until remote symbol resolution is supported.
|
/frameworks/base/core/java/android/app/backup/ |
package.html | 14 like to enable backup and preserve its data on remote strage must implement a 24 <li>Perform backup of arbitrary data to remote storage</li> 26 <li>Restore the data saved to remote storage</li>
|
/frameworks/base/media/lib/remotedisplay/ |
README.txt | 2 containing classes required by unbundled remote display providers. 5 o This library is effectively a PUBLIC API for unbundled remote display providers 19 Unbundled remote display providers (such as Cast) cannot use internal
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
ICall.java | 31 * Checks if the call has a same remote user identity or not. 33 * @param userId the remote user identity 34 * @return true if the remote user identity is equal; otherwise, false
|
/libcore/luni/src/main/java/javax/net/ |
SocketFactory.java | 54 * Creates a new socket which is not connected to any remote host. This 68 * Creates a new socket which is connected to the remote host specified by 73 * the remote host address the socket has to be connected to. 75 * the port number of the remote host at which the socket is 88 * Creates a new socket which is connected to the remote host specified by 94 * the remote host address the socket has to be connected to. 96 * the port number of the remote host at which the socket is 114 * Creates a new socket which is connected to the remote host specified by 121 * the port number of the remote host at which the socket is 131 * Creates a new socket which is connected to the remote host specified b [all...] |
/frameworks/av/camera/ |
ICamera.cpp | 68 remote()->transact(DISCONNECT, data, &reply); 80 remote()->transact(SET_PREVIEW_TARGET, data, &reply); 92 remote()->transact(SET_PREVIEW_CALLBACK_FLAG, data, &reply); 103 remote()->transact(SET_PREVIEW_CALLBACK_TARGET, data, &reply); 113 remote()->transact(START_PREVIEW, data, &reply); 123 remote()->transact(START_RECORDING, data, &reply); 133 remote()->transact(STOP_PREVIEW, data, &reply); 142 remote()->transact(STOP_RECORDING, data, &reply); 151 remote()->transact(RELEASE_RECORDING_FRAME, data, &reply); 160 remote()->transact(STORE_META_DATA_IN_BUFFERS, data, &reply) [all...] |
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/ |
RemoteDisplayProvider.java | 37 * Base class for remote display providers implemented as unbundled services. 39 * To implement your remote display provider service, create a subclass of 67 * Declare your remote display provider service in your application manifest 125 * are any remote displays paired or available but doesn't need the latest or 143 * Creates a remote display provider. 145 * @param context The application context for the remote display provider. 154 * Gets the context of the remote display provider. 164 * a remote display provider service. 184 * @param display The remote display. 192 * @param display The remote display [all...] |
RemoteDisplay.java | 25 * Represents a remote display that has been discovered. 32 * Status code: Indicates that the remote display is not available. 37 * Status code: Indicates that the remote display is in use by someone else. 42 * Status code: Indicates that the remote display is available for new connections. 47 * Status code: Indicates that the remote display is current connecting. 52 * Status code: Indicates that the remote display is connected and is mirroring 70 * Creates a remote display with the specified name and id.
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothDevice.java | 33 * Represents a remote Bluetooth device. A {@link BluetoothDevice} lets you 39 * are performed on the remote Bluetooth hardware address, using the 50 * {@link BluetoothSocket} for communication with the remote device, using 79 * Broadcast Action: Remote device discovered. 80 * <p>Sent when a remote device is found during discovery. 92 * Broadcast Action: Remote device disappeared. 93 * <p>Sent when a remote device that was found in the last discovery is not 104 * Broadcast Action: Bluetooth class of a remote device has changed. 116 * established with a remote device. 128 * been requested for a remote device, and it will soon be disconnected [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
bluetooth_low_energy.idl | 27 // application and available to other peripherals, or a remote service 28 // hosted and received from a remote peripheral. 34 // this instance represents a remote service. 37 // The device address of the remote peripheral that the GATT service belongs 38 // to. Present, if this instance represents a remote service. 50 // hosted by the application and available to other peripherals, or a remote 51 // characteristic hosted and received from a remote peripheral. 63 // Present, if this instance represents a remote characteristic. 80 // hosted by the application and available to other peripherals, or a remote 81 // descriptor hosted and received from a remote peripheral [all...] |
/external/lldb/tools/debugserver/source/ |
libdebugserver.cpp | 52 // Get our program path and arguments from the remote connection. 53 // We will need to start up the remote connection without a PID, get the 64 RNBRemote* remote = remoteSP.get(); local 65 RNBContext& ctx = remote->Context(); 80 err = remote->HandleReceivedPacket (&type); 107 // a catch all for any other gdb remote packets that failed 151 HandleProcessStateChange (RNBRemoteSP &remote, bool initialize) 153 RNBContext& ctx = remote->Context(); 163 DNBLogThreadedIf (LOG_RNB_MINIMAL, "%s (&remote, initialize=%i) pid_state = %s", __FUNCTION__, (int)initialize, DNBStateAsString (pid_state)); 188 remote->FlushSTDIO() 352 RNBRemote *remote = g_remoteSP.get(); local [all...] |
/external/chromium_org/third_party/webrtc/base/ |
socketpool.h | 36 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote, 52 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote, 81 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote, 101 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote, 126 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
|
/external/compiler-rt/test/builtins/Unit/ |
test | 4 REMOTE=0 9 REMOTE=1 10 mkdir -p remote 41 if test "$REMOTE" = "1" 43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
phase1-up.sh | 52 REMOTE="${REMOTE_ADDR}[${REMOTE_PORT}]" 56 #REMOTE="${REMOTE_ADDR}" 61 -P out ipsec esp/tunnel/${LOCAL}-${REMOTE}/require; 63 -P in ipsec esp/tunnel/${REMOTE}-${LOCAL}/require; 74 -P fwd ipsec esp/tunnel/${REMOTE}-${LOCAL}/require;
|
/external/mtpd/ |
pptp.c | 76 static uint16_t remote; variable 182 log_print(INFO, "Remote server hung up"); 246 .remote = remote, 303 log_print(INFO, "Remote server hung up"); 311 remote = incoming.ocrp.call; 312 log_print(DEBUG, "Received OCRQ (remote = %d)", remote); 320 log_print(INFO, "Remote server hung up"); 327 log_print(INFO, "Remote server hung up") [all...] |
/frameworks/av/include/media/ |
IRemoteDisplayClient.h | 37 // Flag: The remote display is using a secure transport protocol such as HDCP. 48 // Indicates that the remote display has been connected successfully. 50 // the remote display. 54 // Indicates that the remote display has been disconnected normally. 60 // Indicates that a connection could not be established to the remote display
|
/frameworks/base/docs/html/tools/help/ |
sqlite3.jd | 6 <p>From a remote shell to your device or from your host machine, you can use the <a href= 13 <p>To use <code>sqlite3</code> from a remote shell:</p> 16 <li>Enter a remote shell by entering the following command: 20 <li>From a remote shell, start the <code>sqlite3</code> tool by entering the following command: 29 shell. To exit and return to the adb remote shell, enter <code>exit</code> or press
|
/frameworks/av/media/libmedia/ |
IDrm.cpp | 68 remote()->transact(INIT_CHECK, data, &reply); 78 remote()->transact(IS_CRYPTO_SUPPORTED, data, &reply); 88 remote()->transact(CREATE_PLUGIN, data, &reply); 96 remote()->transact(DESTROY_PLUGIN, data, &reply); 105 remote()->transact(OPEN_SESSION, data, &reply); 116 remote()->transact(CLOSE_SESSION, data, &reply); 140 remote()->transact(GET_KEY_REQUEST, data, &reply); 155 remote()->transact(PROVIDE_KEY_RESPONSE, data, &reply); 166 remote()->transact(REMOVE_KEYS, data, &reply); 178 remote()->transact(RESTORE_KEYS, data, &reply) [all...] |
IMediaHTTPConnection.cpp | 67 remote()->transact(CONNECT, data, &reply); 86 remote()->transact(DISCONNECT, data, &reply); 97 status_t err = remote()->transact(READ_AT, data, &reply); 99 ALOGE("remote readAt failed"); 123 remote()->transact(GET_SIZE, data, &reply); 141 remote()->transact(GET_MIME_TYPE, data, &reply); 161 remote()->transact(GET_URI, data, &reply);
|
/external/chromium_org/remoting/resources/ |
remoting_strings_fil.xtb | 12 <translation id="2208514473086078157">Hindi pinapahintulutan ng mga setting ng patakaran ang pagbabahagi sa computer na ito bilang host ng Remote na Desktop ng Chrome. Makipag-ugnay sa iyong system administrator para sa tulong.</translation> 13 <translation id="2801119484858626560">Nakakita ng hindi tugmang bersyon ng Remote na Desktop ng Chrome. Mangyaring tiyaking na mayroon ka ng pinakabagong bersyon ng Chrome at Remote na Desktop ng Chrome sa parehong computer at subukang muli.</translation> 15 <translation id="406849768426631008">Gustong tulungan ang isang tao habang nagvi-video chat rin kasama nila? Subukan ang <ph name="LINK_BEGIN"/> Remote na Desktop sa Google Hangouts<ph name="LINK_END"/>.</translation> 17 <translation id="5397086374758643919">Uninstaller ng Host ng Remote na Desktop ng Chrome</translation> 18 <translation id="3258789396564295715">Maaari mong ligtas na ma-access ang computer na ito gamit ang Remote na Desktop ng Chrome.</translation> 19 <translation id="5070121137485264635">Hinihiling sa iyo ng remote host na magpatunay sa isang website ng third-party. Upang makapagpatuloy, dapat mong bigyan ng mga karagdagang pahintulot ang Remote na Desktop ng Chrome upang ma-access ang address na ito:</translation> 21 <translation id="3194245623920924351">Remote na Desktop ng Chrome</translation> 34 <translation id="2707879711568641861">Nawawala ang ilang bahagi na kinakailangan para sa Remote na Desktop ng Chrome. Mangyaring tiyakin na na-install mo na ang pinakabagong bersyon at subukang (…) [all...] |