Home
last modified time | relevance | path

Searched refs:RemovePlaceholderInterruptForSession (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/interrupt/
H A Daudio_interrupt_service.h212 … void RemovePlaceholderInterruptForSession(const int32_t callerPid, bool isSessionTimeout = false);
H A Daudio_interrupt_service.cpp157 RemovePlaceholderInterruptForSession(pid, true); in HandleSessionTimeOutEvent()
224 RemovePlaceholderInterruptForSession(callerPid); in DeactivateAudioSession()
228 void AudioInterruptService::RemovePlaceholderInterruptForSession(const int32_t callerPid, bool isSe… in RemovePlaceholderInterruptForSession() function in OHOS::AudioStandard::AudioInterruptService