Searched refs:opaque (Results 226 - 250 of 505) sorted by relevance

1234567891011>>

/external/libxml2/include/libxml/
H A Duri.h35 char *opaque; /* opaque part */ member in struct:_xmlURI
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.h85 boolean opaque; member in struct:lp_fragment_shader_variant
/external/qemu/android/
H A Dboot-properties.c257 boot_property_save( QEMUFile* f, QemudService* service, void* opaque )
273 boot_property_load( QEMUFile* f, QemudService* service, void* opaque )
294 boot_property_client_recv( void* opaque, argument
319 boot_property_service_connect( void* opaque, argument
H A Dsensors-port.c98 void* opaque; member in struct:AndroidSensorsPort
434 sensors_port_create(void* opaque) argument
439 asp->opaque = opaque;
H A Dmultitouch-screen.c248 _on_fb_sent(void* opaque, SDKCtlDirectPacket* packet, AsyncIOState status) argument
250 MTSState* const mts_state = (MTSState*)opaque;
326 * opaque - MTSState instance.
330 _mt_fb_update(void* opaque, int x, int y, int w, int h) argument
332 MTSState* const mts_state = (MTSState*)opaque;
444 dul->opaque = &_MTSState;
H A Dsdk-controller-socket.c169 /* An opaque pointer to pass to on_sent callback. */
217 /* An opaque pointer associated with this query. */
346 /* An opaque pointer associated with this socket. */
347 void* opaque; member in struct:SDKCtlSocket
1028 * opaque - SDKCtlQuery instance.
1031 _on_skdctl_query_timeout(void* opaque) argument
1033 SDKCtlQuery* const query = (SDKCtlQuery*)opaque;
1312 sdkctl->on_port_connection(sdkctl->opaque, sdkctl,
1318 sdkctl->on_port_connection(sdkctl->opaque, sdkctl,
1324 sdkctl->on_port_connection(sdkctl->opaque, sdkct
1918 sdkctl_socket_new(int reconnect_to, const char* service_name, on_sdkctl_socket_connection_cb on_socket_connection, on_sdkctl_port_connection_cb on_port_connection, on_sdkctl_message_cb on_message, void* opaque) argument
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dcompress.c44 stream.opaque = (voidpf)0;
H A Dzutil.h261 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
262 void zcfree OF((voidpf opaque, voidpf ptr));
265 (*((strm)->zalloc))((strm)->opaque, (items), (size))
266 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/external/qemu/hw/
H A Dgoldfish_pipe.h96 void (*wakeOn)( void* opaque, int flags );
H A Dgoldfish_trace.c66 static void trace_dev_write(void *opaque, target_phys_addr_t offset, uint32_t value) argument
68 trace_dev_state *s = (trace_dev_state *)opaque;
364 static uint32_t trace_dev_read(void *opaque, target_phys_addr_t offset) argument
366 trace_dev_state *s = (trace_dev_state *)opaque;
H A Dmips_r4k.c45 static void mips_qemu_writel (void *opaque, target_phys_addr_t addr, argument
54 static uint32_t mips_qemu_readl (void *opaque, target_phys_addr_t addr) argument
148 static void main_cpu_reset(void *opaque) argument
150 ResetData *s = (ResetData *)opaque;
H A Dscsi-disk.c76 void *opaque; member in struct:SCSIDeviceState
147 s->completion(s->opaque, SCSI_REASON_DONE, tag, status);
165 static void scsi_read_complete(void * opaque, int ret) argument
167 SCSIRequest *r = (SCSIRequest *)opaque;
172 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, 0);
178 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, r->iov.iov_len);
198 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, r->iov.iov_len);
240 static void scsi_write_complete(void * opaque, int ret) argument
242 SCSIRequest *r = (SCSIRequest *)opaque;
266 s->completion(s->opaque, SCSI_REASON_DAT
312 scsi_dma_restart_cb(void *opaque, int running, int reason) argument
930 scsi_disk_init(BlockDriverState *bdrv, int tcq, scsi_completionfn completion, void *opaque) argument
[all...]
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...]
/external/qemu/
H A Dqjson.c83 static void to_json_dict_iter(const char *key, QObject *obj, void *opaque) argument
85 ToJsonIterState *s = opaque;
107 static void to_json_list_iter(QObject *obj, void *opaque) argument
109 ToJsonIterState *s = opaque;
H A Dcharpipe.c83 CharPipeHalf* ph = cs->opaque;
98 CharPipeHalf* ph = cs->opaque;
216 cs->opaque = ph;
277 CharBuffer* cbuf = cs->opaque;
296 CharBuffer* cbuf = cs->opaque;
389 CharBuffer* cbuf = cs->opaque;
413 cs->opaque = cbuf;
H A Dnet.c339 void *opaque)
352 vc->opaque = opaque;
381 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque) argument
386 if ((*pvc)->opaque == opaque)
743 static void net_slirp_redir_print(void *opaque, int is_udp, argument
747 Monitor *mon = (Monitor *)opaque;
1008 static int vmchannel_can_read(void *opaque) argument
1010 struct VMChannel *vmc = (struct VMChannel*)opaque;
332 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
1014 vmchannel_read(void *opaque, const uint8_t *buf, int size) argument
1059 tap_can_send(void *opaque) argument
1093 tap_send(void *opaque) argument
1416 vde_to_qemu(void *opaque) argument
1514 net_socket_send(void *opaque) argument
1579 net_socket_send_dgram(void *opaque) argument
1721 net_socket_connect(void *opaque) argument
1771 net_socket_accept(void *opaque) argument
[all...]
H A Dmonitor.c132 void *opaque);
160 void *opaque)
163 readline_start(mon->rs, "Password: ", 1, readline_func, opaque);
472 void *opaque)
550 static void encrypted_bdrv_it(void *opaque, BlockDriverState *bs);
567 static void bdrv_key_cb(void *opaque, int err) argument
569 Monitor *mon = opaque;
576 static void encrypted_bdrv_it(void *opaque, BlockDriverState *bs) argument
578 struct bdrv_iterate_context *context = opaque;
1074 static void release_keys(void *opaque) argument
159 monitor_read_password(Monitor *mon, ReadLineFunc *readline_func, void *opaque) argument
471 change_vnc_password_cb(Monitor *mon, const char *password, void *opaque) argument
1193 qemu_register_boot_set(QEMUBootSetHandler *func, void *opaque) argument
2852 block_completion_it(void *opaque, BlockDriverState *bs) argument
2976 monitor_can_read(void *opaque) argument
2985 monitor_read(void *opaque, const uint8_t *buf, int size) argument
3008 monitor_command_cb(Monitor *mon, const char *cmdline, void *opaque) argument
3031 monitor_event(void *opaque, int event) argument
3120 bdrv_password_cb(Monitor *mon, const char *password, void *opaque) argument
3135 monitor_read_bdrv_key_start(Monitor *mon, BlockDriverState *bs, BlockDriverCompletionFunc *completion_cb, void *opaque) argument
[all...]
H A Dqemu-timer.c78 static void timer_save(QEMUFile *f, void *opaque) argument
80 TimersState *s = opaque;
90 static int timer_load(QEMUFile *f, void *opaque, int version_id) argument
92 TimersState *s = opaque;
199 void *opaque; member in struct:QEMUTimer
313 static void icount_adjust_rt(void * opaque) argument
320 static void icount_adjust_vm(void * opaque) argument
446 static void icount_warp_rt(void *opaque) argument
529 QEMUTimerCB *cb, void *opaque)
536 ts->opaque
528 qemu_new_timer(QEMUClock *clock, int scale, QEMUTimerCB *cb, void *opaque) argument
1273 alarm_timer_on_change_state_rearm(void *opaque, int running, int reason) argument
[all...]
/external/zlib/src/
H A Dcompress.c44 stream.opaque = (voidpf)0;
H A Dzutil.h239 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
245 (*((strm)->zalloc))((strm)->opaque, (items), (size))
246 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/external/zlib/
H A Dzutil.h239 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
245 (*((strm)->zalloc))((strm)->opaque, (items), (size))
246 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/external/chromium_org/media/filters/
H A Dffmpeg_audio_decoder.cc54 // AVCodecContext.opaque to get the object reference in order to call
61 FFmpegAudioDecoder* decoder = static_cast<FFmpegAudioDecoder*>(s->opaque);
65 // Called by FFmpeg's allocation routine to free a buffer. |opaque| is the
67 static void ReleaseAudioBufferImpl(void* opaque, uint8* data) { argument
69 buffer.swap(reinterpret_cast<AudioBuffer**>(&opaque));
222 void* opaque = NULL; local
223 buffer.swap(reinterpret_cast<AudioBuffer**>(&opaque));
225 frame->data[0], buffer_size_in_bytes, ReleaseAudioBufferImpl, opaque, 0);
363 codec_context_->opaque = this;
/external/qemu/target-arm/
H A Dcpu.h63 typedef void ARMWriteCPFunc(void *opaque, int cp_info,
66 typedef uint32_t ARMReadCPFunc(void *opaque, int cp_info,
235 void *opaque; member in struct:CPUARMState::__anon25897
397 void armv7m_nvic_set_pending(void *opaque, int irq);
398 int armv7m_nvic_acknowledge_irq(void *opaque);
399 void armv7m_nvic_complete_irq(void *opaque, int irq);
403 void *opaque);
/external/qemu/android/camera/
H A Dcamera-capture-windows.c100 * also sets 'opaque' field in the 'header' structure to point back to the
109 cd->header.opaque = cd;
299 if (cd == NULL || cd->opaque == NULL) {
303 wcd = (WndCameraDevice*)cd->opaque;
521 if (cd == NULL || cd->opaque == NULL) {
525 wcd = (WndCameraDevice*)cd->opaque;
653 if (cd == NULL || cd->opaque == NULL) {
657 wcd = (WndCameraDevice*)cd->opaque;
677 if (cd == NULL || cd->opaque == NULL) {
680 WndCameraDevice* wcd = (WndCameraDevice*)cd->opaque;
[all...]
/external/qemu/block/
H A Dqcow2-cluster.c33 BDRVQcowState *s = bs->opaque;
95 BDRVQcowState *s = bs->opaque;
104 BDRVQcowState *s = bs->opaque;
163 BDRVQcowState *s = bs->opaque;
199 BDRVQcowState *s = bs->opaque;
231 BDRVQcowState *s = bs->opaque;
348 BDRVQcowState *s = bs->opaque;
399 BDRVQcowState *s = bs->opaque;
443 BDRVQcowState *s = bs->opaque;
535 BDRVQcowState *s = bs->opaque;
[all...]

Completed in 303 milliseconds

1234567891011>>