Home
last modified time | relevance | path

Searched defs:endpointName (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_service.cpp65 std::string endpointName; in OnProcessRelease() local
106 void AudioService::ReleaseProcess(const std::string endpointName, const int32_t delayTime) in ReleaseProcess()
603 for (auto &endpointName : audioEndpointNames) { in ResetAudioEndpoint() local
670 std::string endpointName = item.second->GetEndpointName(); in NotifyStreamVolumeChanged() local
716 void AudioService::DelayCallReleaseEndpoint(std::string endpointName, int32_t delayInMs) in DelayCallReleaseEndpoint()