Searched refs:UnlinkProcessToEndpoint (Results 1 – 2 of 2) sorted by relevance
63 …int32_t UnlinkProcessToEndpoint(sptr<AudioProcessInServer> process, std::shared_ptr<AudioEndpoint>…
80 ret = UnlinkProcessToEndpoint((*paired).first, (*paired).second); in OnProcessRelease()595 if (UnlinkProcessToEndpoint(paired->first, paired->second) != SUCCESS) { in ResetAudioEndpoint()704 int32_t AudioService::UnlinkProcessToEndpoint(sptr<AudioProcessInServer> process, in UnlinkProcessToEndpoint() function in OHOS::AudioStandard::AudioService