Home
last modified time | relevance | path

Searched refs:BpHwBinder (Results 1 – 10 of 10) 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()
69 BpHwBinder::ObjectManager mObjects;
DIPCThreadState.cpp692 void IPCThreadState::incStrongHandle(int32_t handle, BpHwBinder *proxy) in incStrongHandle()
709 void IPCThreadState::incWeakHandle(int32_t handle, BpHwBinder *proxy) in incWeakHandle()
758 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpHwBinder* proxy) in requestDeathNotification()
766 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpHwBinder* proxy) in clearDeathNotification()
1252 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand()
1260 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand()
DProcessState.cpp279 b = new BpHwBinder(handle); in getStrongProxyForHandle()
313 b = new BpHwBinder(handle); in getWeakProxyForHandle()
DAndroid.bp30 "BpHwBinder.cpp",
DParcel.cpp196 BpHwBinder *proxy = binder->remoteBinder(); in flatten_binder()
241 BpHwBinder *proxy = real->remoteBinder(); in flatten_binder()
280 BpHwBinder* /*proxy*/, const flat_binder_object& /*flat*/, in finish_unflatten_binder() argument
299 static_cast<BpHwBinder*>(out->get()), *flat, in); in unflatten_binder()
328 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();
96 virtual ~BpHwBinder();
DIPCThreadState.h79 void incStrongHandle(int32_t handle, BpHwBinder *proxy);
81 void incWeakHandle(int32_t handle, BpHwBinder *proxy);
86 BpHwBinder* proxy);
88 BpHwBinder* proxy);
DIBinder.h31 class BpHwBinder; variable
136 virtual BpHwBinder* remoteBinder();
/system/hwservicemanager/
DHidlService.cpp191 using ::android::hardware::BpHwBinder; in getNodeStrongRefCount()
202 sp<BpHwBinder> bpBinder = static_cast<BpHwBinder*>(binder.get()); in getNodeStrongRefCount()