Home
last modified time | relevance | path

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

/drivers/peripheral/bluetooth/audio/interfaces/include/
Daudio_types.h282 struct AudioMmapBufferDescripter { struct
283 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;
/drivers/peripheral/audio/interfaces/include/
Daudio_types.h347 struct AudioMmapBufferDescripter { struct
348 void *memoryAddress; /**< Pointer to the mmap buffer */
349 int32_t memoryFd; /**< File descriptor of the mmap buffer */
350 int32_t totalBufferFrames; /**< Total size of the mmap buffer (unit: frame )*/
351 int32_t transferFrameSize; /**< Transfer size (unit: frame) */
352 … int32_t isShareable; /**< Whether the mmap buffer can be shared among processes */
353 uint32_t offset;
/drivers/peripheral/audio/interfaces/2.0/include/
Daudio_types.h348 struct AudioMmapBufferDescripter { struct
349 void *memoryAddress; /**< Pointer to the mmap buffer */
350 int32_t memoryFd; /**< File descriptor of the mmap buffer */
351 int32_t totalBufferFrames; /**< Total size of the mmap buffer (unit: frame )*/
352 int32_t transferFrameSize; /**< Transfer size (unit: frame) */
353 … int32_t isShareable; /**< Whether the mmap buffer can be shared among processes */
354 uint32_t offset;