Loading libs/binder/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,6 @@ cc_library { "-google-default-arguments", "-google-explicit-constructor", "-google-runtime-int", "-performance-unnecessary-value-param", ], } Loading libs/binder/IPCThreadState.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1077,7 +1077,7 @@ status_t IPCThreadState::writeTransactionData(int32_t cmd, uint32_t binderFlags, sp<BBinder> the_context_object; void IPCThreadState::setTheContextObject(sp<BBinder> obj) void IPCThreadState::setTheContextObject(const sp<BBinder>& obj) { the_context_object = obj; } Loading libs/binder/include/binder/IPCThreadState.h +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ public: void blockUntilThreadAvailable(); // Service manager registration void setTheContextObject(sp<BBinder> obj); void setTheContextObject(const sp<BBinder>& obj); // WARNING: DO NOT USE THIS API // Loading Loading
libs/binder/Android.bp +0 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,6 @@ cc_library { "-google-default-arguments", "-google-explicit-constructor", "-google-runtime-int", "-performance-unnecessary-value-param", ], } Loading
libs/binder/IPCThreadState.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1077,7 +1077,7 @@ status_t IPCThreadState::writeTransactionData(int32_t cmd, uint32_t binderFlags, sp<BBinder> the_context_object; void IPCThreadState::setTheContextObject(sp<BBinder> obj) void IPCThreadState::setTheContextObject(const sp<BBinder>& obj) { the_context_object = obj; } Loading
libs/binder/include/binder/IPCThreadState.h +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ public: void blockUntilThreadAvailable(); // Service manager registration void setTheContextObject(sp<BBinder> obj); void setTheContextObject(const sp<BBinder>& obj); // WARNING: DO NOT USE THIS API // Loading