Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在hidl-cpp 的Android HIDL 描述中,提到了称为“HAL 远程处理”的内容。它是现有 Android 的一部分吗?叫法不一样?
优点:HAL 远程处理是可能的。
不好的:HAL 远程处理没有记录。
丑陋的:由于 Binder 多线程同步通信,很难进行 HAL 远程处理。特别是如果您想使用单线程事件循环和同步 TCP 套接字来实现它。
HAL 是硬件抽象层,它将更高级别的例程链接到裸机代码。远程 HAL 是指使用另一个设备或另一个硬件的 HAL,这意味着您使用由 HAL 在远程设备上实现的更高级别的例程