commit | 5ad71b5582147f3a26a1986239e1fcd115b81b9a | [log] [tgz] |
---|---|---|
author | Andrei Homescu <ahomescu@google.com> | Fri Mar 11 03:49:12 2022 +0000 |
committer | Andrei Homescu <ahomescu@google.com> | Wed Mar 30 04:26:54 2022 +0000 |
tree | 0a510b4d52aaeb3883ae5467633b48ed68fe0470 | |
parent | 24350bb0e78ea4f50a59ba06be306c879ddbca10 [diff] |
libbinder: Return status_t from RpcTransport::peek() Result<> pulls in over 100k of extra libc++ code on Trusty so this CL replaces it with status_t as the result type of RpcTransport::peek(). Bug: 224644083 Test: atest binderRpcTest Change-Id: Idde111245794dc4afd421f3a723feacc8c3a346e