Home
last modified time | relevance | path

Searched refs:AudioPcmWrite (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/audio/src/
H A Daudio_platform_base_test.c160 if (AudioPcmWrite(NULL, NULL) == HDF_SUCCESS) { in AudioPcmWriteTest()
164 if (AudioPcmWrite(&card, &txData) == HDF_SUCCESS) { in AudioPcmWriteTest()
/ohos5.0/drivers/hdf_core/framework/model/audio/common/include/
H A Daudio_platform_base.h83 int32_t AudioPcmWrite(const struct AudioCard *card, struct AudioTxData *txData);
/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_platform_base.c297 int32_t AudioPcmWrite(const struct AudioCard *card, struct AudioTxData *txData) in AudioPcmWrite() function
/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_stream_dispatch.c708 ret = AudioPcmWrite(audioCard, transfer); in StreamTransferWrite()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-audio-des.md88 5. Interface Lib层通过播放流服务下发音频数据,Audio Stream Dispatch服务收到数据后调用Platform AudioPcmWrite接口将音频数据传给Dma。
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-yangfan-on_standard-demo.md231 5. Interface Lib层通过播放流服务下发音频数据,Render Stream Dispatch服务收到数据后调用Platform AudioPcmWrite接口将音频数据传给Dma。
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-audio-des.md88 …patch service. The Audio Stream Dispatch service calls the **Platform AudioPcmWrite** API to send …
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-yangfan-on_standard-demo.md231 … receiving the data, the Stream Dispatch service calls the **Platform AudioPcmWrite** API to send …