Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DBinder.h89 inline IBinder* remote() { return mRemote; } in remote() function
90 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.java64 final ICancellationSignal remote; in cancel() local
137 public void setRemote(ICancellationSignal remote) { in setRemote()
DServiceManagerNative.java110 public ServiceManagerProxy(IBinder remote) { in ServiceManagerProxy()
DCommonTimeUtils.java43 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.java130 Proxy(IBinder remote) { in Proxy()
DIMountService.java40 Proxy(IBinder remote) { in Proxy()
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp167 bool AudioStream::set(int mode, int socket, sockaddr_storage *remote, in set()
412 sockaddr_storage remote; in decode() local
952 sockaddr_storage remote; in add() local
/frameworks/base/core/java/android/database/
DBulkCursorNative.java144 public BulkCursorProxy(IBinder remote) in BulkCursorProxy()
/frameworks/av/camera/
DCameraBase.cpp143 sp<typename TCamTraits::TCamUser> CameraBase<TCam, TCamTraits>::remote() in remote() function in android::CameraBase
/frameworks/base/tools/aidl/
Dgenerate_java_binder.cpp174 Variable* remote = new Variable(IBINDER_TYPE, "remote"); in ProxyClass() local
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp276 struct sockaddr_in remote; in onConnect() local
/frameworks/base/core/java/android/content/
DContentProviderNative.java376 public ContentProviderProxy(IBinder remote) in ContentProviderProxy()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1473 bool CameraService::evictClientIdByRemote(const wp<IBinder>& remote) { in evictClientIdByRemote()
1887 sp<IBinder> remote = getRemote(); in disconnect() local
/frameworks/base/core/java/android/app/
DApplicationThreadNative.java710 public ApplicationThreadProxy(IBinder remote) { in ApplicationThreadProxy()
DActivityManagerNative.java2621 public ActivityManagerProxy(IBinder remote) in ActivityManagerProxy()