Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioadapter/include/
H A Daudio_service_adapter.h171 virtual int32_t MoveSourceOutputByIndexOrName(uint32_t sourceOutputId,
H A Dpulse_audio_service_adapter_impl.h49 int32_t MoveSourceOutputByIndexOrName(uint32_t sourceOutputId,
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioadapter/src/
H A Dpulse_audio_service_adapter_impl.cpp477 int32_t PulseAudioServiceAdapterImpl::MoveSourceOutputByIndexOrName(uint32_t sourceOutputId, uint32… in MoveSourceOutputByIndexOrName() argument
485 …PulseAudioServiceAdapterImpl::MoveSourceOutputByIndexOrName:id:" + std::to_string(sourceOutputId) + in MoveSourceOutputByIndexOrName()
498 operation = pa_context_move_source_output_by_index(mContext, sourceOutputId, sourceIndex, in MoveSourceOutputByIndexOrName()
501 … operation = pa_context_move_source_output_by_name(mContext, sourceOutputId, sourceName.c_str(), in MoveSourceOutputByIndexOrName()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/interface/
H A Diaudio_policy_interface.h81 virtual int32_t MoveSourceOutputByIndexOrName(uint32_t sourceOutputId,
/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 int32_t AudioAdapterManager::MoveSourceOutputByIndexOrName(uint32_t sourceOutputId, uint32_t source… in MoveSourceOutputByIndexOrName() argument
758 …return audioServiceAdapter_->MoveSourceOutputByIndexOrName(sourceOutputId, sourceIndex, sourceName… in MoveSourceOutputByIndexOrName()