HomeSort by relevance Sort by last modified time
    Searched refs:opaque (Results 126 - 150 of 441) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu/hw/
bt-hci-csr.c 301 struct csrhci_s *s = (struct csrhci_s *) chr->opaque;
332 static void csrhci_out_hci_packet_event(void *opaque,
335 struct csrhci_s *s = (struct csrhci_s *) opaque;
344 static void csrhci_out_hci_packet_acl(void *opaque,
347 struct csrhci_s *s = (struct csrhci_s *) opaque;
360 struct csrhci_s *s = (struct csrhci_s *) chr->opaque;
404 static void csrhci_out_tick(void *opaque)
406 csrhci_fifo_wake((struct csrhci_s *) opaque);
409 static void csrhci_pins(void *opaque, int line, int level)
411 struct csrhci_s *s = (struct csrhci_s *) opaque;
    [all...]
usb.h 128 void *opaque; member in struct:USBDevice
190 void *opaque; member in struct:USBPort
191 int index; /* internal port index, may be used with the opaque */
195 typedef void USBCallback(USBPacket * packet, void *opaque);
216 void * opaque)
219 p->cancel_opaque = opaque;
256 void usb_hid_datain_cb(USBDevice *dev, void *opaque, void (*datain)(void *));
276 void qemu_register_usb_port(USBPort *port, void *opaque, int index,
i8254.c 245 static void pit_ioport_write(void *opaque, uint32_t addr, uint32_t val)
247 PITState *pit = opaque;
310 static uint32_t pit_ioport_read(void *opaque, uint32_t addr)
312 PITState *pit = opaque;
385 static void pit_irq_timer(void *opaque)
387 PITChannelState *s = opaque;
392 static void pit_save(QEMUFile *f, void *opaque)
394 PITState *pit = opaque;
420 static int pit_load(QEMUFile *f, void *opaque, int version_id)
422 PITState *pit = opaque;
    [all...]
goldfish_pipe.h 96 void (*wakeOn)( void* opaque, int flags );
goldfish_mmc.c 103 static void goldfish_mmc_save(QEMUFile* f, void* opaque)
105 struct goldfish_mmc_state* s = opaque;
110 static int goldfish_mmc_load(QEMUFile* f, void* opaque, int version_id)
112 struct goldfish_mmc_state* s = opaque;
415 static uint32_t goldfish_mmc_read(void *opaque, target_phys_addr_t offset)
418 struct goldfish_mmc_state *s = opaque;
445 static void goldfish_mmc_write(void *opaque, target_phys_addr_t offset, uint32_t val)
447 struct goldfish_mmc_state *s = opaque;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coda.h 200 u_int32_t opaque[3]; member in struct:CodaFid
207 if (fid->opaque[1] == 0xfffffffe || fid->opaque[1] == 0xffffffff)
208 return ((fid->opaque[0] << 20) | (fid->opaque[2] & 0xfffff));
210 return (fid->opaque[2] + (fid->opaque[1]<<10) + (fid->opaque[0]<<20));
221 u_int32_t opaque[4]; member in struct:CodaFid
225 (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0
    [all...]
  /external/qemu/android/camera/
camera-capture-mac.m 338 * also sets 'opaque' field in the 'header' structure to point back to the
347 cd->header.opaque = cd;
417 if (cd == NULL || cd->opaque == NULL) {
421 mcd = (MacCameraDevice*)cd->opaque;
436 if (cd == NULL || cd->opaque == NULL) {
440 mcd = (MacCameraDevice*)cd->opaque;
460 if (cd == NULL || cd->opaque == NULL) {
464 mcd = (MacCameraDevice*)cd->opaque;
477 if (cd == NULL || cd->opaque == NULL) {
480 _camera_device_free((MacCameraDevice*)cd->opaque);
    [all...]
  /external/qemu/android/protocol/
fb-updates-proxy.c 191 static void proxyFb_update(void* opaque, int x, int y, int w, int h);
243 * opaque - ProxyFramebuffer instance.
246 _proxyFb_io_fun(void* opaque, int fd, unsigned events)
249 _proxyFb_io_read((ProxyFramebuffer*)opaque);
251 _proxyFb_io_write((ProxyFramebuffer*)opaque);
269 dul->opaque = ret;
305 proxyFb_update(void* opaque, int x, int y, int w, int h)
307 ProxyFramebuffer* proxy_fb = opaque;
ui-commands-proxy.c 102 * opaque - UICmdProxy instance.
105 _uiCmdProxy_io_func(void* opaque, int fd, unsigned events)
107 UICmdProxy* uicmd = (UICmdProxy*)opaque;
144 _uiCmdProxy_brightness_change_callback(void* opaque,
ui-commands-impl.c 116 * opaque - UICmdImpl instance.
119 _uiCmdImpl_io_callback(void* opaque, int fd, unsigned events)
121 UICmdImpl* uicmd = opaque;
251 void* opaque)
254 _brightness_change_callback_param = opaque;
  /external/qemu/
qemu-timer.h 19 typedef void QEMUTimerCB(void *opaque);
45 QEMUTimerCB *cb, void *opaque);
70 void *opaque)
72 return qemu_new_timer(clock, SCALE_NS, cb, opaque);
76 void *opaque)
78 return qemu_new_timer(clock, SCALE_MS, cb, opaque);
140 typedef void (*ptimer_cb)(void *opaque);
bt-host.c 82 static void bt_host_read(void *opaque)
84 struct bt_host_hci_s *s = (struct bt_host_hci_s *) opaque;
106 s->hci.evt_recv(s->hci.opaque, pkt, pktlen);
121 s->hci.acl_recv(s->hci.opaque, pkt, pktlen);
migration-tcp-android.c 53 static void tcp_wait_for_connect(void *opaque)
55 FdMigrationState *s = opaque;
125 static void tcp_accept_incoming_migration(void *opaque)
128 int s = (unsigned long)opaque;
migration-tcp.c 53 static void tcp_wait_for_connect(void *opaque)
55 FdMigrationState *s = opaque;
133 static void tcp_accept_incoming_migration(void *opaque)
137 int s = (unsigned long)opaque;
qdict.h 46 void (*iter)(const char *key, QObject *obj, void *opaque),
47 void *opaque);
  /external/qemu/block/
raw-win32.c 78 BDRVRawState *s = bs->opaque;
111 BDRVRawState *s = bs->opaque;
132 BDRVRawState *s = bs->opaque;
152 BDRVRawState *s = bs->opaque;
158 BDRVRawState *s = bs->opaque;
164 BDRVRawState *s = bs->opaque;
178 BDRVRawState *s = bs->opaque;
282 BDRVRawState *s = bs->opaque;
317 BDRVRawState *s = bs->opaque;
parallels.c 72 BDRVParallelsState *s = bs->opaque;
107 BDRVParallelsState *s = bs->opaque;
139 BDRVParallelsState *s = bs->opaque;
qcow.c 95 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)
544 QCowAIOCB *acb = opaque;
    [all...]
qcow2.c 141 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)
362 QCowAIOCB *acb = opaque;
365 qcow_aio_read_cb(opaque, 0);
382 static void qcow_aio_read_cb(void *opaque, int ret)
384 QCowAIOCB *acb = opaque;
386 BDRVQcowState *s = bs->opaque;
488 acb->common.cb(acb->common.opaque, ret)
    [all...]
cloop.c 55 BDRVCloopState *s = bs->opaque;
104 BDRVCloopState *s = bs->opaque;
134 BDRVCloopState *s = bs->opaque;
149 BDRVCloopState *s = bs->opaque;
  /external/qemu/telephony/
sysdeps_posix.c 94 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/qemu/android/
hw-sensors.c 217 static void _hwSensorClient_tick(void* opaque);
247 _hwSensorClient_recv( void* opaque, uint8_t* msg, int msglen,
250 HwSensorClient* cl = opaque;
256 _hwSensorClient_close( void* opaque )
258 HwSensorClient* cl = opaque;
283 _hwSensorClient_tick( void* opaque )
285 HwSensorClient* cl = opaque;
442 _hwSensorClient_save( QEMUFile* f, QemudClient* client, void* opaque )
444 HwSensorClient* sc = opaque;
453 _hwSensorClient_load( QEMUFile* f, QemudClient* client, void* opaque )
    [all...]
  /development/tools/emulator/system/camera/
CallbackNotifier.h 104 void releaseRecordingFrame(const void* opaque);
  /external/nist-sip/java/javax/sip/header/
AuthorizationHeader.java 22 void setOpaque(String opaque) throws ParseException;
  /external/qemu/proxy/
proxy_common.h 33 typedef void (*ProxyEventFunc)( void* opaque, int fd, ProxyEvent event );

Completed in 895 milliseconds

1 2 3 4 56 7 8 91011>>