Searched defs:BpBinder (Results 1 - 2 of 2) sorted by relevance

/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();
/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...]

Completed in 64 milliseconds