Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp7297 SourceType &targetSourceType) in FetchTargetInfoForSessionAdd() argument
7314 targetSourceType = sessionInfo.sourceType; in FetchTargetInfoForSessionAdd()
7323 targetSourceType = SOURCE_TYPE_VOICE_CALL; in FetchTargetInfoForSessionAdd()
7325 targetSourceType = SOURCE_TYPE_CAMCORDER; in FetchTargetInfoForSessionAdd()
7328 targetSourceType = SOURCE_TYPE_MIC; in FetchTargetInfoForSessionAdd()
7404 auto [targetSourceType, targetRate, targetChannels] = targetInfo; in RectifyModuleInfo()
7421 moduleInfo.sourceType = std::to_string(targetSourceType); in RectifyModuleInfo()
7423 currentSourceType = targetSourceType; in RectifyModuleInfo()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h763 SourceType &targetSourceType);