Home
last modified time | relevance | path

Searched refs:portDirection (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/audio/dispatch/src/
H A Daudio_control_dispatch.c183 if (pcmInfo->portDirection != PORT_IN && pcmInfo->portDirection != PORT_OUT) { in WritePcmInfoToRspData()
188 if (!HdfSbufWriteUint8(rspData, (uint8_t)pcmInfo->portDirection)) { in WritePcmInfoToRspData()
189 ADM_LOG_ERR("Write response data portDirection=%llu failed!", pcmInfo->portDirection); in WritePcmInfoToRspData()
212 if (portInfo->render.portDirection != PORT_OUT && portInfo->capture.portDirection != PORT_IN) { in WriteCardInfoToRspData()
222 …if (!HdfSbufWriteUint8(rspData, portInfo->render.portDirection | portInfo->capture.portDirection))… in WriteCardInfoToRspData()
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_codec_adapter.c29 .render.portDirection = AUDIO_PORT_RENDER,
30 .capture.portDirection = AUDIO_PORT_CAPTURE,
/ohos5.0/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_host.h137 uint64_t portDirection; member