Home
last modified time | relevance | path

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

/external/qemu/audio/
Dwavaudio.c164 wav->f = qemu_fopen (conf_out.wav_path, "wb"); in wav_out_init()
255 wav->f = qemu_fopen (path, "rb"); in wav_in_init()
Dwavcapture.c133 wav->f = qemu_fopen (path, "wb"); in wav_start_capture()
/external/qemu/hw/
Dhw.h49 QEMUFile *qemu_fopen(const char *filename, const char *mode);
/external/qemu/
Dsavevm.c354 QEMUFile *qemu_fopen(const char *filename, const char *mode) in qemu_fopen() function