Home
last modified time | relevance | path

Searched refs:renderPortsNum (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.cpp387 size_t renderPortsNum = GetRenderPortsNum(); in Release() local
388 CHECK_AND_RETURN_RET_LOG(capturePortsNum + renderPortsNum == 0, ERR_ILLEGAL_STATE, in Release()
390 capturePortsNum, renderPortsNum); in Release()