Searched defs:remote (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/include/binder/
H A DBinder.h87 inline IBinder* remote() { return mRemote; } function in class:android::BpRefBase
88 inline IBinder* remote() const { return mRemote; } function in class:android::BpRefBase
H A DIInterface.h66 BpInterface(const sp<IBinder>& remote);
132 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) argument
133 : BpRefBase(remote)
140 return remote();
/frameworks/base/core/java/android/os/
H A DServiceManagerNative.java107 public ServiceManagerProxy(IBinder remote) { argument
108 mRemote = remote;
/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java195 public BulkCursorProxy(IBinder remote) argument
197 mRemote = remote;
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java278 public ContentProviderProxy(IBinder remote) argument
280 mRemote = remote;
/frameworks/base/libs/camera/
H A DCamera.cpp70 // construct a camera client from an existing camera remote
75 LOGE("camera remote is a NULL pointer");
133 sp<ICamera> Camera::remote() function in class:android::Camera
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java419 public ApplicationThreadProxy(IBinder remote) { argument
420 mRemote = remote;
H A DActivityManagerNative.java1269 public ActivityManagerProxy(IBinder remote) argument
1271 mRemote = remote;
/frameworks/base/tools/aidl/
H A Dgenerate_java.cpp211 Variable* remote = new Variable(IBINDER_TYPE, "remote"); local
215 ctor->parameters.push_back(remote);
216 ctor->statements->Add(new Assignment(mRemote, remote));

Completed in 159 milliseconds