| 169 | aimrt_buffer_array_view_t* NativeHandle() { return &buffer_array_view_; } |
| 170 | |
| 171 | size_t Size() const { return buffer_array_view_.len; } |
| 172 | |
| 173 | const aimrt_buffer_view_t* Data() const { return buffer_array_view_.data; } |
| 174 |
nothing calls this directly
no outgoing calls
no test coverage detected