Lines Matching refs:mHandle
90 : mHandle(handle) in BpBinder()
95 LOGV("Creating BpBinder %p handle %d\n", this, mHandle); in BpBinder()
165 mHandle, code, data, reply, flags); in transact()
193 LOGV("Requesting death notification: %p handle %d\n", this, mHandle); in linkToDeath()
196 self->requestDeathNotification(mHandle, this); in linkToDeath()
229 LOGV("Clearing death notification: %p handle %d\n", this, mHandle); in unlinkToDeath()
231 self->clearDeathNotification(mHandle, this); in unlinkToDeath()
246 this, mHandle, mObitsSent ? "true" : "false"); in sendObituary()
254 LOGV("Clearing sent death notification: %p handle %d\n", this, mHandle); in sendObituary()
256 self->clearDeathNotification(mHandle, this); in sendObituary()
314 LOGV("Destroying BpBinder %p handle %d\n", this, mHandle); in ~BpBinder()
321 if (ipc) ipc->clearDeathNotification(mHandle, this); in ~BpBinder()
334 ipc->expungeHandle(mHandle, this); in ~BpBinder()
335 ipc->decWeakHandle(mHandle); in ~BpBinder()
341 LOGV("onFirstRef BpBinder %p handle %d\n", this, mHandle); in onFirstRef()
343 if (ipc) ipc->incStrongHandle(mHandle); in onFirstRef()
348 LOGV("onLastStrongRef BpBinder %p handle %d\n", this, mHandle); in onLastStrongRef()
353 if (ipc) ipc->decStrongHandle(mHandle); in onLastStrongRef()
358 LOGV("onIncStrongAttempted BpBinder %p handle %d\n", this, mHandle); in onIncStrongAttempted()
360 return ipc ? ipc->attemptIncStrongHandle(mHandle) == NO_ERROR : false; in onIncStrongAttempted()