Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_hdf_operate.cpp41 audioextServStatus_.load() == OHOS::HDI::ServiceManager::V1_0::SERVIE_STATUS_START) { in LoadDaudioHDFImpl()
59 audioextServStatus_.store(status.status); in LoadDaudioHDFImpl()
108 …WaitLoadService start service %s, status %hu", servName.c_str(), this->audioextServStatus_.load()); in WaitLoadService()
110 … return (this->audioextServStatus_.load() == OHOS::HDI::ServiceManager::V1_0::SERVIE_STATUS_START); in WaitLoadService()
113 … if (this->audioextServStatus_.load() != OHOS::HDI::ServiceManager::V1_0::SERVIE_STATUS_START) { in WaitLoadService()
115 this->audioextServStatus_.load()); in WaitLoadService()
137 audioextServStatus_.store(INVALID_VALUE); in UnLoadDaudioHDFImpl()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H A Ddaudio_hdf_operate.h55 std::atomic<uint16_t> audioextServStatus_ = INVALID_VALUE; variable