/frameworks/base/core/java/android/service/restrictions/ |
RestrictionsReceiver.java | 35 * device to an administrator (most likely on a remote device or computer) and deliver back 47 * authorization by a local or remote administrator other than the user. The Restrictions
|
/frameworks/base/media/java/android/media/audiofx/ |
AcousticEchoCanceler.java | 24 * signal received from the remote party from the captured audio signal. 26 * where the presence of echo with significant delay in the signal received from the remote party
|
/frameworks/native/include/binder/ |
Binder.h | 89 inline IBinder* remote() { return mRemote; } function in class:android::BpRefBase 90 inline IBinder* remote() const { return mRemote; } function in class:android::BpRefBase
|
/frameworks/native/libs/gui/ |
IGraphicBufferAlloc.cpp | 53 remote()->transact(CREATE_GRAPHIC_BUFFER, data, &reply); 79 * no local or remote process have a reference to it).
|
ISensorServer.cpp | 52 remote()->transact(GET_SENSOR_LIST, data, &reply); 68 remote()->transact(CREATE_SENSOR_EVENT_CONNECTION, data, &reply);
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLEngineResult.java | 44 * The engine must send data to the remote side to continue the 49 * The engine needs to receive data from the remote side to continue the
|
/packages/apps/Email/src/com/android/email/service/ |
Pop3Service.java | 260 // Open the remote folder and create the remote folder if necessary 268 // Open the remote folder. This pre-loads certain metadata like message 301 // Get the remote message count. 344 * DEFAULT_SYNC_COUNT remote messages, we still have not encountered any that exist 347 * 4. We examine all of the remote messages before running into any of our count 359 deltaMessageCount + " more remote messages"); 441 // Remove any messages that are in the local store but no longer on the remote store.
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
BluetoothOppHandover.java | 39 static final int STATE_WAITING = 2; // Need to wait for remote side turning on BT 90 // Remote BT enabled already, start send immediately
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
utmp.h | 67 char ut_host[UT_HOSTSIZE]; /* Hostname for remote login. */ 85 int32_t ut_addr_v6[4]; /* Internet address of remote host. */
|
utmpx.h | 63 char ut_host[__UT_HOSTSIZE]; /* Hostname for remote login. */ 81 __int32_t ut_addr_v6[4]; /* Internet address of remote host. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
can.h | 25 #define CAN_RTR_FLAG 0x40000000U /* remote transmission request */ 38 * bit 30 : remote transmission request flag (1 = rtr frame)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/ |
nlm_prot.x | 8 * protocol used between local lock manager and remote lock manager 153 * remote lock manager call-back to grant lock
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
utmp.h | 67 char ut_host[UT_HOSTSIZE]; /* Hostname for remote login. */ 85 int32_t ut_addr_v6[4]; /* Internet address of remote host. */
|
utmpx.h | 63 char ut_host[__UT_HOSTSIZE]; /* Hostname for remote login. */ 81 __int32_t ut_addr_v6[4]; /* Internet address of remote host. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
can.h | 25 #define CAN_RTR_FLAG 0x40000000U /* remote transmission request */ 38 * bit 30 : remote transmission request flag (1 = rtr frame)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
nlm_prot.x | 8 * protocol used between local lock manager and remote lock manager 153 * remote lock manager call-back to grant lock
|
/system/netd/server/ |
PppController.cpp | 52 struct in_addr remote, struct in_addr dns1, 81 char *r = strdup(inet_ntoa(remote));
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.cc | 288 // Therefore we need to keep track of the remote ice restart so 379 // Attempt to create a connection from this new port to all of the remote 418 // Determine if the remote candidates use shared ufrag. 502 // existing remote candidates, it represents a new peer reflexive remote 522 // remote candidate equal to the source transport address where the 525 // There shouldn't be an existing connection with this remote address. 565 // to this address across all local ports. First, add this as a new remote 621 // Create connections to this remote candidate. 629 // remote candidate. The return value is true if we created a connection fro [all...] |
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | 241 .Ic remote 363 .Ss Remote Nodes Specifications 366 .Ic remote ( Ar address | Ic anonymous ) 371 Specifies the IKE phase 1 parameters for each remote node. 377 .Ic remote 419 Specifies the identifier sent to the remote host 574 The remote address of the phase 1 SA. 576 The remote port used for IKE for the phase 1 SA. 621 By default, the identifier sent by the remote host (as specified in its 624 used to authenticate the remote host as follows [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
ActivityManagerTest.java | 225 if (ra.processName.equals("com.android.cts.app.stub:remote")) { 226 fail("should be no process named com.android.cts.app.stub:remote"); 239 if (ra.processName.equals("com.android.cts.app.stub:remote")) { 243 fail("com.android.cts.app.stub:remote process should be available");
|
/developers/build/ |
github-upload | 71 git remote add origin $URL
|
/developers/samples/android/connectivity/bluetooth/BluetoothChat/ |
template-params.xml | 37 (4) Connecting to a remote device
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyEvent.java | 39 // error code for remote exception during injection
|
/development/samples/VoicemailProviderDemo/ |
_index.html | 20 remote voicemail server and store them locally with the voicemail content
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
EarlyExitException.java | 34 /** Used for remote debugger deserialization */
|