Searched refs:MONITOR_TARGET (Results 1 – 1 of 1) sorted by relevance
26 #define MONITOR_TARGET "/sdcard/monitor.raw" macro423 gMonitorFp = fopen(MONITOR_TARGET, "w"); in android_audioRecorder_realize()424 if (NULL == gMonitorFp) { SL_LOGE("error opening %s", MONITOR_TARGET); } in android_audioRecorder_realize()425 else { SL_LOGE("recording to %s", MONITOR_TARGET); } // SL_LOGE so it's always displayed in android_audioRecorder_realize()