Home | History | Annotate | Download | only in libhwbinder

Lines Matching refs:mHandle

91     : mHandle(handle)
96 ALOGV("Creating BpHwBinder %p handle %d\n", this, mHandle);
108 mHandle, code, data, reply, flags);
136 ALOGV("Requesting death notification: %p handle %d\n", this, mHandle);
139 self->requestDeathNotification(mHandle, this);
171 ALOGV("Clearing death notification: %p handle %d\n", this, mHandle);
173 self->clearDeathNotification(mHandle, this);
188 this, mHandle, mObitsSent ? "true" : "false");
196 ALOGV("Clearing sent death notification: %p handle %d\n", this, mHandle);
198 self->clearDeathNotification(mHandle, this);
256 ALOGV("Destroying BpHwBinder %p handle %d\n", this, mHandle);
263 if (ipc) ipc->clearDeathNotification(mHandle, this);
276 ipc->expungeHandle(mHandle, this);
277 ipc->decWeakHandle(mHandle);
283 ALOGV("onFirstRef BpHwBinder %p handle %d\n", this, mHandle);
285 if (ipc) ipc->incStrongHandle(mHandle, this);
290 ALOGV("onLastStrongRef BpHwBinder %p handle %d\n", this, mHandle);
296 ipc->decStrongHandle(mHandle);
303 ALOGV("onIncStrongAttempted BpHwBinder %p handle %d\n", this, mHandle);
305 return ipc ? ipc->attemptIncStrongHandle(mHandle) == NO_ERROR : false;