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() 116 status_t BpHwBinder::linkToDeath( in linkToDeath() 150 status_t BpHwBinder::unlinkToDeath( in unlinkToDeath() [all …]
|
D | Binder.cpp | 49 BpHwBinder* IBinder::remoteBinder() in remoteBinder() 69 BpHwBinder::ObjectManager mObjects;
|
D | IPCThreadState.cpp | 692 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()
|
D | ProcessState.cpp | 279 b = new BpHwBinder(handle); in getStrongProxyForHandle() 313 b = new BpHwBinder(handle); in getWeakProxyForHandle()
|
D | Android.bp | 30 "BpHwBinder.cpp",
|
D | Parcel.cpp | 196 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/ |
D | BpHwBinder.h | 28 class BpHwBinder : public IBinder 31 BpHwBinder(int32_t handle); 56 virtual BpHwBinder* remoteBinder(); 96 virtual ~BpHwBinder();
|
D | IPCThreadState.h | 79 void incStrongHandle(int32_t handle, BpHwBinder *proxy); 81 void incWeakHandle(int32_t handle, BpHwBinder *proxy); 86 BpHwBinder* proxy); 88 BpHwBinder* proxy);
|
D | IBinder.h | 31 class BpHwBinder; variable 136 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()
|