Searched refs:sourceIndexSessionIDMap (Results 1 – 2 of 2) sorted by relevance
45 SafeMap<uint32_t, uint32_t> PulseAudioServiceAdapterImpl::sourceIndexSessionIDMap; member in OHOS::AudioStandard::PulseAudioServiceAdapterImpl766 sourceIndexSessionIDMap.Insert(i->index, sessionID); in PaGetSourceOutputNoSignalCb()882 if (sourceIndexSessionIDMap.Find(idx, sessionID) == true) { in ProcessSourceOutputEvent()885 sourceIndexSessionIDMap.Erase(idx); in ProcessSourceOutputEvent()
86 static SafeMap<uint32_t, uint32_t> sourceIndexSessionIDMap; variable