Home
last modified time | relevance | path

Searched defs:remote (Results 1 – 17 of 17) sorted by relevance

/frameworks/native/include/binder/
DBinder.h87 inline IBinder* remote() { return mRemote; } in remote() function
88 inline IBinder* remote() const { return mRemote; } in remote() function
DIInterface.h135 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface()
/frameworks/base/core/java/android/os/
DCancellationSignal.java65 final ICancellationSignal remote; in cancel() local
138 public void setRemote(ICancellationSignal remote) { in setRemote()
DServiceManagerNative.java110 public ServiceManagerProxy(IBinder remote) { in ServiceManagerProxy()
DCommonTimeUtils.java42 public CommonTimeUtils(IBinder remote, String interfaceDesc) { in CommonTimeUtils()
/frameworks/base/core/java/android/os/storage/
DIMountShutdownObserver.java82 Proxy(IBinder remote) { in Proxy()
DIObbActionListener.java87 Proxy(IBinder remote) { in Proxy()
DIMountServiceListener.java95 Proxy(IBinder remote) { in Proxy()
DIMountService.java41 Proxy(IBinder remote) { in Proxy()
/frameworks/base/core/java/android/database/
DBulkCursorNative.java144 public BulkCursorProxy(IBinder remote) in BulkCursorProxy()
/frameworks/base/voip/jni/rtp/
DAudioGroup.cpp165 bool AudioStream::set(int mode, int socket, sockaddr_storage *remote, in set()
410 sockaddr_storage remote; in decode() local
942 sockaddr_storage remote; in add() local
/frameworks/base/tools/aidl/
Dgenerate_java_binder.cpp174 Variable* remote = new Variable(IBINDER_TYPE, "remote"); in ProxyClass() local
/frameworks/av/camera/
DCamera.cpp154 sp<ICamera> Camera::remote() in remote() function in android::Camera
/frameworks/base/core/java/android/content/
DContentProviderNative.java322 public ContentProviderProxy(IBinder remote) in ContentProviderProxy()
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp271 struct sockaddr_in remote; in onConnect() local
/frameworks/base/core/java/android/app/
DApplicationThreadNative.java601 public ApplicationThreadProxy(IBinder remote) { in ApplicationThreadProxy()
DActivityManagerNative.java1723 public ActivityManagerProxy(IBinder remote) in ActivityManagerProxy()