Searched refs:binderHandle (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/binder/ |
D | BpBinder.cpp | 182 ALOGV("Creating BpBinder %p handle %d\n", this, this->binderHandle()); in BpBinder() 184 IPCThreadState::self()->incWeakHandle(this->binderHandle(), this); in BpBinder() 203 int32_t BpBinder::binderHandle() const { in binderHandle() function in android::BpBinder 209 return binderHandle(); in getDebugBinderHandle() 306 status = IPCThreadState::self()->transact(binderHandle(), code, data, reply, flags); in transact() 348 ALOGV("Requesting death notification: %p handle %d\n", this, binderHandle()); in linkToDeath() 351 self->requestDeathNotification(binderHandle(), this); in linkToDeath() 386 ALOGV("Clearing death notification: %p handle %d\n", this, binderHandle()); in unlinkToDeath() 388 self->clearDeathNotification(binderHandle(), this); in unlinkToDeath() 404 ALOGV("Sending obituary for proxy %p handle %d, mObitsSent=%s\n", this, binderHandle(), in sendObituary() [all …]
|
D | ProcessState.cpp | 257 info.handle = binder->getPrivateAccessor().binderHandle(); in getStrongRefCountForNode()
|
D | Parcel.cpp | 220 const int32_t handle = proxy ? proxy->getPrivateAccessor().binderHandle() : 0; in flattenBinder()
|
/frameworks/native/libs/binder/include/binder/ |
D | BpBinder.h | 130 int32_t binderHandle() const { return mBinder->binderHandle(); } in binderHandle() function 156 int32_t binderHandle() const;
|