Searched refs:CheckInputValid (Results 1 – 3 of 3) sorted by relevance
57 bool CheckInputValid(const BufferDesc bufDesc);
110 bool AudioSpatialChannelConverter::CheckInputValid(const BufferDesc bufDesc) in CheckInputValid() function in OHOS::AudioStandard::AudioSpatialChannelConverter
1080 converter_ != nullptr && converter_->CheckInputValid(bufDesc), in Enqueue()1587 …CHECK_AND_RETURN_RET_LOG(converter_->CheckInputValid(bufDesc), ERR_INVALID_PARAM, "Write: Invalid … in WriteInner()