Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/test_example/
H A Ddistributedaudiotest.cpp142 FILE *g_micFile = nullptr; variable
566 size_t writeCnt = fwrite(data.data(), 1, RENDER_FRAME_SIZE, g_micFile); in Capture()
584 g_micFile = fopen(MIC_FILE_PATH, "ab+"); in StartCapture()
585 if (g_micFile == nullptr) { in StartCapture()
650 if (g_micFile != nullptr) { in CloseMic()
651 fclose(g_micFile); in CloseMic()
652 g_micFile = nullptr; in CloseMic()