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

<<21222324252627282930>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 52 * Then call {@link #connect()} to attempt a connection to the remote device.
102 private BluetoothDevice mDevice; /* remote device */
103 private String mAddress; /* remote address */
137 * @param auth require the remote device to be authenticated
139 * @param device remote device that this socket can connect to
140 * @param port remote port
168 // Remote socket
205 * @param auth require the remote device to be authenticated
207 * @param address remote device that this socket can connect to
208 * @param port remote por
    [all...]
  /frameworks/base/docs/html/training/cloudsync/
index.jd 20 helps you build rich cloud-enabled apps that sync their data to a remote web
  /frameworks/base/media/java/android/media/
RemoteDisplayState.java 26 * Information available from IRemoteDisplayProvider about available remote displays.
32 // Note: These constants are used by the remote display provider API.
41 * A list of all remote displays.
90 // Note: These constants are used by the remote display provider API.
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
IPdfRenderer.aidl 25 * Interface for communication with a remote pdf renderer.
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
ClientTest.java 78 Log.w(LOG_TAG, "remote add pkg failed...");
89 Log.w(LOG_TAG, "remote func failed...");
111 Log.w(LOG_TAG, "remote func failed...");
139 Log.w(LOG_TAG, "remote func failed...");
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionService.aidl 27 * Internal remote interface for connection services.
IInCallAdapter.aidl 22 * Internal remote callback interface for in-call services.
IInCallService.aidl 26 * Internal remote interface for in-call services.
IVideoProvider.aidl 23 * Internal remote interface for a video call provider.
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsVideoCallCallback.aidl 23 * Internal remote interface for IMS's video call provider.
  /frameworks/ml/bordeaux/service/
AndroidManifest.xml 14 android:process=":remote" >
  /frameworks/native/include/binder/
IInterface.h 66 BpInterface(const sp<IBinder>& remote);
135 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote)
136 : BpRefBase(remote)
143 return remote();
  /frameworks/native/libs/gui/
IProducerListener.cpp 36 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY);
ISensorEventConnection.cpp 52 remote()->transact(GET_SENSOR_CHANNEL, data, &reply);
66 remote()->transact(ENABLE_DISABLE, data, &reply);
76 remote()->transact(SET_EVENT_RATE, data, &reply);
83 remote()->transact(FLUSH_SENSOR, data, &reply);
ISurfaceComposerClient.cpp 65 remote()->transact(CREATE_SURFACE, data, &reply);
75 remote()->transact(DESTROY_SURFACE, data, &reply);
83 remote()->transact(CLEAR_LAYER_FRAME_STATS, data, &reply);
91 remote()->transact(GET_LAYER_FRAME_STATS, data, &reply);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaItemMetadata.java 24 * This class is part of the remote playback protocol described by the
39 * since we are sending the data to a remote endpoint.
131 * The duration metadata is only a hint to enable a remote media player to
133 * The remote media player should still determine the actual content duration from
RemoteControlClientCompat.java 25 * Provides access to features of the remote control client.
53 * Must be called at least once to attach to the remote control client.
61 * Sets a callback to receive volume change requests from the remote control client.
81 * Called when volume updates are requested by the remote control client.
  /hardware/libhardware/include/hardware/
bt_mce.h 48 /** search for MAS instances on remote device */
  /hardware/qcom/display/msm8960/libqservice/
IQService.cpp 50 remote()->transact(SECURING, data, &reply);
57 remote()->transact(UNSECURING, data, &reply);
64 remote()->transact(CONNECT, data, &reply);
70 remote()->transact(SCREEN_REFRESH, data, &reply);
  /hardware/qcom/display/msm8974/libqservice/
IQService.cpp 50 remote()->transact(SECURING, data, &reply);
57 remote()->transact(UNSECURING, data, &reply);
64 remote()->transact(CONNECT, data, &reply);
70 remote()->transact(SCREEN_REFRESH, data, &reply);
  /libcore/luni/src/main/java/java/net/
ConnectException.java 22 * a remote host on a specific port.
NoRouteToHostException.java 22 * to a remote host but the host cannot be reached for instance because of a
  /ndk/sources/host-tools/make-3.81/po/
POTFILES.in 33 remote-cstms.c
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AccessoryUtils.java 25 * Provide utiltilties for Remote & Accessories.
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
if_pppolac.h 31 } local, remote; member in struct:sockaddr_pppolac

Completed in 1269 milliseconds

<<21222324252627282930>>