libbinder: Flush pending messages in OnewayCallQueuingWithFds

The OnewayCallQueuingWithFds test uses oneway calls
and needs to handle the incoming decrefs sent by
flushExcessBinderRefs on the other side. This change
flushes those decref messages using saturateThreadPool
which makes one sync call on every server thread,
forcing the session to read and handle all those
pending messages.

Bug: 259517277
Test: presubmit
Change-Id: Ib4a9b637baa763f3f0a9429e5c494ce86352a9c6
1 file changed