Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/android/
DAudioRecorder_to_android.cpp28 static FILE* gMonitorFp = NULL; variable
241 if (NULL != gMonitorFp) { fwrite(pBuff->i16, pBuff->size, 1, gMonitorFp); } in audioRecorder_callback()
258 if (NULL != gMonitorFp) { fwrite(pBuff->i16, pBuff->size, 1, gMonitorFp); } in audioRecorder_callback()
423 gMonitorFp = fopen(MONITOR_TARGET, "w"); in android_audioRecorder_realize()
424 if (NULL == gMonitorFp) { SL_LOGE("error opening %s", MONITOR_TARGET); } in android_audioRecorder_realize()
443 if (NULL != gMonitorFp) { in android_audioRecorder_destroy()
444 fclose(gMonitorFp); in android_audioRecorder_destroy()
445 gMonitorFp = NULL; in android_audioRecorder_destroy()