Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp60 static const int32_t WAIT_OFFLOAD_CLOSE_TIME_S = 10; // 10s variable
6775 offloadCloseCondition_.wait_for(lock, std::chrono::seconds(WAIT_OFFLOAD_CLOSE_TIME_S), in UnloadOffloadModule()