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>
192 // We need to create a new BpBinder if there isn't currently one, OR we
200 // a BpBinder proxy without already holding a reference.
203 // to it (which will occur when creating the BpBinder).
204 // If a local reference is created for the BpBinder when the
224 b = new BpBinder(handle);
249 // We need to create a new BpBinder if there isn't currently one, OR we
251 // attemptIncWeak() is safe because we know the BpBinder destructor will always
254 // releasing a reference on this BpBinder, and a new reference on its handle
258 b = new BpBinder(handl
[all...]
H A DAndroid.mk19 BpBinder.cpp \
H A DIPCThreadState.cpp22 #include <binder/BpBinder.h>
662 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy)
670 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpBinder* proxy)
1106 BpBinder *proxy = (BpBinder*)mIn.readInt32();
1114 BpBinder *proxy = (BpBinder*)mIn.readInt32();
H A DParcel.cpp24 #include <binder/BpBinder.h>
162 BpBinder *proxy = binder->remoteBinder();
195 BpBinder *proxy = real->remoteBinder();
233 BpBinder* proxy, const flat_binder_object& flat, const Parcel& in)
251 static_cast<BpBinder*>(out->get()), *flat, in);
280 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;
148 virtual BpBinder* remoteBinder();
H A DIPCThreadState.h74 BpBinder* proxy);
76 BpBinder* proxy);

Completed in 159 milliseconds