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

/frameworks/native/include/binder/
H A DBpBinder.h64 class ObjectManager class in class:android::BpBinder
67 ObjectManager();
68 ~ObjectManager();
80 ObjectManager(const ObjectManager&);
81 ObjectManager& operator=(const ObjectManager&);
115 ObjectManager mObjects;
/frameworks/native/libs/binder/
H A DBpBinder.cpp35 BpBinder::ObjectManager::ObjectManager() function in class:android::BpBinder::ObjectManager
39 BpBinder::ObjectManager::~ObjectManager()
44 void BpBinder::ObjectManager::attach(
54 ALOGE("Trying to attach object ID %p to binder ObjectManager %p with object %p, but object ID already in use",
62 void* BpBinder::ObjectManager::find(const void* objectID) const
69 void BpBinder::ObjectManager::detach(const void* objectID)
74 void BpBinder::ObjectManager::kill()

Completed in 110 milliseconds