Home
last modified time | relevance | path

Searched defs:AudioMmapData (Results 1 – 1 of 1) sorted by relevance

/drivers/framework/model/audio/core/include/
Daudio_host.h182 struct AudioMmapData { struct
183 void *memoryAddress; /**< Pointer to the mmap buffer */
184 int32_t memoryFd; /**< File descriptor of the mmap buffer */
185 int32_t totalBufferFrames; /**< Total size of the mmap buffer (unit: frame )*/
186 int32_t transferFrameSize; /**< Transfer size (unit: frame) */
187 … int32_t isShareable; /**< Whether the mmap buffer can be shared among processes */
188 uint32_t offset;