Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp7299 const PipeInfo *pipeInfoPtr = nullptr; in FetchTargetInfoForSessionAdd() local
7301pipeInfoPtr = adapterInfoMap_.at(AdaptersType::TYPE_PRIMARY).GetPipeByName(PIPE_PRIMARY_INPUT); in FetchTargetInfoForSessionAdd()
7303 CHECK_AND_RETURN_RET_LOG(pipeInfoPtr != nullptr, ERROR, "pipeInfoPtr is null"); in FetchTargetInfoForSessionAdd()
7305 const auto &streamPropInfoList = pipeInfoPtr->streamPropInfos_; in FetchTargetInfoForSessionAdd()