Home
last modified time | relevance | path

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

/hardware/knowles/athletico/sound_trigger_hal/tests/
Dtunnel_test_sensor.c72 FILE *unp_out_fp = NULL; in main() local
136 unp_out_fp = fopen(UNPARSED_OUTPUT_FILE, "wb"); in main()
137 if (NULL == unp_out_fp) { in main()
179 bytes_avail, 1, unp_out_fp); in main()
180 fflush(unp_out_fp); in main()
292 if (unp_out_fp) { in main()
293 fflush(unp_out_fp); in main()
294 fclose(unp_out_fp); in main()
Dtunnel_test.c86 FILE *unp_out_fp = NULL; local
218 unp_out_fp = fopen(filename, "wb");
219 if (NULL == unp_out_fp) {
271 fwrite((void *)((unsigned char *)buf + bytes_rem), bytes_avail, 1, unp_out_fp);
272 fflush(unp_out_fp);
389 if (unp_out_fp) {
390 fflush(unp_out_fp);
391 fclose(unp_out_fp);