当前位置:   article > 正文

[Android] 使用 android 自带的 hidl 共享内存接口,Ashmem

[Android] 使用 android 自带的 hidl 共享内存接口,Ashmem

Android 提供了 一个共享内存服务 android::hidl::allocator::V1_0::IAllocator / android::hidl::memory::V1_0::IMemory, 通过这个接口可以向 android 直接请求共享内存。使用此方法可以更加方便和安全地在 android 系统中使用共享内存,而不需要使用 posix c 的共享内存模块。

源码:

prebuilts/vndk/v30/arm/include/generated-headers/system/libhidl/transport/allocator/1.0/android.hidl.allocator@1.0_genc++_headers/gen/android/hidl/allocator/1.0/

头文件:

<android/hidl/allocator/1.0/IAllocator.h>

用法:

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/552220
推荐阅读
相关标签
  

闽ICP备14008679号