Searched defs:AudioMmapBufferDescriptor (Results 1 – 4 of 4) sorted by relevance
285 struct AudioMmapBufferDescriptor { struct286 void *memoryAddress; /**< Pointer to the mmap buffer */287 int32_t memoryFd; /**< File descriptor of the mmap buffer */288 int32_t totalBufferFrames; /**< Total size of the mmap buffer (unit: frame )*/289 int32_t transferFrameSize; /**< Transfer size (unit: frame) */290 … int32_t isShareable; /**< Whether the mmap buffer can be shared among processes */291 uint32_t offset;
359 struct AudioMmapBufferDescriptor { struct360 void *memoryAddress; /**< Pointer to the mmap buffer */361 int32_t memoryFd; /**< File descriptor of the mmap buffer */362 int32_t totalBufferFrames; /**< Total size of the mmap buffer (unit: frame )*/363 int32_t transferFrameSize; /**< Transfer size (unit: frame) */364 … int32_t isShareable; /**< Whether the mmap buffer can be shared among processes */365 uint32_t offset;
360 struct AudioMmapBufferDescriptor { struct361 void *memoryAddress; /**< Pointer to the mmap buffer */362 int32_t memoryFd; /**< File descriptor of the mmap buffer */363 int32_t totalBufferFrames; /**< Total size of the mmap buffer (unit: frame )*/364 int32_t transferFrameSize; /**< Transfer size (unit: frame) */365 … int32_t isShareable; /**< Whether the mmap buffer can be shared among processes */366 uint32_t offset;