Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_player.cpp200 isSoundStop_ = state; in SetStop()
201 if (isSoundStop_) { in SetStop()
223 ret = isSoundStop_; in IsStop()
/ohos5.0/base/telephony/call_manager/services/audio/include/
H A Daudio_player.h105 bool isSoundStop_ = false; variable