HomeSort by relevance Sort by last modified time
    Searched defs:BpBinder (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/binder/
BpBinder.h 27 class BpBinder : public IBinder
30 BpBinder(int32_t handle);
59 virtual BpBinder* remoteBinder();
94 virtual ~BpBinder();
  /frameworks/native/libs/binder/
BpBinder.cpp 17 #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_t handle
    [all...]

Completed in 65 milliseconds