diff options
| author | 2020-11-17 00:25:25 +0000 | |
|---|---|---|
| committer | 2020-11-17 00:25:25 +0000 | |
| commit | 2cc6ed18f8817d725913aa5443850c63ee660918 (patch) | |
| tree | c505e52d52bed84c39be406387bab9b382a6e74e /libs/binder/IPCThreadState.cpp | |
| parent | d40888363bdf80d6d352f82255fbea7f8c7b7f49 (diff) | |
| parent | 21caa80f859bf976896f109e7b52a018fd2bc99b (diff) | |
Merge changes I51839f56,I821c42c3,I77ac3f77,I91afd69d am: 8b90646c99 am: 21caa80f85
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1498624
Change-Id: I7ab765776ed4f2f700a641b1846faf44e111bd54
Diffstat (limited to 'libs/binder/IPCThreadState.cpp')
| -rw-r--r-- | libs/binder/IPCThreadState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp index 28ce935be1..c5835c614a 100644 --- a/libs/binder/IPCThreadState.cpp +++ b/libs/binder/IPCThreadState.cpp @@ -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; } |