Home
last modified time | relevance | path

Searched refs:LinkProcessToEndpoint (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_service.h61 int32_t LinkProcessToEndpoint(sptr<AudioProcessInServer> process, std::shared_ptr<AudioEndpoint> endpoint);
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_service.cpp560 ret = LinkProcessToEndpoint(process, audioEndpoint); in GetAudioProcess()
561 CHECK_AND_RETURN_RET_LOG(ret == SUCCESS, nullptr, "LinkProcessToEndpoint failed"); in GetAudioProcess()
593 ret = LinkProcessToEndpoint((*paired).first, audioEndpoint); in ResetAudioEndpoint()
594 CHECK_AND_RETURN_LOG(ret == SUCCESS, "LinkProcessToEndpoint failed"); in ResetAudioEndpoint()
631 int32_t AudioService::LinkProcessToEndpoint(sptr<AudioProcessInServer> process, in LinkProcessToEndpoint() function in OHOS::AudioStandard::AudioService
650 AUDIO_INFO_LOG("LinkProcessToEndpoint find endpoint is releasing, call break."); in LinkProcessToEndpoint()

Completed in 2 milliseconds