• Home
  • Raw
  • Download

Lines Matching refs:mHandle

91     : mHandle(handle)  in BpHwBinder()
96 ALOGV("Creating BpHwBinder %p handle %d\n", this, mHandle); in BpHwBinder()
108 mHandle, code, data, reply, flags); in transact()
141 ALOGV("Requesting death notification: %p handle %d\n", this, mHandle); in linkToDeath()
144 self->requestDeathNotification(mHandle, this); in linkToDeath()
176 ALOGV("Clearing death notification: %p handle %d\n", this, mHandle); in unlinkToDeath()
178 self->clearDeathNotification(mHandle, this); in unlinkToDeath()
193 this, mHandle, mObitsSent ? "true" : "false"); in sendObituary()
201 ALOGV("Clearing sent death notification: %p handle %d\n", this, mHandle); in sendObituary()
203 self->clearDeathNotification(mHandle, this); in sendObituary()
227 return ProcessState::self()->getStrongRefCountForNodeByHandle(mHandle); in getNodeStrongRefCount()
268 ALOGV("Destroying BpHwBinder %p handle %d\n", this, mHandle); in ~BpHwBinder()
273 ipc->expungeHandle(mHandle, this); in ~BpHwBinder()
274 ipc->decWeakHandle(mHandle); in ~BpHwBinder()
280 ALOGV("onFirstRef BpHwBinder %p handle %d\n", this, mHandle); in onFirstRef()
282 if (ipc) ipc->incStrongHandle(mHandle, this); in onFirstRef()
287 ALOGV("onLastStrongRef BpHwBinder %p handle %d\n", this, mHandle); in onLastStrongRef()
293 ipc->decStrongHandle(mHandle); in onLastStrongRef()
304 if (ipc) ipc->clearDeathNotification(mHandle, this); in onLastStrongRef()
320 ALOGV("onIncStrongAttempted BpHwBinder %p handle %d\n", this, mHandle); in onIncStrongAttempted()
322 return ipc ? ipc->attemptIncStrongHandle(mHandle) == NO_ERROR : false; in onIncStrongAttempted()