diff options
| author | 2019-10-29 11:08:14 -0700 | |
|---|---|---|
| committer | 2019-10-30 16:21:22 +0000 | |
| commit | d27700495cfd0835bbbec4106942b7294e93d10e (patch) | |
| tree | 5f3ffc07dd46a5ec38f14fa8f7d788a65ce163b7 /libs/gui/BufferQueueThreadState.cpp | |
| parent | 00a0bb94f52fb93f5be1578f68136cf0622179c0 (diff) | |
Use const reference when not modifying objects
Before we can refactor to use shared_ptr, we should make ownership clear
by only using reference and const reference in places that don't care
about the ownership model of the object (and when the object is not
nullable).
Bug: none
Test: none
Change-Id: If794e2e1403b31d44524ef88b71c167215fafe46
Diffstat (limited to 'libs/gui/BufferQueueThreadState.cpp')
0 files changed, 0 insertions, 0 deletions