Searched refs:portDirection (Results 1 – 3 of 3) sorted by relevance
183 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()
29 .render.portDirection = AUDIO_PORT_RENDER,30 .capture.portDirection = AUDIO_PORT_CAPTURE,
137 uint64_t portDirection; member