Searched refs:BpHwBinder (Results 1 – 10 of 10) sorted by relevance
/system/libhwbinder/ |
D | BpHwBinder.cpp | 35 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 …]
|
D | Binder.cpp | 49 BpHwBinder* IBinder::remoteBinder() in remoteBinder() 69 BpHwBinder::ObjectManager mObjects;
|
D | IPCThreadState.cpp | 689 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()
|
D | ProcessState.cpp | 293 b = new BpHwBinder(handle); in getStrongProxyForHandle() 327 b = new BpHwBinder(handle); in getWeakProxyForHandle()
|
D | Android.bp | 41 "BpHwBinder.cpp",
|
D | Parcel.cpp | 190 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/ |
D | BpHwBinder.h | 28 class BpHwBinder : public IBinder 31 BpHwBinder(int32_t handle); 56 virtual BpHwBinder* remoteBinder(); 95 virtual ~BpHwBinder();
|
D | IPCThreadState.h | 77 void incStrongHandle(int32_t handle, BpHwBinder *proxy); 79 void incWeakHandle(int32_t handle, BpHwBinder *proxy); 84 BpHwBinder* proxy); 86 BpHwBinder* proxy);
|
D | IBinder.h | 31 class BpHwBinder; variable 164 virtual BpHwBinder* remoteBinder();
|
/system/hwservicemanager/ |
D | HidlService.cpp | 191 using ::android::hardware::BpHwBinder; in getNodeStrongRefCount() 202 sp<BpHwBinder> bpBinder = static_cast<BpHwBinder*>(binder.get()); in getNodeStrongRefCount()
|