Lines Matching refs:AudioHandle
56 int32_t (*GetFrameSize)(AudioHandle handle, uint64_t *size);
65 int32_t (*GetFrameCount)(AudioHandle handle, uint64_t *count);
76 int32_t (*SetSampleAttributes)(AudioHandle handle, const struct AudioSampleAttributes *attrs);
87 int32_t (*GetSampleAttributes)(AudioHandle handle, struct AudioSampleAttributes *attrs);
96 int32_t (*GetCurrentChannelId)(AudioHandle handle, uint32_t *channelId);
106 int32_t (*SetExtraParams)(AudioHandle handle, const char *keyValueList);
116 int32_t (*GetExtraParams)(AudioHandle handle, char *keyValueList, int32_t listLenth);
126 int32_t (*ReqMmapBuffer)(AudioHandle handle, int32_t reqSize, struct AudioMmapBufferDescriptor *desc);
136 int32_t (*GetMmapPosition)(AudioHandle handle, uint64_t *frames, struct AudioTimeStamp *time);
145 int32_t (*AddAudioEffect)(AudioHandle handle, uint64_t effectid);
154 int32_t (*RemoveAudioEffect)(AudioHandle handle, uint64_t effectid);
163 int32_t (*GetFrameBufferSize)(AudioHandle handle, uint64_t *bufferSize);