Loading libs/binder/Binder.cpp +12 −12 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ bool BBinder::isRequestingSid() void BBinder::setRequestingSid(bool requestingSid) { ALOGW_IF(mParceled, LOG_ALWAYS_FATAL_IF(mParceled, "setRequestingSid() should not be called after a binder object " "is parceled/sent to another process"); Loading @@ -380,7 +380,7 @@ sp<IBinder> BBinder::getExtension() { } void BBinder::setMinSchedulerPolicy(int policy, int priority) { ALOGW_IF(mParceled, LOG_ALWAYS_FATAL_IF(mParceled, "setMinSchedulerPolicy() should not be called after a binder object " "is parceled/sent to another process"); Loading Loading @@ -431,7 +431,7 @@ bool BBinder::isInheritRt() { } void BBinder::setInheritRt(bool inheritRt) { ALOGW_IF(mParceled, LOG_ALWAYS_FATAL_IF(mParceled, "setInheritRt() should not be called after a binder object " "is parceled/sent to another process"); Loading @@ -454,7 +454,7 @@ pid_t BBinder::getDebugPid() { } void BBinder::setExtension(const sp<IBinder>& extension) { ALOGW_IF(mParceled, LOG_ALWAYS_FATAL_IF(mParceled, "setExtension() should not be called after a binder object " "is parceled/sent to another process"); Loading Loading
libs/binder/Binder.cpp +12 −12 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ bool BBinder::isRequestingSid() void BBinder::setRequestingSid(bool requestingSid) { ALOGW_IF(mParceled, LOG_ALWAYS_FATAL_IF(mParceled, "setRequestingSid() should not be called after a binder object " "is parceled/sent to another process"); Loading @@ -380,7 +380,7 @@ sp<IBinder> BBinder::getExtension() { } void BBinder::setMinSchedulerPolicy(int policy, int priority) { ALOGW_IF(mParceled, LOG_ALWAYS_FATAL_IF(mParceled, "setMinSchedulerPolicy() should not be called after a binder object " "is parceled/sent to another process"); Loading Loading @@ -431,7 +431,7 @@ bool BBinder::isInheritRt() { } void BBinder::setInheritRt(bool inheritRt) { ALOGW_IF(mParceled, LOG_ALWAYS_FATAL_IF(mParceled, "setInheritRt() should not be called after a binder object " "is parceled/sent to another process"); Loading @@ -454,7 +454,7 @@ pid_t BBinder::getDebugPid() { } void BBinder::setExtension(const sp<IBinder>& extension) { ALOGW_IF(mParceled, LOG_ALWAYS_FATAL_IF(mParceled, "setExtension() should not be called after a binder object " "is parceled/sent to another process"); Loading