commit | 0b0c9dc84488b757ef04c77a448ab733f5e83027 | [log] [tgz] |
---|---|---|
author | Emilian Peev <epeev@google.com> | Tue Jun 15 16:14:46 2021 -0700 |
committer | Emilian Peev <epeev@google.com> | Tue Jun 15 16:14:46 2021 -0700 |
tree | b70f48211183ba90d9dc86639e2b9f8c7d3c6cb1 | |
parent | a388d2533df72c206d6c3d14d6c32a945ab16659 [diff] |
Camera: Pass an executor during the extension characteristics service bind call Camera extensions characteristics will bind to the camera extensions proxy service without passing a dedicated executor for the connection callbacks. In this case, the callbacks will be called in the main thread which can be problematic for clients using the same thread. Bug: 191192317 Test: Camera CTS Change-Id: Ic952edd766d26016b6203c84d067a6b1061ed090