Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/src/
H A Daudio_device_adapter_impl.cpp386 size_t capturePortsNum = GetCapturePortsNum(); in Release() local
388 CHECK_AND_RETURN_RET_LOG(capturePortsNum + renderPortsNum == 0, ERR_ILLEGAL_STATE, in Release()
390 capturePortsNum, renderPortsNum); in Release()