Home
last modified time | relevance | path

Searched refs:audioServStatus_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_hdf_operate.cpp40 if (audioServStatus_.load() == OHOS::HDI::ServiceManager::V1_0::SERVIE_STATUS_START && in LoadDaudioHDFImpl()
56 audioServStatus_.store(status.status); in LoadDaudioHDFImpl()
95 DHLOGD("WaitLoadService start service %s, status %hu", servName.c_str(), this->audioServStatus_.load()); in WaitLoadService()
97 return (this->audioServStatus_.load() == OHOS::HDI::ServiceManager::V1_0::SERVIE_STATUS_START); in WaitLoadService()
100 if (this->audioServStatus_.load() != OHOS::HDI::ServiceManager::V1_0::SERVIE_STATUS_START) { in WaitLoadService()
102 this->audioServStatus_.load()); in WaitLoadService()
136 audioServStatus_.store(INVALID_VALUE); in UnLoadDaudioHDFImpl()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H A Ddaudio_hdf_operate.h54 std::atomic<uint16_t> audioServStatus_ = INVALID_VALUE; member in OHOS::DistributedHardware::DaudioHdfOperate

Completed in 1 milliseconds