Home
last modified time | relevance | path

Searched refs:BpBinder (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/binder/
DBpBinder.cpp34 BpBinder::ObjectManager::ObjectManager() in ObjectManager()
38 BpBinder::ObjectManager::~ObjectManager() in ~ObjectManager()
43 void BpBinder::ObjectManager::attach( in attach()
61 void* BpBinder::ObjectManager::find(const void* objectID) const in find()
68 void BpBinder::ObjectManager::detach(const void* objectID) in detach()
73 void BpBinder::ObjectManager::kill() in kill()
89 BpBinder::BpBinder(int32_t handle) in BpBinder() function in android::BpBinder
101 bool BpBinder::isDescriptorCached() const { in isDescriptorCached()
106 const String16& BpBinder::getInterfaceDescriptor() const in getInterfaceDescriptor()
111 status_t err = const_cast<BpBinder*>(this)->transact( in getInterfaceDescriptor()
[all …]
DBinder.cpp52 BpBinder* IBinder::remoteBinder() in remoteBinder()
68 BpBinder::ObjectManager mObjects;
DAndroid.mk19 BpBinder.cpp \
DIPCThreadState.cpp624 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) in requestDeathNotification()
632 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy) in clearDeathNotification()
1068 BpBinder *proxy = (BpBinder*)mIn.readInt32(); in executeCommand()
1076 BpBinder *proxy = (BpBinder*)mIn.readInt32(); in executeCommand()
DProcessState.cpp197 b = new BpBinder(handle); in getStrongProxyForHandle()
231 b = new BpBinder(handle); in getWeakProxyForHandle()
DParcel.cpp160 BpBinder *proxy = binder->remoteBinder(); in flatten_binder()
193 BpBinder *proxy = real->remoteBinder(); in flatten_binder()
231 BpBinder* proxy, const flat_binder_object& flat, const Parcel& in) in finish_unflatten_binder()
249 static_cast<BpBinder*>(out->get()), *flat, in); in unflatten_binder()
278 static_cast<BpBinder*>(out->unsafe_get()), *flat, in); in unflatten_binder()
/frameworks/native/include/binder/
DBpBinder.h27 class BpBinder : public IBinder
30 BpBinder(int32_t handle);
59 virtual BpBinder* remoteBinder();
94 virtual ~BpBinder();
DIBinder.h33 class BpBinder; variable
148 virtual BpBinder* remoteBinder();
DIPCThreadState.h72 BpBinder* proxy);
74 BpBinder* proxy);