Home
last modified time | relevance | path

Searched refs:endpointName (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_service.cpp65 std::string endpointName; in OnProcessRelease() local
79 endpointName = (*paired).second->GetEndpointName(); in OnProcessRelease()
98 releasingEndpointSet_.insert(endpointName); in OnProcessRelease()
99 auto releaseMidpointThread = [this, endpointName, delayTime] () { in OnProcessRelease()
100 this->DelayCallReleaseEndpoint(endpointName, delayTime); in OnProcessRelease()
581 std::string endpointName = (*paired).second->GetEndpointName(); in ResetAudioEndpoint() local
582 if (endpointList_.find(endpointName) != endpointList_.end()) { in ResetAudioEndpoint()
584 AUDIO_INFO_LOG("Erase endpoint %{public}s from endpointList_", endpointName.c_str()); in ResetAudioEndpoint()
585 endpointList_.erase(endpointName); in ResetAudioEndpoint()
623 std::string endpointName in NotifyStreamVolumeChanged() local
669 DelayCallReleaseEndpoint(std::string endpointName, int32_t delayInMs) DelayCallReleaseEndpoint() argument
1015 ReleaseEndpointThread(std::string endpointName) ReleaseEndpointThread() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_service.h87 void DelayCallReleaseEndpoint(std::string endpointName, int32_t delayInMs);
106 void ReleaseEndpointThread(std::string endpointName);
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Daudio_service_unit_test.cpp630 std::string endpointName; in HWTEST() local
633 audioService->DelayCallReleaseEndpoint(endpointName, delayInMs); in HWTEST()

Completed in 4 milliseconds