Loading libs/binder/Binder.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -445,6 +445,9 @@ status_t BBinder::linkToDeath( const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, uint32_t /*flags*/) { // BBinder::linkToDeath is invalid because this process owns this binder. // The DeathRecipient is called on BpBinders when the process owning the // binder node dies. return INVALID_OPERATION; } Loading Loading
libs/binder/Binder.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -445,6 +445,9 @@ status_t BBinder::linkToDeath( const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, uint32_t /*flags*/) { // BBinder::linkToDeath is invalid because this process owns this binder. // The DeathRecipient is called on BpBinders when the process owning the // binder node dies. return INVALID_OPERATION; } Loading