Home
last modified time | relevance | path

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

/drivers/peripheral/intelligent_voice/passthrough/engine/
H A Dintell_voice_engine_manager.cpp71 int32_t SendCloneFile(const std::string &filePath, const uint8_t *buffer, uint32_t size) override
/drivers/peripheral/intelligent_voice/hdi_service/engine/
H A Dintell_voice_engine_manager_impl.h73 int32_t SendCloneFile(const std::string &filePath, const std::vector<uint8_t> &buffer) override;
H A Dintell_voice_engine_manager_impl.cpp365 int32_t IntellVoiceEngineManagerImpl::SendCloneFile(const std::string &filePath, const std::vector<uint8_t> &buffer) in SendCloneFile() function in OHOS::IntelligentVoice::Engine::IntellVoiceEngineManagerImpl
387 return inst_->SendCloneFile(filePath, buffer.data(), buffer.size()); in SendCloneFile()
/drivers/peripheral/intelligent_voice/interfaces/
H A Di_engine.h86 virtual int32_t SendCloneFile(const std::string &filePath, const uint8_t *buffer, uint32_t size) = 0;

Completed in 3 milliseconds