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

<<41424344454647484950>>

  /external/smack/src/org/jivesoftware/smackx/packet/
RosterExchange.java 99 * Adds a remote roster entry to the packet.
101 * @param remoteRosterEntry a remote roster entry to add.
  /frameworks/av/camera/
CameraBase.cpp 144 sp<typename TCamTraits::TCamUser> CameraBase<TCam, TCamTraits>::remote() function in class:android::CameraBase
157 ALOGW("mediaserver's remote binder Camera object died");
  /frameworks/base/core/java/android/app/backup/
BackupDataOutput.java 44 * replace any previous value in the transport's remote data store. You can remove a record
45 * entirely from the remote data set by writing a new entity header using the
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealth.java 43 * <li> Pair with the remote device. This currently needs to be done manually
225 * @param device The remote Bluetooth device.
253 * @param device The remote Bluetooth device.
282 * @param device The remote Bluetooth device.
305 * Get the file descriptor of the main channel associated with the remote device
313 * @param device The remote Bluetooth health device
339 * state of the local Bluetooth adapter with the remote device. This can be used
343 * @param device Remote bluetooth device.
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 144 public BulkCursorProxy(IBinder remote)
146 mRemote = remote;
  /frameworks/base/core/java/android/os/
ServiceManagerNative.java 110 public ServiceManagerProxy(IBinder remote) {
111 mRemote = remote;
  /frameworks/base/core/java/android/os/storage/
IMountServiceListener.java 95 Proxy(IBinder remote) {
96 mRemote = remote;
  /frameworks/base/core/java/android/provider/
SyncStateContract.java 70 * @throws RemoteException if there is a failure communicating with the remote
100 * @throws RemoteException if there is a failure communicating with the remote
  /frameworks/base/core/java/android/widget/
ViewFlipper.java 94 // remote views machanism and as a part of that the remote views
  /frameworks/base/docs/html/guide/components/
aidl.jd 52 local process or a remote process. Specifically:</p>
63 <li>Calls from a remote process are dispatched from a thread pool the platform maintains inside of
68 <li>The {@code oneway} keyword modifies the behavior of remote calls. When used, a remote call does
71 android.os.Binder} thread pool as a normal remote call. If {@code oneway} is used with a local call,
428 <p>Here are the steps a calling class must take to call a remote interface defined with AIDL: </p>
445 the connection has broken; this will be the only exception thrown by remote
463 from the Remote Service sample in the ApiDemos project.</p>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardTouchDelegate.java 135 Slog.w(TAG , "Remote Exception", e);
149 Slog.w(TAG , "Remote Exception", e);
  /frameworks/base/services/core/java/com/android/server/
CountryDetectorService.java 47 * The class represents the remote listener, it will also removes itself
48 * from listener list when the remote process was died.
  /frameworks/base/services/core/java/com/android/server/hdmi/
SendKeyAction.java 24 * Feature action that transmits remote control key command (User Control Press/
53 * @param keycode remote control key code as defined in {@link KeyEvent}
  /frameworks/opt/net/voip/src/java/android/net/rtp/
AudioStream.java 26 * represents a remote endpoint which consists of a network mapping and a
141 * The primary usage is to send digits to the remote gateway to perform
  /hardware/qcom/display/msm8226/libqservice/
IQService.cpp 52 remote()->transact(CONNECT, data, &reply);
64 err = remote()->transact(command, data, reply);
  /packages/apps/Nfc/nci/jni/
NativeLlcpConnectionlessSocket.cpp 96 ** remoteSap: remote service access point.
224 // Set Llcp Packet remote SAP
  /packages/apps/UnifiedEmail/src/com/android/mail/
NotificationActionIntentService.java 95 * Grab the alarm from the intent. Since the remote AlarmManagerService fills in the Intent
122 // Skip undo if the action is bridged from remote node. This should be similar to the
  /packages/experimental/StrictModeTest/res/layout/
main.xml 142 android:text="Binder call (remote) to write disk"
156 android:text="Dump (remote) service which writes"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
ioctls.h 39 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */
40 #define SIOCSIFDSTADDR 0x8918 /* set remote PA address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
irda.h 97 #define IRLMP_IAS_QUERY 3 /* Query remote IAS for attribute */
136 __u32 daddr; /* Address of remote device */
mii.h 55 #define BMSR_RFAULT 0x0010 /* Remote fault detected */
134 #define LPA_1000REMRXOK 0x1000 /* Link partner remote receiver status */
sockios.h 40 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */
41 #define SIOCSIFDSTADDR 0x8918 /* set remote PA address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
rusers.x 30 % * Find out about remote users
105 % char ut_host[16]; /* host name, if remote */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
ioctls.h 39 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */
40 #define SIOCSIFDSTADDR 0x8918 /* set remote PA address */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
irda.h 97 #define IRLMP_IAS_QUERY 3 /* Query remote IAS for attribute */
136 __u32 daddr; /* Address of remote device */

Completed in 5617 milliseconds

<<41424344454647484950>>