Searched defs:AudioMmapBufferDescriptor (Results 1 – 3 of 3) sorted by relevance
282 struct AudioMmapBufferDescriptor { struct283 void *memoryAddress; /**< Pointer to the mmap buffer */284 int32_t memoryFd; /**< File descriptor of the mmap buffer */285 int32_t totalBufferFrames; /**< Total size of the mmap buffer (unit: frame )*/286 int32_t transferFrameSize; /**< Transfer size (unit: frame) */287 … int32_t isShareable; /**< Whether the mmap buffer can be shared among processes */288 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;
358 struct AudioMmapBufferDescriptor { struct359 void *memoryAddress; /**< Pointer to the mmap buffer */360 int32_t memoryFd; /**< File descriptor of the mmap buffer */361 int32_t totalBufferFrames; /**< Total size of the mmap buffer (unit: frame )*/362 int32_t transferFrameSize; /**< Transfer size (unit: frame) */363 … int32_t isShareable; /**< Whether the mmap buffer can be shared among processes */364 uint32_t offset;