Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Ddynamic_interface.cpp30 Unload(); in ~DynamicInterface()
42 void DynamicInterface::Unload() in Unload() function in OHOS::MediaAVCodec::PostProcessing::DynamicInterface
H A Ddynamic_interface.h34 void Unload();
H A Ddynamic_controller.cpp47 interface_.Unload(); in UnloadInterfacesImpl()
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolloadunload_fuzzer/
H A Dsoundpoolloadunload_fuzzer.cpp120 TestSoundPool::Unload(urlSoundid); in FuzzSoundPoolUnload()
121 TestSoundPool::Unload(fdSoundid); in FuzzSoundPoolUnload()
124 TestSoundPool::Unload(soundID); in FuzzSoundPoolUnload()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_loader_test.cpp112 auto result = EglWrapperLoader::GetInstance().Unload(&dispatchTable); in HWTEST_F()
123 auto result = EglWrapperLoader::GetInstance().Unload(nullptr); in HWTEST_F()
137 auto result = EglWrapperLoader::GetInstance().Unload(&dispatchTable); in HWTEST_F()
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_mock.cpp97 int32_t SoundPoolMock::Unload(int32_t soundID) in Unload() function in SoundPoolMock
100 return soundPool_->Unload(soundID); in Unload()
H A Dsoundpool_unit_test.cpp440 EXPECT_EQ(MSERR_OK, soundPool_->Unload(soundIDs_[0])); in HWTEST_F()
441 EXPECT_EQ(MSERR_OK, soundPool_->Unload(soundIDs_[1])); in HWTEST_F()
442 EXPECT_EQ(MSERR_OK, soundPool_->Unload(soundIDs_[2])); in HWTEST_F()
443 EXPECT_EQ(MSERR_OK, soundPool_->Unload(soundIDs_[3])); in HWTEST_F()
496 int32_t unload = soundPool_->Unload(soundIDs_[0]); in HWTEST_F()
498 unload = soundPool_->Unload(soundIDs_[1]); in HWTEST_F()
520 int32_t unload = soundPool_->Unload(-1); in HWTEST_F()
523 unload = soundPool_->Unload(5); in HWTEST_F()
978 EXPECT_EQ(MSERR_OK, soundPool_->Unload(soundIDs_[loadNum_])); in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_loader.h32 bool Unload(EglWrapperDispatchTable *table);
H A Degl_wrapper_loader.cpp213 bool EglWrapperLoader::Unload(EglWrapperDispatchTable *table) in Unload() function in OHOS::EglWrapperLoader
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dnnrt_client.h42 int (*Unload)(uint32_t hiaiModelId) = nullptr; member in OHOS::NeuralNetworkRuntime::NNRtServiceApi
H A Dnnrt_client.cpp73 LoadFunction(libNNRtService, "Unload", &nnrtService.Unload); in GetInstance()
H A Dneural_network_core.cpp1397 OH_NN_ReturnCode Unload(const ExecutorConfig* config) in Unload() function
1400 LOGE("Unload failed, config is nullptr."); in Unload()
1406 LOGW("Unload failed, fail to get nnrt service, skip unload."); in Unload()
1410 if (nnrtService.Unload == nullptr) { in Unload()
1411 LOGE("Unload failed, nnrtService Unload func is nullptr."); in Unload()
1415 int ret = nnrtService.Unload(config->hiaiModelId); in Unload()
1417 LOGE("Unload failed, some error happen when unload hiaiModelId."); in Unload()
1421 LOGI("Unload success."); in Unload()
1445 OH_NN_ReturnCode ret = Unload(executorImp in OH_NNExecutor_Destroy()
[all...]
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_id_manager.h39 int32_t Unload(int32_t soundID);
H A Dsoundpool.h51 int32_t Unload(int32_t soundID) override;
H A Dsoundpool.cpp187 int32_t SoundPool::Unload(int32_t soundID) in Unload() function in OHOS::Media::SoundPool
189 MediaTrace trace("SoundPool::Unload"); in Unload()
191 MEDIA_LOGI("SoundPool::Unload soundID::%{public}d", soundID); in Unload()
200 return soundIDManager_->Unload(soundID); in Unload()
H A Dsound_id_manager.cpp192 int32_t SoundIDManager::Unload(int32_t soundID) in Unload() function in OHOS::Media::SoundIDManager
194 MEDIA_LOGI("SoundIDManager::Unload soundID:%{public}d", soundID); in Unload()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperloader_fuzzer/
H A Deglwrapperloader_fuzzer.cpp70 loader.Unload(&dispatchTable2); in DoSomethingInterestingWithMyAPI()
/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/
H A Disoundpool.h130 * @brief Unload a sound from a sound ID.
137 virtual int32_t Unload(int32_t soundID) = 0;
/foundation/multimedia/player_framework/test/unittest/soundpool_test/include/
H A Dsoundpool_mock.h51 int32_t Unload(int32_t soundID);
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_connector.h84 int32_t Unload();
H A Dtrigger_connector.cpp180 int32_t ret = it->second->Unload(); in UnloadModel()
370 int32_t TriggerConnector::TriggerSession::Model::Unload() in Unload() function in OHOS::IntellVoiceTrigger::TriggerConnector::TriggerSession::Model
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp239 ElfLoadError Unload() const in Unload() function in OHOS::NetManagerStandard::ElfLoader
932 return loader.Unload();
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_napi.cpp527 int32_t ret = asyncCtx->soundPool_->Unload(asyncCtx->soundId_); in JsUnload()
531 MEDIA_LOGI("The js thread of Unload finishes execution and returns, soundID: %{public}d", in JsUnload()

Completed in 15 milliseconds