Searched defs:AudioMmapData (Results 1 – 1 of 1) sorted by relevance
226 struct AudioMmapData { struct227 void *memoryAddress; /**< Pointer to the mmap buffer */228 int32_t memoryFd; /**< File descriptor of the mmap buffer */229 int32_t totalBufferFrames; /**< Total size of the mmap buffer (unit: frame )*/230 int32_t transferFrameSize; /**< Transfer size (unit: frame) */231 … int32_t isShareable; /**< Whether the mmap buffer can be shared among processes */232 uint32_t offset;