Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_id_manager.cpp145 ThreadPool::Task soundParsingTask = [this] { this->DoParser(); }; in DoLoad() local
147 CHECK_AND_RETURN_RET_LOG(soundParsingTask != nullptr, MSERR_INVALID_VAL, "Failed to obtain Task"); in DoLoad()
148 soundParserThreadPool_->AddTask(soundParsingTask); in DoLoad()

Completed in 2 milliseconds