Searched defs:opaque (Results 151 - 175 of 233) sorted by relevance

12345678910

/external/qemu/hw/
H A Dusb-hid.c415 static void usb_mouse_event(void *opaque, argument
418 USBHIDState *hs = opaque;
429 static void usb_tablet_event(void *opaque, argument
432 USBHIDState *hs = opaque;
443 static void usb_keyboard_event(void *opaque, int keycode) argument
445 USBHIDState *hs = opaque;
910 void usb_hid_datain_cb(USBDevice *dev, void *opaque, void (*datain)(void *)) argument
914 s->datain_opaque = opaque;
H A Dapic.c641 static void apic_timer(void *opaque) argument
643 APICState *s = opaque;
649 static uint32_t apic_mem_readb(void *opaque, target_phys_addr_t addr) argument
654 static uint32_t apic_mem_readw(void *opaque, target_phys_addr_t addr) argument
659 static void apic_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val) argument
663 static void apic_mem_writew(void *opaque, target_phys_addr_t addr, uint32_t val) argument
667 static uint32_t apic_mem_readl(void *opaque, target_phys_addr_t addr) argument
748 static void apic_mem_writel(void *opaque, target_phys_addr_t addr, uint32_t val) argument
833 static void apic_save(QEMUFile *f, void *opaque) argument
835 APICState *s = opaque;
865 apic_load(QEMUFile *f, void *opaque, int version_id) argument
903 apic_reset(void *opaque) argument
[all...]
H A Dbt-l2cap.c475 ch->params.close(ch->params.opaque);
939 static void l2cap_cframe_in(void *opaque, const uint8_t *data, int len) argument
941 struct l2cap_instance_s *l2cap = opaque;
967 static void l2cap_gframe_in(void *opaque, const uint8_t *data, int len) argument
981 ch->params.sdu_in(ch->params.opaque, hdr->data, len);
1013 return ch->params.sdu_in(ch->params.opaque, hdr->data + 2, len - 4);
1036 return ch->params.sdu_in(ch->params.opaque, ch->sdu, ch->len_total);
1184 l2cap->signalling_ch.params.opaque = l2cap;
1196 l2cap->group_ch.params.opaque = l2cap;
1220 l2cap->cid[cid]->params.close(l2cap->cid[cid]->params.opaque);
[all...]
H A Dgoldfish_nand.c336 static void nand_dev_controller_state_save(QEMUFile *f, void *opaque) argument
338 nand_dev_controller_state* s = opaque;
349 static int nand_dev_controller_state_load(QEMUFile *f, void *opaque, int version_id) argument
351 nand_dev_controller_state* s = opaque;
547 static void nand_dev_write(void *opaque, target_phys_addr_t offset, uint32_t value) argument
549 nand_dev_controller_state *s = (nand_dev_controller_state *)opaque;
593 static uint32_t nand_dev_read(void *opaque, target_phys_addr_t offset) argument
595 nand_dev_controller_state *s = (nand_dev_controller_state *)opaque;
H A Dgoldfish_pipe.c70 void* opaque; member in struct:__anon11560
98 list->services[count].opaque = pipeOpaque;
134 void* opaque; member in struct:Pipe
159 pipe->opaque = pipeConnector_new(pipe);
179 pipe_list_findp_opaque( Pipe** list, void* opaque )
184 if (node == NULL || node->opaque == opaque) {
247 pipe->funcs->save(pipe->opaque, file);
287 pipe->opaque = pipe->funcs->load(pipe, service ? service->opaque
349 pipeConnector_sendBuffers( void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers ) argument
434 pipeConnector_recvBuffers( void* opaque, GoldfishPipeBuffer* buffers, int numBuffers ) argument
446 pipeConnector_wakeOn( void* opaque, int flags ) argument
526 zeroPipe_sendBuffers( void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers ) argument
538 zeroPipe_recvBuffers( void* opaque, GoldfishPipeBuffer* buffers, int numBuffers ) argument
557 zeroPipe_wakeOn( void* opaque, int flags ) argument
630 pingPongPipe_sendBuffers( void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers ) argument
694 pingPongPipe_recvBuffers( void* opaque, GoldfishPipeBuffer* buffers, int numBuffers ) argument
753 pingPongPipe_wakeOn( void* opaque, int flags ) argument
872 throttlePipe_sendBuffers( void* opaque, const GoldfishPipeBuffer* buffers, int numBuffers ) argument
891 throttlePipe_recvBuffers( void* opaque, GoldfishPipeBuffer* buffers, int numBuffers ) argument
924 throttlePipe_wakeOn( void* opaque, int flags ) argument
1075 pipe_dev_write(void *opaque, target_phys_addr_t offset, uint32_t value) argument
1144 pipe_dev_read(void *opaque, target_phys_addr_t offset) argument
1226 goldfish_pipe_load( QEMUFile* file, void* opaque, int version_id ) argument
[all...]
/external/qemu/
H A Dkvm-all.c400 static void kvm_reset_vcpus(void *opaque) argument
H A Dposix-aio-compat.c419 static int posix_aio_process_queue(void *opaque) argument
421 PosixAioState *s = opaque;
458 //trace_paio_complete(acb, acb->common.opaque, ret);
463 acb->common.cb(acb->common.opaque, ret);
476 static void posix_aio_read(void *opaque) argument
478 PosixAioState *s = opaque;
496 static int posix_aio_flush(void *opaque) argument
498 PosixAioState *s = opaque;
542 //trace_paio_cancel(acb, acb->common.opaque);
570 BlockDriverCompletionFunc *cb, void *opaque, in
568 paio_submit(BlockDriverState *bs, int fd, int64_t sector_num, QEMUIOVector *qiov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque, int type) argument
597 paio_ioctl(BlockDriverState *bs, int fd, unsigned long int req, void *buf, BlockDriverCompletionFunc *cb, void *opaque) argument
[all...]
H A Dqemu-option.c639 int qemu_opt_foreach(QemuOpts *opts, qemu_opt_loopfunc func, void *opaque, argument
646 rc = func(opt->name, opt->str, opaque);
850 static void qemu_opts_from_qdict_1(const char *key, QObject *obj, void *opaque) argument
884 qemu_opt_set(opaque, key, value);
961 int qemu_opts_foreach(QemuOptsList *list, qemu_opts_loopfunc func, void *opaque, argument
971 rc |= func(opts, opaque);
H A Dblock_int.h70 BlockDriverCompletionFunc *cb, void *opaque);
73 BlockDriverCompletionFunc *cb, void *opaque);
75 BlockDriverCompletionFunc *cb, void *opaque);
116 BlockDriverCompletionFunc *cb, void *opaque);
153 void (*change_cb)(void *opaque);
157 void *opaque; member in struct:BlockDriverState
207 void *opaque; member in struct:BlockDriverAIOCB
214 BlockDriverCompletionFunc *cb, void *opaque);
H A Dconsole.h27 typedef int QEMUDisplayCloseCallback(void *opaque);
28 void qemu_set_display_close_handler(QEMUDisplayCloseCallback *cb, void *opaque);
31 typedef void QEMUPutKBDEvent(void *opaque, int keycode);
32 typedef void QEMUPutLEDEvent(void *opaque, int ledstate);
33 typedef void QEMUPutMouseEvent(void *opaque, int dx, int dy, int dz, int buttons_state);
49 void *opaque; member in struct:QEMUPutKBDEntry
57 void *opaque; member in struct:QEMUPutLEDEntry
61 void qemu_add_kbd_event_handler(QEMUPutKBDEvent *func, void *opaque);
62 void qemu_remove_kbd_event_handler(QEMUPutKBDEvent *func, void *opaque);
64 void *opaque, in
198 void* opaque; member in struct:DisplayUpdateListener
212 void *opaque; member in struct:DisplayState
[all...]
H A Dgdbstub.c1861 TaskState *ts = s->c_cpu->opaque;
1956 static void gdb_vm_state_change(void *opaque, int running, int reason) argument
2320 static int gdb_chr_can_receive(void *opaque) argument
2327 static void gdb_chr_receive(void *opaque, const uint8_t *buf, int size) argument
2336 static void gdb_chr_event(void *opaque, int event) argument
/external/qemu/target-i386/
H A Dhax-all.c1070 void hax_reset_vcpu_state(void *opaque) argument
/external/qemu/telephony/
H A Dsysdeps_posix.c94 void* opaque; member in struct:SysChannelRec_
202 void* opaque )
209 channel->opaque = opaque;
319 void* opaque; member in struct:SysTimerRec_
371 timer->opaque = NULL;
379 void* opaque )
388 callback( opaque );
403 timer->opaque = opaque;
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.cpp269 void GraphicsLayerChromium::setContentsOpaque(bool opaque) argument
271 if (m_contentsOpaque == opaque)
274 GraphicsLayer::setContentsOpaque(opaque);
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/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp295 void GraphicsLayerCACF::setContentsOpaque(bool opaque) argument
297 if (m_contentsOpaque == opaque)
300 GraphicsLayer::setContentsOpaque(opaque);
/external/zlib/src/
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
99 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
134 to zero. The application must initialize zalloc, zfree and opaque before
138 The opaque value provided by the application will be passed as the first
141 opaque value.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
535 fields next_in, zalloc, zfree and opaque mus
[all...]
/external/zlib/
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
99 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
134 to zero. The application must initialize zalloc, zfree and opaque before
138 The opaque value provided by the application will be passed as the first
141 opaque value.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
535 fields next_in, zalloc, zfree and opaque mus
[all...]
/external/bzip2/
H A Dbzlib.c102 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) argument
109 void default_bzfree ( void* opaque, void* addr ) argument
948 bzf->strm.opaque = NULL;
1122 bzf->strm.opaque = NULL;
1269 strm.opaque = NULL;
1318 strm.opaque = NULL;
/external/qemu/android/
H A Dasync-socket.c71 /* An opaque pointer associated with this I/O. */
109 * opaque - AsyncSocketIO instance representing the timed out I/O.
111 static void _on_async_socket_io_timed_out(void* opaque);
119 * io_opaque - An opaque pointer associated with the I/O.
227 * reader_opaque - An opaque pointer associated with the reader.
250 * writer_opaque - An opaque pointer associated with the writer.
271 _on_async_socket_io_timed_out(void* opaque) argument
273 AsyncSocketIO* const asio = (AsyncSocketIO*)opaque;
362 /* An opaque pointer associated with this socket by the client. */
1011 _on_async_socket_io(void* opaque, in argument
1045 _on_connector_events(void* opaque, AsyncSocketConnector* connector, AsyncIOState event) argument
1085 _on_async_socket_reconnect(void* opaque) argument
[all...]
H A Dmain-common.c969 coreconsole_io_func(void* opaque, int fd, unsigned events) argument
971 CoreConsole* cc = opaque;
/external/qemu/android/camera/
H A Dcamera-service.c521 * opaque - Camera service descriptor.
526 _factory_client_recv(void* opaque, argument
538 CameraServiceDesc* csd = (CameraServiceDesc*)opaque;
565 _factory_client_close(void* opaque) argument
1149 * opaque - Camera service descriptor.
1154 _camera_client_recv(void* opaque, argument
1176 CameraClient* cc = (CameraClient*)opaque;
1215 _camera_client_close(void* opaque) argument
1217 CameraClient* cc = (CameraClient*)opaque;
1240 _camera_service_connect(void* opaque, argument
[all...]
/external/qemu/audio/
H A Dalsaaudio.c253 static void alsa_poll_handler (void *opaque) argument
257 struct pollhlp *hlp = opaque;
1242 static void alsa_audio_fini (void *opaque) argument
1248 (void) opaque;
/external/qemu/block/
H A Dqcow.c95 BDRVQcowState *s = bs->opaque;
174 BDRVQcowState *s = bs->opaque;
257 BDRVQcowState *s = bs->opaque;
382 BDRVQcowState *s = bs->opaque;
424 BDRVQcowState *s = bs->opaque;
449 BDRVQcowState *s = bs->opaque;
519 BlockDriverCompletionFunc *cb, void *opaque, int is_write)
523 acb = qemu_aio_get(&qcow_aio_pool, bs, cb, opaque);
542 static void qcow_aio_read_cb(void *opaque, int ret) argument
544 QCowAIOCB *acb = opaque;
517 qcow_aio_setup(BlockDriverState *bs, int64_t sector_num, QEMUIOVector *qiov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque, int is_write) argument
633 qcow_aio_readv(BlockDriverState *bs, int64_t sector_num, QEMUIOVector *qiov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque) argument
647 qcow_aio_write_cb(void *opaque, int ret) argument
715 qcow_aio_writev(BlockDriverState *bs, int64_t sector_num, QEMUIOVector *qiov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque) argument
918 qcow_aio_flush(BlockDriverState *bs, BlockDriverCompletionFunc *cb, void *opaque) argument
[all...]
H A Dqcow2.c141 BDRVQcowState *s = bs->opaque;
256 BDRVQcowState *s = bs->opaque;
359 static void qcow_aio_read_cb(void *opaque, int ret);
360 static void qcow_aio_read_bh(void *opaque) argument
362 QCowAIOCB *acb = opaque;
365 qcow_aio_read_cb(opaque, 0);
382 static void qcow_aio_read_cb(void *opaque, int ret) argument
384 QCowAIOCB *acb = opaque;
386 BDRVQcowState *s = bs->opaque;
488 acb->common.cb(acb->common.opaque, re
492 qcow_aio_setup(BlockDriverState *bs, int64_t sector_num, QEMUIOVector *qiov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque, int is_write) argument
519 qcow_aio_readv(BlockDriverState *bs, int64_t sector_num, QEMUIOVector *qiov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque) argument
554 qcow_aio_write_cb(void *opaque, int ret) argument
644 qcow_aio_writev(BlockDriverState *bs, int64_t sector_num, QEMUIOVector *qiov, int nb_sectors, BlockDriverCompletionFunc *cb, void *opaque) argument
1222 qcow_aio_flush(BlockDriverState *bs, BlockDriverCompletionFunc *cb, void *opaque) argument
[all...]

Completed in 822 milliseconds

12345678910