diff options
author | 2025-01-10 15:26:46 -0800 | |
---|---|---|
committer | 2025-01-29 00:13:02 +0000 | |
commit | 6d560d834ea16c2a3a0e330c1ad97b9a4c1125b7 (patch) | |
tree | fb4362a388abf7aad1f5aaa8d415bbaebcfe7da7 /services/surfaceflinger/RegionSamplingThread.cpp | |
parent | 19a57c0db6bd76d5b394394e9835d5e7f340f24f (diff) |
bufferqueues: IConsumerListener/IGraphicBufferConsumer no longer need binder
This CL removes the use of binder from IConsumerListener and
IGraphicBufferConsumer. These interfaces are both only ever called by
BufferQueue and/or BufferQueueConsumer classes and not exposed outside
the process. As a result, there's no benefit to using binder interfaces
for them, since the process would have to crash if BufferQueue or
BufferQueueConsumer calls methods that are not supported.
This also fixes up a currently-disabled BufferQueue test.
Bug: 389157713
Change-Id: I119839d2441b3a1455ff840dff4154cf54a425fa
Flag: EXEMPT refactor
Test: builds, presubmit
Diffstat (limited to 'services/surfaceflinger/RegionSamplingThread.cpp')
0 files changed, 0 insertions, 0 deletions