Loading libs/binder/IPCThreadState.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -686,7 +686,7 @@ void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) #if LOG_REFCOUNTS #if LOG_REFCOUNTS ALOGV("IPCThreadState::expungeHandle(%ld)\n", handle); ALOGV("IPCThreadState::expungeHandle(%ld)\n", handle); #endif #endif self()->mProcess->expungeHandle(handle, binder); self()->mProcess->expungeHandle(handle, binder); // NOLINT } } status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) Loading Loading
libs/binder/IPCThreadState.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -686,7 +686,7 @@ void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) #if LOG_REFCOUNTS #if LOG_REFCOUNTS ALOGV("IPCThreadState::expungeHandle(%ld)\n", handle); ALOGV("IPCThreadState::expungeHandle(%ld)\n", handle); #endif #endif self()->mProcess->expungeHandle(handle, binder); self()->mProcess->expungeHandle(handle, binder); // NOLINT } } status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) status_t IPCThreadState::requestDeathNotification(int32_t handle, BpBinder* proxy) Loading