Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddspeaker_dev.cpp201 DumpFileUtil::OpenDumpFile(DUMP_SERVER_PARA, SPK_DEV_FILENAME, &dumpFileCommn_); in SetUp()
254 DumpFileUtil::CloseDumpFile(&dumpFileCommn_); in Release()
304 DumpFileUtil::WriteDumpFile(dumpFileCommn_, static_cast<void *>(data->Data()), data->Size()); in WriteStreamData()
H A Ddmic_dev.cpp252 … DumpFileUtil::OpenDumpFile(DUMP_SERVER_PARA, DUMP_DAUDIO_MIC_READ_FROM_BUF_NAME, &dumpFileCommn_); in SetUp()
332 DumpFileUtil::CloseDumpFile(&dumpFileCommn_); in Release()
373 DumpFileUtil::WriteDumpFile(dumpFileCommn_, static_cast<void *>(data->Data()), data->Size()); in ReadStreamData()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddspeaker_dev.h117 FILE *dumpFileCommn_ = nullptr; variable
H A Ddmic_dev.h142 FILE *dumpFileCommn_ = nullptr; variable