Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/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/tests/AmSlam/src/test/amslam/
DPongReceiver.java29 void onPingPongResponse(long send, long bounce, long recv, String remote); in onPingPongResponse()
DMainActivity.java118 public void onPingPongResponse(long send, long bounce, long recv, String remote) { in onPingPongResponse()
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel_factory.cpp87 sockaddr_un remote; in Connect() local
Dservice_endpoint.cpp219 sockaddr_un remote; in AcceptConnection() local
/frameworks/base/core/java/android/database/
DBulkCursorNative.java144 public BulkCursorProxy(IBinder remote) in BulkCursorProxy()
/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/av/camera/
DCameraBase.cpp190 sp<typename TCamTraits::TCamUser> CameraBase<TCam, TCamTraits>::remote() in remote() function in android::CameraBase
/frameworks/rs/tests/lldb/tests/harness/
Dutil_android.py554 def forward_port(self, local, remote): argument
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp276 struct sockaddr_in remote; in onConnect() local
/frameworks/base/core/java/android/content/
DContentProviderNative.java380 public ContentProviderProxy(IBinder remote) in ContentProviderProxy()
/frameworks/av/camera/ndk/impl/
DACameraDevice.cpp618 CameraDevice::setRemoteDevice(sp<hardware::camera2::ICameraDeviceUser> remote) { in setRemoteDevice()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp1742 bool CameraService::evictClientIdByRemote(const wp<IBinder>& remote) { in evictClientIdByRemote()
2137 sp<IBinder> remote = getRemote(); in disconnect() local