HomeSort by relevance Sort by last modified time
    Searched refs:fake_func (Results 1 - 2 of 2) sorted by null

  /external/qemu/
monitor-android.h 13 mon->fake_func = cb;
22 assert(mon->fake_func != NULL);
29 assert(mon->fake_func != NULL);
41 if (mon->fake_func != NULL) {
42 mon->fake_func(mon->fake_opaque, (void*)mon->outbuf, mon->outbuf_index);
monitor.c 92 MonitorFakeFunc fake_func; member in struct:Monitor
    [all...]

Completed in 783 milliseconds