Searched refs:sourceIndex (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioadapter/include/ |
H A D | audio_service_adapter.h | 172 uint32_t sourceIndex, std::string sourceName) = 0;
|
H A D | pulse_audio_service_adapter_impl.h | 50 uint32_t sourceIndex, std::string sourceName) override;
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioadapter/src/ |
H A D | pulse_audio_service_adapter_impl.cpp | 477 …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 D | iaudio_policy_interface.h | 82 uint32_t sourceIndex, std::string sourceName) = 0;
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/manager/ |
H A D | audio_adapter_manager.h | 105 …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 D | audio_adapter_manager.cpp | 755 …t AudioAdapterManager::MoveSourceOutputByIndexOrName(uint32_t sourceOutputId, uint32_t sourceIndex, in MoveSourceOutputByIndexOrName() argument 758 …return audioServiceAdapter_->MoveSourceOutputByIndexOrName(sourceOutputId, sourceIndex, sourceName… in MoveSourceOutputByIndexOrName()
|