Searched refs:opaque (Results 201 - 225 of 379) sorted by relevance

1234567891011>>

/external/qemu/audio/
H A Daudio_pt_int.c24 void *opaque, const char *drv, const char *cap)
56 err = pthread_create (&p->thread, NULL, func, opaque);
23 audio_pt_init(struct audio_pt *p, void *(*func) (void *), void *opaque, const char *drv, const char *cap) argument
H A Dmixeng.c327 void st_rate_stop (void *opaque) argument
329 qemu_free (opaque);
H A Dnoaudio.c139 static void no_audio_fini (void *opaque) argument
141 (void) opaque;
/external/qemu/hw/
H A Dandroid_arm.c56 uint32_t switch_test_write(void *opaque, uint32_t state) argument
58 goldfish_switch_set_state(opaque, state);
H A Dpci.c52 static void pci_set_irq(void *opaque, int irq_num, int level);
59 static void pcibus_save(QEMUFile *f, void *opaque) argument
61 PCIBus *bus = (PCIBus *)opaque;
69 static int pcibus_load(QEMUFile *f, void *opaque, int version_id) argument
71 PCIBus *bus = (PCIBus *)opaque;
574 void pci_data_write(void *opaque, uint32_t addr, uint32_t val, int len) argument
576 PCIBus *s = opaque;
600 uint32_t pci_data_read(void *opaque, uint32_t addr, int len) argument
602 PCIBus *s = opaque;
647 static void pci_set_irq(void *opaque, in argument
[all...]
/external/qemu/
H A Dvl-android.c471 static uint32_t default_ioport_readb(void *opaque, uint32_t address) argument
479 static void default_ioport_writeb(void *opaque, uint32_t address, uint32_t data) argument
487 static uint32_t default_ioport_readw(void *opaque, uint32_t address) argument
496 static void default_ioport_writew(void *opaque, uint32_t address, uint32_t data) argument
503 static uint32_t default_ioport_readl(void *opaque, uint32_t address) argument
511 static void default_ioport_writel(void *opaque, uint32_t address, uint32_t data) argument
570 void qemu_add_balloon_handler(QEMUBalloonEvent *func, void *opaque) argument
573 qemu_balloon_event_opaque = opaque;
883 static int drive_init_func(QemuOpts *opts, void *opaque) argument
885 int *use_scsi = opaque;
895 drive_enable_snapshot(QemuOpts *opts, void *opaque) argument
1008 bdrv_format_print(void *opaque, const char *name) argument
1027 drive_init(struct drive_opt *arg, int snapshot, void *opaque) argument
1450 qemu_register_usb_port(USBPort *port, void *opaque, int index, usb_attachfn attach) argument
1740 gui_update(void *opaque) argument
1757 nographic_update(void *opaque) argument
1766 void *opaque; member in struct:vm_change_state_entry
1772 qemu_add_vm_change_state_handler(VMChangeStateHandler *cb, void *opaque) argument
1815 void *opaque; member in struct:QEMUResetEntry
1863 qemu_register_reset(QEMUResetHandler *func, int order, void *opaque) argument
[all...]
H A Dvl.c299 static uint32_t default_ioport_readb(void *opaque, uint32_t address) argument
307 static void default_ioport_writeb(void *opaque, uint32_t address, uint32_t data) argument
315 static uint32_t default_ioport_readw(void *opaque, uint32_t address) argument
324 static void default_ioport_writew(void *opaque, uint32_t address, uint32_t data) argument
331 static uint32_t default_ioport_readl(void *opaque, uint32_t address) argument
339 static void default_ioport_writel(void *opaque, uint32_t address, uint32_t data) argument
353 void qemu_add_balloon_handler(QEMUBalloonEvent *func, void *opaque) argument
356 qemu_balloon_event_opaque = opaque;
687 static int drive_init_func(QemuOpts *opts, void *opaque) argument
689 int *use_scsi = opaque;
699 drive_enable_snapshot(QemuOpts *opts, void *opaque) argument
811 bdrv_format_print(void *opaque, const char *name) argument
830 drive_init(struct drive_opt *arg, int snapshot, void *opaque) argument
1251 qemu_register_usb_port(USBPort *port, void *opaque, int index, usb_attachfn attach) argument
1287 usb_msd_password_cb(void *opaque, int err) argument
1536 gui_update(void *opaque) argument
1553 nographic_update(void *opaque) argument
1562 void *opaque; member in struct:vm_change_state_entry
1568 qemu_add_vm_change_state_handler(VMChangeStateHandler *cb, void *opaque) argument
1612 void *opaque; member in struct:QEMUResetEntry
1659 qemu_register_reset(QEMUResetHandler *func, int order, void *opaque) argument
[all...]
H A Dqdict.c354 void (*iter)(const char *key, QObject *obj, void *opaque),
355 void *opaque)
362 iter(entry->key, entry->value, opaque);
353 qdict_iter(const QDict *qdict, void (*iter)(const char *key, QObject *obj, void *opaque), void *opaque) argument
H A Dexec.c208 void *opaque[TARGET_PAGE_SIZE][2][4]; member in struct:subpage_t
536 static void cpu_common_save(QEMUFile *f, void *opaque) argument
538 CPUState *env = opaque;
546 static int cpu_common_load(QEMUFile *f, void *opaque, int version_id) argument
548 CPUState *env = opaque;
2789 static uint32_t unassigned_mem_readb(void *opaque, target_phys_addr_t addr) argument
2800 static uint32_t unassigned_mem_readw(void *opaque, target_phys_addr_t addr) argument
2811 static uint32_t unassigned_mem_readl(void *opaque, target_phys_addr_t addr) argument
2822 static void unassigned_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val) argument
2832 static void unassigned_mem_writew(void *opaque, target_phys_addr_ argument
2842 unassigned_mem_writel(void *opaque, target_phys_addr_t addr, uint32_t val) argument
2864 notdirty_mem_writeb(void *opaque, target_phys_addr_t ram_addr, uint32_t val) argument
2884 notdirty_mem_writew(void *opaque, target_phys_addr_t ram_addr, uint32_t val) argument
2904 notdirty_mem_writel(void *opaque, target_phys_addr_t ram_addr, uint32_t val) argument
2984 watch_mem_readb(void *opaque, target_phys_addr_t addr) argument
2990 watch_mem_readw(void *opaque, target_phys_addr_t addr) argument
2996 watch_mem_readl(void *opaque, target_phys_addr_t addr) argument
3002 watch_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val) argument
3009 watch_mem_writew(void *opaque, target_phys_addr_t addr, uint32_t val) argument
3016 watch_mem_writel(void *opaque, target_phys_addr_t addr, uint32_t val) argument
3067 subpage_readb(void *opaque, target_phys_addr_t addr) argument
3076 subpage_writeb(void *opaque, target_phys_addr_t addr, uint32_t value) argument
3085 subpage_readw(void *opaque, target_phys_addr_t addr) argument
3094 subpage_writew(void *opaque, target_phys_addr_t addr, uint32_t value) argument
3103 subpage_readl(void *opaque, target_phys_addr_t addr) argument
3112 subpage_writel(void *opaque, target_phys_addr_t addr, uint32_t value) argument
3207 cpu_register_io_memory_fixed(int io_index, CPUReadMemoryFunc * const *mem_read, CPUWriteMemoryFunc * const *mem_write, void *opaque) argument
3234 cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read, CPUWriteMemoryFunc * const *mem_write, void *opaque) argument
3458 void *opaque; member in struct:MapClient
3466 cpu_register_map_client(void *opaque, void (*callback)(void *opaque)) argument
[all...]
H A Dvnc-android.c224 static void vnc_update_client(void *opaque);
297 VncDisplay *vd = ds->opaque;
388 VncDisplay *vd = ds->opaque;
552 vs->zlib_stream[i].opaque = NULL;
577 if (zstream->opaque != vs) {
581 VNC_DEBUG("VNC: opaque = %p | vs = %p\n", zstream->opaque, vs);
593 zstream->opaque = vs;
674 VncDisplay *vd = ds->opaque;
710 static void vnc_update_client(void *opaque) argument
822 audio_capture_notify(void *opaque, audcnotification_e cmd) argument
843 audio_capture_destroy(void *opaque) argument
847 audio_capture(void *opaque, void *buf, int size) argument
1046 vnc_client_write(void *opaque) argument
1131 vnc_client_read(void *opaque) argument
2098 vnc_listen_read(void *opaque) argument
[all...]
H A Dvnc.c218 static void vnc_update_client(void *opaque);
291 VncDisplay *vd = ds->opaque;
382 VncDisplay *vd = ds->opaque;
546 vs->zlib_stream[i].opaque = NULL;
571 if (zstream->opaque != vs) {
575 VNC_DEBUG("VNC: opaque = %p | vs = %p\n", zstream->opaque, vs);
587 zstream->opaque = vs;
668 VncDisplay *vd = ds->opaque;
704 static void vnc_update_client(void *opaque) argument
816 audio_capture_notify(void *opaque, audcnotification_e cmd) argument
837 audio_capture_destroy(void *opaque) argument
841 audio_capture(void *opaque, void *buf, int size) argument
1040 vnc_client_write(void *opaque) argument
1125 vnc_client_read(void *opaque) argument
2092 vnc_listen_read(void *opaque) argument
[all...]
/external/zlib/src/examples/
H A Dfitblk.c150 def.opaque = Z_NULL;
182 inf.opaque = Z_NULL;
H A Dzpipe.c47 strm.opaque = Z_NULL;
103 strm.opaque = Z_NULL;
/external/zlib/src/test/
H A Dexample.c210 c_stream.opaque = (voidpf)0;
249 d_stream.opaque = (voidpf)0;
288 c_stream.opaque = (voidpf)0;
345 d_stream.opaque = (voidpf)0;
385 c_stream.opaque = (voidpf)0;
424 d_stream.opaque = (voidpf)0;
466 c_stream.opaque = (voidpf)0;
505 d_stream.opaque = (voidpf)0;
/external/qemu/android/skin/
H A Dcomposer.h36 char isOpaque; /* flag: TRUE iff the region is opaque */
40 typedef void (*SkinPlateDrawFunc)( void* user, SkinRegion* region, SkinPos* apos, SkinViewport* viewport, int opaque );
/external/qemu/block/
H A Ddmg.c77 BDRVDMGState *s = bs->opaque;
213 BDRVDMGState *s = bs->opaque;
270 BDRVDMGState *s = bs->opaque;
285 BDRVDMGState *s = bs->opaque;
H A Dbochs.c112 BDRVBochsState *s = bs->opaque;
160 BDRVBochsState *s = bs->opaque;
212 BDRVBochsState *s = bs->opaque;
H A Dcow.c62 BDRVCowState *s = bs->opaque;
175 BDRVCowState *s = bs->opaque;
205 BDRVCowState *s = bs->opaque;
H A Dvpc.c155 BDRVVPCState *s = bs->opaque;
240 BDRVVPCState *s = bs->opaque;
311 BDRVVPCState *s = bs->opaque;
330 BDRVVPCState *s = bs->opaque;
375 BDRVVPCState *s = bs->opaque;
409 BDRVVPCState *s = bs->opaque;
604 BDRVVPCState *s = bs->opaque;
/external/webp/src/dec/
H A Ddecode_vp8.h60 void* opaque; // user data member in struct:VP8Io
120 // Main decoding object. This is an opaque structure.
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs46 uint opaque; field in struct:DotZLib.ZStream
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAuthenticationHeader.java339 * Sets the Opaque value of the WWWAuthenicateHeader to the new <var>opaque</var>
342 * @param opaque -
346 * while parsing the opaque value.
349 public void setOpaque(String opaque) throws ParseException { argument
350 if (opaque == null)
352 setParameter(ParameterNames.OPAQUE, opaque);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.h120 void setOpaque(bool opaque) { m_opaque = opaque; setNeedsCommit(); } argument
121 bool opaque() const { return m_opaque; } function in class:WebCore::LayerChromium
/external/qemu/android/
H A Dqemulator.c27 static void handle_key_command( void* opaque, SkinKeyCommand command, int param );
32 qemulator_light_brightness( void* opaque, const char* light, int value ) argument
34 QEmulator* emulator = opaque;
330 handle_key_command( void* opaque, SkinKeyCommand command, int down ) argument
369 QEmulator* emulator = opaque;
/external/qemu/slirp/
H A Dslirp.c171 static void slirp_state_save(QEMUFile *f, void *opaque);
172 static int slirp_state_load(QEMUFile *f, void *opaque, int version_id);
737 static void _slirp_redir_loop(void (*func)(void *opaque, int is_udp, argument
740 void *opaque, int is_udp)
746 func(opaque, is_udp,
752 void slirp_redir_loop(void (*func)(void *opaque, int is_udp, argument
755 void *opaque)
757 _slirp_redir_loop(func, opaque, 0);
758 _slirp_redir_loop(func, opaque, 1);
942 static void slirp_state_save(QEMUFile *f, void *opaque) argument
1053 slirp_state_load(QEMUFile *f, void *opaque, int version_id) argument
[all...]

Completed in 334 milliseconds

1234567891011>>