Home
last modified time | relevance | path

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

/test/xts/dcts/distributedhardware/distributedaudiotest/
Ddistributedaudiotest.cpp137 FILE *g_micFile = nullptr; variable
541 size_t writeCnt = fwrite(data.data(), 1, RENDER_FRAME_SIZE, g_micFile); in Capture()
559 g_micFile = fopen(MIC_FILE_PATH, "ab+"); in StartCapture()
560 if (g_micFile == nullptr) { in StartCapture()
625 if (g_micFile != nullptr) { in CloseMic()
626 fclose(g_micFile); in CloseMic()
627 g_micFile = nullptr; in CloseMic()
/test/xts/dcts/distributedhardware/distributedaudionewtest/
Ddistributedaudiotest.cpp141 FILE *g_micFile = nullptr; variable
545 size_t writeCnt = fwrite(data.data(), 1, RENDER_FRAME_SIZE, g_micFile); in Capture()
563 g_micFile = fopen(MIC_FILE_PATH, "ab+"); in StartCapture()
564 if (g_micFile == nullptr) { in StartCapture()
629 if (g_micFile != nullptr) { in CloseMic()
630 fclose(g_micFile); in CloseMic()
631 g_micFile = nullptr; in CloseMic()