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

/frameworks/native/libs/binder/
H A DBpBinder.cpp17 #define LOG_TAG "BpBinder"
20 #include <binder/BpBinder.h>
34 BpBinder::ObjectManager::ObjectManager()
38 BpBinder::ObjectManager::~ObjectManager()
43 void BpBinder::ObjectManager::attach(
61 void* BpBinder::ObjectManager::find(const void* objectID) const
68 void BpBinder::ObjectManager::detach(const void* objectID)
73 void BpBinder::ObjectManager::kill()
89 BpBinder::BpBinder(int32_ function in class:android::BpBinder
[all...]
H A DBinder.cpp21 #include <binder/BpBinder.h>
52 BpBinder* IBinder::remoteBinder()
68 BpBinder::ObjectManager mObjects;
H A DProcessState.cpp24 #include <binder/BpBinder.h>
187 // We need to create a new BpBinder if there isn't currently one, OR we
195 // a BpBinder proxy without already holding a reference.
198 // to it (which will occur when creating the BpBinder).
199 // If a local reference is created for the BpBinder when the
219 b = new BpBinder(handle);
244 // We need to create a new BpBinder if there isn't currently one, OR we
246 // attemptIncWeak() is safe because we know the BpBinder destructor will always
249 // releasing a reference on this BpBinder, and a new reference on its handle
253 b = new BpBinder(handl
[all...]
H A DAndroid.mk19 BpBinder.cpp \
H A DIPCThreadState.cpp22 #include <binder/BpBinder.h>
667 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy)
675 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy)
1117 BpBinder *proxy = (BpBinder*)mIn.readPointer();
1125 BpBinder *proxy = (BpBinder*)mIn.readPointer();
H A DParcel.cpp24 #include <binder/BpBinder.h>
170 BpBinder *proxy = binder->remoteBinder();
204 BpBinder *proxy = real->remoteBinder();
243 BpBinder* /*proxy*/, const flat_binder_object& /*flat*/,
262 static_cast<BpBinder*>(out->get()), *flat, in);
291 static_cast<BpBinder*>(out->unsafe_get()), *flat, in);
/frameworks/native/include/binder/
H A DBpBinder.h27 class BpBinder : public IBinder class in namespace:android
30 BpBinder(int32_t handle);
59 virtual BpBinder* remoteBinder();
94 virtual ~BpBinder();
H A DIBinder.h33 class BpBinder;
140 virtual BpBinder* remoteBinder();
H A DIPCThreadState.h74 BpBinder* proxy);
76 BpBinder* proxy);

Completed in 441 milliseconds