Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioadapter/include/
H A Daudio_service_adapter.h172 uint32_t sourceIndex, std::string sourceName) = 0;
H A Dpulse_audio_service_adapter_impl.h50 uint32_t sourceIndex, std::string sourceName) override;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioadapter/src/
H A Dpulse_audio_service_adapter_impl.cpp477 …dioServiceAdapterImpl::MoveSourceOutputByIndexOrName(uint32_t sourceOutputId, uint32_t sourceIndex, in MoveSourceOutputByIndexOrName() argument
486 +":index:" + std::to_string(sourceIndex) + ":name:" + sourceName); in MoveSourceOutputByIndexOrName()
498 operation = pa_context_move_source_output_by_index(mContext, sourceOutputId, sourceIndex, in MoveSourceOutputByIndexOrName()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/interface/
H A Diaudio_policy_interface.h82 uint32_t sourceIndex, std::string sourceName) = 0;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/
H A Daudio_adapter_manager.h105 …int32_t MoveSourceOutputByIndexOrName(uint32_t sourceOutputId, uint32_t sourceIndex, std::string s…
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_adapter_manager.cpp755 …t AudioAdapterManager::MoveSourceOutputByIndexOrName(uint32_t sourceOutputId, uint32_t sourceIndex, in MoveSourceOutputByIndexOrName() argument
758 …return audioServiceAdapter_->MoveSourceOutputByIndexOrName(sourceOutputId, sourceIndex, sourceName… in MoveSourceOutputByIndexOrName()