Records

Functions

  • fpromise::result<zx::event, zx_status_t> MakeEventBridge (async_dispatcher_t * dispatcherzx::eventpair * eventpair)

    Returns an event such that when the event is signaled and the dispatcher executed, the provided

    eventpair is closed. This can be used to bridge event- and eventpair-based fence semantics. If

    this function returns an error, |eventpair| is closed immediately.

    Defined at line 35 of file ../../src/camera/bin/camera-gym/buffer_collage_flatland.h