Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h259 bool isForceDucked_ = false; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp994 isForceDucked_ = true; in HandleAndNotifyForcedEvent()
997 … CHECK_AND_RETURN_LOG(isForceDucked_, "It is not forced ducked, don't unduck or notify app"); in HandleAndNotifyForcedEvent()
1000 isForceDucked_ = false; in HandleAndNotifyForcedEvent()