Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Drenderer_in_server.cpp208 (standByEnable_ ? "true" : "false")); in OnStatusUpdate()
217 if (standByEnable_) { in OnStatusUpdate()
218 standByEnable_ = false; in OnStatusUpdate()
229 if (standByEnable_) { in OnStatusUpdate()
315 if (standByEnable_) { in StandByCheck()
324 standByEnable_ = true; in StandByCheck()
643 if (standByEnable_) { in Start()
714 if (standByEnable_) { in Pause()
718 standByEnable_ = false; in Pause()
848 if (standByEnable_) { in Stop()
[all …]
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Drenderer_in_server.h131 std::atomic<bool> standByEnable_ = false; variable