Home
last modified time | relevance | path

Searched defs:getFileDataCb (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/intelligent_voice/interfaces/
H A Di_engine.h38 using getFileDataCb = std::function<void(std::shared_ptr<uint8_t> data, uint32_t size)>; variable
/ohos5.0/drivers/peripheral/intelligent_voice/passthrough/engine/
H A Dengine_base.cpp58 IntellVoiceStatus EngineBase::ReadFileData(ContentType /* type */, getFileDataCb /* cb */) in ReadFileData() argument