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

1234567891011>>

/external/qemu/hw/
H A Dgoldfish_audio.c241 static void audio_state_save( QEMUFile* f, void* opaque )
243 struct goldfish_audio_state* s = opaque;
252 static int audio_state_load( QEMUFile* f, void* opaque, int version_id ) argument
254 struct goldfish_audio_state* s = opaque;
365 static uint32_t goldfish_audio_read(void *opaque, target_phys_addr_t offset) argument
368 struct goldfish_audio_state *s = opaque;
399 static void goldfish_audio_write(void *opaque, target_phys_addr_t offset, uint32_t val) argument
401 struct goldfish_audio_state *s = opaque;
457 static void goldfish_audio_callback(void *opaque, int free) argument
459 struct goldfish_audio_state *s = opaque;
506 goldfish_audio_in_callback(void *opaque, int avail) argument
[all...]
H A Dgoldfish_fb.c67 static void goldfish_fb_save(QEMUFile* f, void* opaque) argument
69 struct goldfish_fb_state* s = opaque;
90 static int goldfish_fb_load(QEMUFile* f, void* opaque, int version_id) argument
92 struct goldfish_fb_state* s = opaque;
451 static void goldfish_fb_update_display(void *opaque) argument
453 struct goldfish_fb_state *s = (struct goldfish_fb_state *)opaque;
544 static void goldfish_fb_invalidate_display(void * opaque) argument
547 struct goldfish_fb_state *s = (struct goldfish_fb_state *)opaque;
551 static uint32_t goldfish_fb_read(void *opaque, target_phys_addr_t offset) argument
554 struct goldfish_fb_state *s = opaque;
594 goldfish_fb_write(void *opaque, target_phys_addr_t offset, uint32_t val) argument
[all...]
H A Dgoldfish_events_device.c101 static void events_state_save(QEMUFile* f, void* opaque) argument
103 events_state* s = opaque;
108 static int events_state_load(QEMUFile* f, void* opaque, int version_id) argument
110 events_state* s = opaque;
266 static void events_put_mouse(void *opaque, int dx, int dy, int dz, int buttons_state) argument
268 events_state *s = (events_state *) opaque;
292 static void events_put_generic(void* opaque, int type, int code, int value) argument
294 events_state *s = (events_state *) opaque;
H A Dmips_timer.c81 static void mips_timer_cb (void *opaque) argument
85 env = opaque;
/external/chromium_org/third_party/libxml/src/
H A DtestURI.c37 if (uri->opaque) printf("opaque: %s\n", uri->opaque);
/external/chromium_org/third_party/mach_override/libudis86/
H A Dudis86.c249 ud_set_user_opaque_data(struct ud * u, void* opaque) argument
251 u->user_opaque_data = opaque;
/external/chromium_org/webkit/renderer/compositor_bindings/
H A Dweb_external_texture_layer_impl.cc46 void WebExternalTextureLayerImpl::setOpaque(bool opaque) { argument
47 static_cast<TextureLayer*>(layer_->layer())->SetContentsOpaque(opaque);
H A Dweb_external_texture_layer_impl.h42 virtual void setOpaque(bool opaque);
/external/clang/test/Analysis/
H A Dreference.cpp134 void testFunctionPointerReturn(void *opaque) { argument
137 RefFn getRef = (RefFn)opaque;
/external/qemu/android/protocol/
H A Duser-events-impl.c76 * opaque - UserEventsImpl instance.
79 _userEventsImpl_io_func(void* opaque, int fd, unsigned events) argument
91 ueimpl = (UserEventsImpl*)opaque;
/external/qemu/android/
H A Dsdk-controller-socket.h141 * client_opaque - An opaque pointer associated with the client.
189 * client_opaque - An opaque pointer associated with the client.
199 * client_opaque - An opaque pointer associated with the client.
218 * query_opaque - An opaque pointer associated with the query by the client.
240 * opaque - An opaque pointer associated with the direct packet by the client.
253 typedef AsyncIOAction (*on_sdkctl_direct_cb)(void* opaque,
387 * query_opaque - An opaque pointer associated with the query.
429 * query_opaque - An opaque pointer associated with the query.
493 * opaque
[all...]
/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;
/external/qemu/
H A Dnet-android.c372 void *opaque)
385 vc->opaque = opaque;
414 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque) argument
419 if ((*pvc)->opaque == opaque)
742 void* opaque )
745 opaque = opaque;
751 void* opaque )
365 qemu_new_vlan_client(VLANState *vlan, const char *model, const char *name, NetCanReceive *can_receive, NetReceive *receive, NetReceiveIOV *receive_iov, NetCleanup *cleanup, void *opaque) argument
871 net_slirp_redir_print(void *opaque, int is_udp, const SockAddress *laddr, const SockAddress *faddr) argument
1136 vmchannel_can_read(void *opaque) argument
1142 vmchannel_read(void *opaque, const uint8_t *buf, int size) argument
1187 tap_can_send(void *opaque) argument
1221 tap_send(void *opaque) argument
1544 vde_to_qemu(void *opaque) argument
1641 net_socket_send(void *opaque) argument
1706 net_socket_send_dgram(void *opaque) argument
1838 net_socket_connect(void *opaque) argument
1883 net_socket_accept(void *opaque) argument
[all...]
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...]
/external/qemu/block/
H A Dqcow2-refcount.c39 BDRVQcowState *s = bs->opaque;
61 BDRVQcowState *s = bs->opaque;
83 BDRVQcowState *s = bs->opaque;
92 BDRVQcowState *s = bs->opaque;
120 BDRVQcowState *s = bs->opaque;
180 BDRVQcowState *s = bs->opaque;
428 BDRVQcowState *s = bs->opaque;
461 BDRVQcowState *s = bs->opaque;
568 BDRVQcowState *s = bs->opaque;
589 BDRVQcowState *s = bs->opaque;
[all...]
/external/chromium/chrome/common/
H A Dbzip2_unittest.cc30 stream.opaque = NULL;
/external/chromium_org/cc/layers/
H A Dcontent_layer.h26 gfx::RectF* opaque) OVERRIDE;
H A Dpicture_layer_unittest.cc24 gfx::RectF* opaque) OVERRIDE {}
/external/chromium_org/cc/resources/
H A Dbitmap_content_layer_updater.h59 virtual void SetOpaque(bool opaque) OVERRIDE;
H A Dlayer_updater.h49 // painted opaque. If the layer is marked opaque in the updater, then this
59 // be opaque.
60 virtual void SetOpaque(bool opaque) {} argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.h61 virtual void paintContents(WebCanvas*, const WebRect& clipRect, bool canPaintLCDText, WebFloatRect& opaque) OVERRIDE;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Duri.h35 char *opaque; /* opaque part */ member in struct:_xmlURI
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.h85 boolean opaque; member in struct:lp_fragment_shader_variant
/external/chromium_org/third_party/zlib/
H A Dcompress.c44 stream.opaque = (voidpf)0;
H A Dzutil.h280 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
282 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
285 (*((strm)->zalloc))((strm)->opaque, (items), (size))
286 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))

Completed in 522 milliseconds

1234567891011>>