diff options
| author | 2020-11-17 01:49:40 +0000 | |
|---|---|---|
| committer | 2020-11-17 01:49:40 +0000 | |
| commit | 2768a7b6ba4a3eb148f802241633e5ba562dc8f2 (patch) | |
| tree | 6e72e4d1e49c7b2e42fe30ebe757ff8da4425bc5 /libs/binder/IPCThreadState.cpp | |
| parent | 623da1817e923d624978e265b14df7847c18b80e (diff) | |
| parent | 2cc6ed18f8817d725913aa5443850c63ee660918 (diff) | |
Merge changes I51839f56,I821c42c3,I77ac3f77,I91afd69d am: 8b90646c99 am: 21caa80f85 am: 2cc6ed18f8
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1498624
Change-Id: I4876e082bff8a3aae38ca5ad150cd3027ce2de61
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; } |