Searched defs:AudioMmapBufferDescripter (Results 1 – 2 of 2) sorted by relevance
282 struct AudioMmapBufferDescripter { 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;
328 struct AudioMmapBufferDescripter { struct329 void *memoryAddress; /**< Pointer to the mmap buffer */330 int32_t memoryFd; /**< File descriptor of the mmap buffer */331 int32_t totalBufferFrames; /**< Total size of the mmap buffer (unit: frame )*/332 int32_t transferFrameSize; /**< Transfer size (unit: frame) */333 … int32_t isShareable; /**< Whether the mmap buffer can be shared among processes */334 uint32_t offset;