Versions in this module Expand all Collapse all v0 v0.0.9 Apr 6, 2026 Changes in this version + type Mapper struct + func New(ctx context.Context, transport binder.Transport) (_ *Mapper, _err error) + func (m *Mapper) FreeBuffer(ctx context.Context, buffer uint64) (_err error) + func (m *Mapper) ImportBuffer(ctx context.Context, fds []int32, ints []int32) (_ uint64, _err error) + func (m *Mapper) Lock(ctx context.Context, buffer uint64, width int32, height int32) (_err error) + func (m *Mapper) LockYCbCr(ctx context.Context, buffer uint64, width int32, height int32) (_err error) + func (m *Mapper) Unlock(ctx context.Context, buffer uint64) (_err error)