rust-mobile / ndk

Rust bindings to the Android NDK
Apache License 2.0
1.11k stars 110 forks source link

ndk/hardware_buffer: Add API-31 `getId()` function to `HardwareBuffer` #428

Closed MarijnS95 closed 1 year ago

MarijnS95 commented 1 year ago

This is the only new/missing function in our HardwareBuffer wrapper, except the AParcel functions that cannot be bound until that type is mapped.