android: Replace ThreadRPC with blocking method call
Use the newly introduced InvocationTypeBlocking message type to replace the blocking message delivery implemented with the ThreadRPC class in the Android camera HAL. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
1f1d27cc14
commit
53eab99680
7 changed files with 11 additions and 118 deletions
|
@ -4,7 +4,6 @@ android_hal_sources = files([
|
|||
'camera_device.cpp',
|
||||
'camera_metadata.cpp',
|
||||
'camera_proxy.cpp',
|
||||
'thread_rpc.cpp'
|
||||
])
|
||||
|
||||
android_camera_metadata_sources = files([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue