Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_host.h226 struct AudioMmapData { struct
227 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;