Home
last modified time | relevance | path

Searched refs:BpHwBinder (Results 1 – 9 of 9) sorted by relevance

/system/libhwbinder/
DBpHwBinder.cpp35 BpHwBinder::ObjectManager::ObjectManager() in ObjectManager()
39 BpHwBinder::ObjectManager::~ObjectManager() in ~ObjectManager()
44 void BpHwBinder::ObjectManager::attach( in attach()
62 void* BpHwBinder::ObjectManager::find(const void* objectID) const in find()
69 void BpHwBinder::ObjectManager::detach(const void* objectID) in detach()
74 void BpHwBinder::ObjectManager::kill() in kill()
90 BpHwBinder::BpHwBinder(int32_t handle) in BpHwBinder() function in android::hardware::BpHwBinder
102 status_t BpHwBinder::transact( in transact()
116 status_t BpHwBinder::linkToDeath( in linkToDeath()
150 status_t BpHwBinder::unlinkToDeath( in unlinkToDeath()
[all …]
DBinder.cpp49 BpHwBinder* IBinder::remoteBinder() in remoteBinder()
65 BpHwBinder::ObjectManager mObjects;
DIPCThreadState.cpp663 void IPCThreadState::incStrongHandle(int32_t handle, BpHwBinder *proxy) in incStrongHandle()
680 void IPCThreadState::incWeakHandle(int32_t handle, BpHwBinder *proxy) in incWeakHandle()
729 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpHwBinder* proxy) in requestDeathNotification()
737 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpHwBinder* proxy) in clearDeathNotification()
1204 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand()
1212 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand()
DProcessState.cpp242 b = new BpHwBinder(handle); in getStrongProxyForHandle()
276 b = new BpHwBinder(handle); in getWeakProxyForHandle()
DAndroid.bp45 "BpHwBinder.cpp",
DParcel.cpp204 BpHwBinder *proxy = binder->remoteBinder(); in flatten_binder()
246 BpHwBinder *proxy = real->remoteBinder(); in flatten_binder()
285 BpHwBinder* /*proxy*/, const flat_binder_object& /*flat*/, in finish_unflatten_binder() argument
304 static_cast<BpHwBinder*>(out->get()), *flat, in); in unflatten_binder()
333 static_cast<BpHwBinder*>(out->unsafe_get()), *flat, in); in unflatten_binder()
/system/libhwbinder/include/hwbinder/
DBpHwBinder.h28 class BpHwBinder : public IBinder
31 BpHwBinder(int32_t handle);
56 virtual BpHwBinder* remoteBinder();
91 virtual ~BpHwBinder();
DIPCThreadState.h68 void incStrongHandle(int32_t handle, BpHwBinder *proxy);
70 void incWeakHandle(int32_t handle, BpHwBinder *proxy);
75 BpHwBinder* proxy);
77 BpHwBinder* proxy);
DIBinder.h31 class BpHwBinder; variable
116 virtual BpHwBinder* remoteBinder();