In Android HIDL description at hidl-cpp something called "HAL remoting" is mentioned. Is it part of existing Android? Named differently?
What is "HAL remoting" in Android?
300 Views Asked by Andy At
2
In Android HIDL description at hidl-cpp something called "HAL remoting" is mentioned. Is it part of existing Android? Named differently?
HAL is Hardware Abstraction Layer, that links the higher level routines to the bare-metal code. Remote HAL is when the HAL of another device or of another hardware is used, meaning you use the higher level routines that are implemented by HAL on a remote device