• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1vndbinder_use(hal_camera_default)
2
3hal_client_domain(hal_camera_default, hal_graphics_allocator)
4
5# For camera hal to talk with sensor service
6binder_call(hal_camera_default, sensor_service_server)
7binder_call(sensor_service_server, hal_camera_default)
8
9# Allow the Camera HAL to communicate with the thermal HAL.
10hal_client_domain(hal_camera_default, hal_thermal)
11
12gpu_access(hal_camera_default)
13