Searched refs:gPcmDumpFh (Results 1 – 1 of 1) sorted by relevance
160 FILE* gPcmDumpFh; variable1289 if (gPcmDumpFh != NULL) { in PreProcessingFx_Command()1290 fclose(gPcmDumpFh); in PreProcessingFx_Command()1291 gPcmDumpFh = NULL; in PreProcessingFx_Command()1294 gPcmDumpFh = fopen((char*)path, "wb"); in PreProcessingFx_Command()1296 ALOGV("PREPROC_CMD_DUAL_MIC_PCM_DUMP_START: path %s gPcmDumpFh %p", path, gPcmDumpFh); in PreProcessingFx_Command()1297 ALOGE_IF(gPcmDumpFh <= 0, "gPcmDumpFh open error %d %s", errno, strerror(errno)); in PreProcessingFx_Command()1310 if (gPcmDumpFh != NULL) { in PreProcessingFx_Command()1311 fclose(gPcmDumpFh); in PreProcessingFx_Command()1312 gPcmDumpFh = NULL; in PreProcessingFx_Command()