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

/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp28 static FILE* gMonitorFp = NULL; variable
241 if (NULL != gMonitorFp) { fwrite(pBuff->i16, pBuff->size, 1, gMonitorFp); }
258 if (NULL != gMonitorFp) { fwrite(pBuff->i16, pBuff->size, 1, gMonitorFp); }
416 gMonitorFp = fopen(MONITOR_TARGET, "w");
417 if (NULL == gMonitorFp) { SL_LOGE("error opening %s", MONITOR_TARGET); }
436 if (NULL != gMonitorFp) {
437 fclose(gMonitorFp);
438 gMonitorFp
[all...]

Completed in 42 milliseconds