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()
121 status_t BpHwBinder::linkToDeath( in linkToDeath()
155 status_t BpHwBinder::unlinkToDeath( in unlinkToDeath()
[all …]
DBinder.cpp49 BpHwBinder* IBinder::remoteBinder() in remoteBinder()
69 BpHwBinder::ObjectManager mObjects;
DIPCThreadState.cpp689 void IPCThreadState::incStrongHandle(int32_t handle, BpHwBinder *proxy) in incStrongHandle()
706 void IPCThreadState::incWeakHandle(int32_t handle, BpHwBinder *proxy) in incWeakHandle()
755 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpHwBinder* proxy) in requestDeathNotification()
763 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpHwBinder* proxy) in clearDeathNotification()
1254 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand()
1262 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand()
DProcessState.cpp293 b = new BpHwBinder(handle); in getStrongProxyForHandle()
327 b = new BpHwBinder(handle); in getWeakProxyForHandle()
DAndroid.bp41 "BpHwBinder.cpp",
DParcel.cpp190 BpHwBinder *proxy = binder->remoteBinder(); in flatten_binder()
225 BpHwBinder* /*proxy*/, const flat_binder_object& /*flat*/, in finish_unflatten_binder() argument
244 static_cast<BpHwBinder*>(out->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();
95 virtual ~BpHwBinder();
DIPCThreadState.h77 void incStrongHandle(int32_t handle, BpHwBinder *proxy);
79 void incWeakHandle(int32_t handle, BpHwBinder *proxy);
84 BpHwBinder* proxy);
86 BpHwBinder* proxy);
DIBinder.h31 class BpHwBinder; variable
164 virtual BpHwBinder* remoteBinder();
/system/hwservicemanager/
DHidlService.cpp191 using ::android::hardware::BpHwBinder; in getNodeStrongRefCount()
202 sp<BpHwBinder> bpBinder = static_cast<BpHwBinder*>(binder.get()); in getNodeStrongRefCount()