Searched defs:opaque (Results 1 - 25 of 233) sorted by relevance

12345678910

/external/qemu/android/protocol/
H A Dui-commands-qemu.c34 void* opaque)
38 android_hw_control_set(opaque, &funcs);
33 uicmd_set_brightness_change_callback(AndroidHwLightBrightnessCallback callback, void* opaque) argument
H A Dattach-ui-proxy.c53 * opaque - AttachUIProxy instance.
56 _attachUiProxy_io_func(void* opaque, int fd, unsigned events) argument
58 AttachUIProxy* uicmd = (AttachUIProxy*)opaque;
/external/qemu/
H A Dmonitor-android.h6 monitor_fake_new(void* opaque, MonitorFakeFunc cb) argument
12 mon->fake_opaque = opaque;
H A Daio-android.c39 void *opaque; member in struct:AioHandler
61 void *opaque)
94 node->opaque = opaque;
97 qemu_set_fd_handler2(fd, NULL, io_read, io_write, opaque);
118 ret |= node->io_flush(node->opaque);
133 if (node->io_process_queue(node->opaque)) {
173 if (node->io_flush && node->io_flush(node->opaque) == 0)
207 node->io_read(node->opaque);
212 node->io_write(node->opaque);
56 qemu_aio_set_fd_handler(int fd, IOHandler *io_read, IOHandler *io_write, AioFlushHandler *io_flush, AioProcessQueue *io_process_queue, void *opaque) argument
[all...]
H A Daio.c38 void *opaque; member in struct:AioHandler
60 void *opaque)
93 node->opaque = opaque;
96 qemu_set_fd_handler2(fd, NULL, io_read, io_write, opaque);
117 ret |= node->io_flush(node->opaque);
132 if (node->io_process_queue(node->opaque)) {
173 if (node->io_flush && node->io_flush(node->opaque) == 0)
210 node->io_read(node->opaque);
215 node->io_write(node->opaque);
55 qemu_aio_set_fd_handler(int fd, IOHandler *io_read, IOHandler *io_write, AioFlushHandler *io_flush, AioProcessQueue *io_process_queue, void *opaque) argument
[all...]
H A Dbt-vhci.c36 static void vhci_read(void *opaque) argument
38 struct bt_vhci_s *s = (struct bt_vhci_s *) opaque;
91 static void vhci_host_send(void *opaque, argument
94 struct bt_vhci_s *s = (struct bt_vhci_s *) opaque;
126 static void vhci_out_hci_packet_event(void *opaque, argument
129 vhci_host_send(opaque, HCI_EVENT_PKT, data, len);
132 static void vhci_out_hci_packet_acl(void *opaque, argument
135 vhci_host_send(opaque, HCI_ACLDATA_PKT, data, len);
162 s->info->opaque = s;
H A Dcompatfd.c26 static void *sigwait_compat(void *opaque) argument
28 struct sigfd_compat_info *info = opaque;
H A Dmigration-exec.c50 if (s->opaque) {
51 ret = qemu_fclose(s->opaque);
52 s->opaque = NULL;
91 s->opaque = qemu_popen(f, "w");
117 static void exec_accept_incoming_migration(void *opaque) argument
119 QEMUFile *f = opaque;
H A Dmigration-tcp-android.c53 static void tcp_wait_for_connect(void *opaque) argument
55 FdMigrationState *s = opaque;
125 static void tcp_accept_incoming_migration(void *opaque) argument
128 int s = (unsigned long)opaque;
/external/qemu/hw/
H A Darm_pic.c25 static void arm_pic_cpu_handler(void *opaque, int irq, int level) argument
27 CPUState *env = (CPUState *)opaque;
H A Dmips_int.c21 static void cpu_mips_irq_request(void *opaque, int irq, int level) argument
23 CPUState *env = (CPUState *)opaque;
H A Dmips_pic.c17 static void mips_cpu_irq_handler(void *opaque, int irq, int level) argument
19 CPUState *env = (CPUState *)opaque;
H A Dgoldfish_memlog.c24 static uint32_t memlog_read(void *opaque, target_phys_addr_t offset) argument
26 (void)opaque;
33 static void memlog_write(void *opaque, target_phys_addr_t offset, uint32_t val) argument
36 struct goldfish_device *dev = opaque;
H A Dirq.c29 void *opaque; member in struct:IRQState
38 irq->handler(irq->opaque, irq->n, level);
41 qemu_irq *qemu_allocate_irqs(qemu_irq_handler handler, void *opaque, int n) argument
51 p->opaque = opaque;
65 static void qemu_notirq(void *opaque, int line, int level) argument
67 struct IRQState *irq = opaque;
69 irq->handler(irq->opaque, irq->n, !level);
H A Dpci_host.h42 static void pci_host_data_writeb(void* opaque, pci_addr_t addr, uint32_t val) argument
44 PCIHostState *s = opaque;
52 static void pci_host_data_writew(void* opaque, pci_addr_t addr, uint32_t val) argument
54 PCIHostState *s = opaque;
64 static void pci_host_data_writel(void* opaque, pci_addr_t addr, uint32_t val) argument
66 PCIHostState *s = opaque;
76 static uint32_t pci_host_data_readb(void* opaque, pci_addr_t addr) argument
78 PCIHostState *s = opaque;
89 static uint32_t pci_host_data_readw(void* opaque, pci_addr_t addr) argument
91 PCIHostState *s = opaque;
104 pci_host_data_readl(void* opaque, pci_addr_t addr) argument
[all...]
H A Dmips_timer.c81 static void mips_timer_cb (void *opaque) argument
85 env = opaque;
H A Dmsmouse.c33 static void msmouse_event(void *opaque, argument
36 CharDriverState *chr = (CharDriverState *)opaque;
/external/qemu/target-arm/
H A Dmachine.c4 void cpu_save(QEMUFile *f, void *opaque) argument
7 CPUARMState *env = (CPUARMState *)opaque;
113 int cpu_load(QEMUFile *f, void *opaque, int version_id) argument
115 CPUARMState *env = (CPUARMState *)opaque;
/external/libxml2/include/libxml/
H A Duri.h35 char *opaque; /* opaque part */ member in struct:_xmlURI
/external/ppp/pppd/plugins/radius/
H A Dradattr.c26 static void cleanup(void *opaque, int arg);
96 * opaque -- not used
104 cleanup(void *opaque, int arg) argument
/external/qemu/android/
H A Daudio-test.c30 testAudio_audio_callback(void* opaque, int free) argument
32 TestAudio* ta = opaque;
H A Ddisplay.c34 android_display_producer_check(void *opaque) argument
39 (void)opaque;
44 android_display_producer_invalidate(void *opaque) argument
46 (void)opaque;
58 QFrameBuffer* qfbuff = ds->opaque;
65 QFrameBuffer* qfbuff = ds->opaque;
72 QFrameBuffer* qfbuff = ds->opaque;
88 ds->opaque = qf;
H A Dhw-kmsg.c25 kernel_log_can_read( void* opaque )
31 kernel_log_read( void* opaque, const uint8_t* from, int len ) argument
33 KernelLog* k = opaque;
/external/qemu/target-mips/
H A Dmachine.c43 void cpu_save(QEMUFile *f, void *opaque) argument
45 CPUState *env = opaque;
190 int cpu_load(QEMUFile *f, void *opaque, int version_id) argument
192 CPUState *env = opaque;
/external/qemu/audio/
H A Drate_template.h30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf, argument
33 struct rate *rate = opaque;

Completed in 571 milliseconds

12345678910