/external/qemu/ |
framebuffer.h | 97 typedef void (*QFrameBufferUpdateFunc)( void* opaque, int x, int y, 107 typedef void (*QFrameBufferRotateFunc)( void* opaque, int rotation ); 112 typedef void (*QFrameBufferDoneFunc) ( void* opaque ); 131 typedef void (*QFrameBufferCheckUpdateFunc)( void* opaque ); 137 typedef void (*QFrameBufferInvalidateFunc) ( void* opaque ); 142 typedef void (*QFrameBufferDetachFunc) ( void* opaque ); 147 void* opaque,
|
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;
|
console.h | 19 typedef void QEMUPutKBDEvent(void *opaque, int keycode); 20 typedef void QEMUPutKBDEventN(void *opaque, int* keycodes, int count); 21 typedef void QEMUPutMouseEvent(void *opaque, int dx, int dy, int dz, int buttons_state); 22 typedef void QEMUPutGenericEvent(void* opaque, int type, int code, int value); 34 void qemu_add_kbd_event_handler(QEMUPutKBDEvent *func, void *opaque); 36 void *opaque, int absolute, 132 void *opaque; member in struct:DisplayState 302 void *opaque);
|
bt-host.c | 84 static int bt_host_read_poll(void *opaque) 86 struct bt_host_hci_s *s = (struct bt_host_hci_s *) opaque; 91 static void bt_host_read(void *opaque) 93 struct bt_host_hci_s *s = (struct bt_host_hci_s *) opaque; 115 s->hci.evt_recv(s->hci.opaque, pkt, pktlen); 130 s->hci.acl_recv(s->hci.opaque, pkt, pktlen);
|
shaper.c | 58 void* opaque; member in struct:QueuedPacketRec_ 66 void* opaque, 79 packet->opaque = opaque; 146 shaper->send_func( packet->data, packet->size, packet->opaque ); 190 shaper->send_func(packet->data, packet->size, packet->opaque); 210 void* opaque ) 215 shaper->send_func( data, size, opaque ); 221 shaper->send_func( data, size, opaque ); 231 packet = queued_packet_create( data, size, opaque, shaper->do_copy ) [all...] |
/external/tcpdump/ |
ospf.h | 45 #define OSPF_OPTION_O 0x40 /* O bit: Opaque LSA capable */ 69 #define LS_TYPE_OPAQUE_LL 9 /* rfc2370 - Opaque Link Local */ 70 #define LS_TYPE_OPAQUE_AL 10 /* rfc2370 - Opaque Link Local */ 71 #define LS_TYPE_OPAQUE_DW 11 /* rfc2370 - Opaque Domain Wide */ 150 struct { /* opaque LSAs change the LSA-ID field */ 209 /* Opaque TE LSA */ 216 /* Opaque Grace LSA */ 223 /* Opaque Router information LSA */ 290 struct { /* opaque LSAs change the LSA-ID field */
|
rpc_auth.h | 40 * The data structures are completely opaque to the client. The client 66 * Authentication info. Opaque to client. 70 u_int32_t oa_len; /* length of opaque body */
|
/external/ppp/pppd/plugins/radius/ |
radattr.c | 26 static void cleanup(void *opaque, int arg); 96 * opaque -- not used 104 cleanup(void *opaque, int arg)
|
/frameworks/base/awt/java/awt/ |
AlphaComposite.java | 122 * AlphaComposite object with the opaque CLEAR rule and an alpha of 1.0f. 127 * AlphaComposite object with the opaque SRC rule and an alpha of 1.0f. 132 * AlphaComposite object with the opaque DST rule and an alpha of 1.0f. 137 * AlphaComposite object with the opaque SRC_OVER rule and an alpha of 1.0f. 142 * AlphaComposite object with the opaque DST_OVER rule and an alpha of 1.0f. 147 * AlphaComposite object with the opaque SRC_IN rule and an alpha of 1.0f. 152 * AlphaComposite object with the opaque DST_IN rule and an alpha of 1.0f. 157 * AlphaComposite object with the opaque SRC_OUT rule and an alpha of 1.0f. 162 * AlphaComposite object with the opaque DST_OUT rule and an alpha of 1.0f. 167 * AlphaComposite object with the opaque SRC_ATOP rule and an alpha of 1.0f [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
Shape.java | 79 * Checks whether the Shape is opaque. 80 * Default impl returns true. Override if your subclass can be opaque. 82 * @return true if any part of the drawable is <em>not</em> opaque.
|
/external/icu4c/common/unicode/ |
umisc.h | 52 * Opaque type returned by registerInstance, registerFactory and unregister for service registration.
|
/external/iproute2/include/linux/ |
atmapi.h | 19 * Opaque type for kernel pointers. Note that _ is never accessed. We need
|
/external/kernel-headers/original/linux/ |
atmapi.h | 19 * Opaque type for kernel pointers. Note that _ is never accessed. We need
|
coda.h | 204 u_int32_t opaque[3]; member in struct:CodaFid 211 if (fid->opaque[1] == 0xfffffffe || fid->opaque[1] == 0xffffffff) 212 return ((fid->opaque[0] << 20) | (fid->opaque[2] & 0xfffff)); 214 return (fid->opaque[2] + (fid->opaque[1]<<10) + (fid->opaque[0]<<20)); 225 u_int32_t opaque[4]; member in struct:CodaFid 229 (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0 [all...] |
/external/opencore/pvmi/pvmf/include/ |
pvmi_mio_control.h | 84 * @param aSession This output parametre will be filled in with an opaque session ID 102 * @param aSession The opaque session ID which is used to identify the connection session. 114 * @param aSession The opaque session ID which is used to identify the connection session. 136 * @param aSession The opaque session ID which is used to identify the connection session. 163 * @param aContext Optional opaque data to be passed back to user with the command response 183 * @param aContext Optional opaque data to be passed back to user with the command response 198 * @param aContext Optional opaque data to be passed back to user with the command response 208 * @param aContext Optional opaque data to be passed back to user with the command response 217 * @param aContext Optional opaque data to be passed back to user with the command response 226 * @param aContext Optional opaque data to be passed back to user with the command respons [all...] |
/external/qemu/block/ |
qcow.c | 95 BDRVQcowState *s = bs->opaque; 178 BDRVQcowState *s = bs->opaque; 261 BDRVQcowState *s = bs->opaque; 385 BDRVQcowState *s = bs->opaque; 451 BDRVQcowState *s = bs->opaque; 521 BlockDriverCompletionFunc *cb, void *opaque, int is_write) 525 acb = qemu_aio_get(&qcow_aio_pool, bs, cb, opaque); 544 static void qcow_aio_read_cb(void *opaque, int ret) 546 QCowAIOCB *acb = opaque; 548 BDRVQcowState *s = bs->opaque; [all...] |
qcow2-snapshot.c | 51 BDRVQcowState *s = bs->opaque; 65 BDRVQcowState *s = bs->opaque; 121 BDRVQcowState *s = bs->opaque; 191 BDRVQcowState *s = bs->opaque; 206 BDRVQcowState *s = bs->opaque; 218 BDRVQcowState *s = bs->opaque; 234 BDRVQcowState *s = bs->opaque; 303 BDRVQcowState *s = bs->opaque; 344 BDRVQcowState *s = bs->opaque; 379 BDRVQcowState *s = bs->opaque; [all...] |
qcow2.c | 84 BDRVQcowState *s = bs->opaque; 147 BDRVQcowState *s = bs->opaque; 271 BDRVQcowState *s = bs->opaque; 367 static void qcow_aio_read_cb(void *opaque, int ret); 368 static void qcow_aio_read_bh(void *opaque) 370 QCowAIOCB *acb = opaque; 373 qcow_aio_read_cb(opaque, 0); 390 static void qcow_aio_read_cb(void *opaque, int ret) 392 QCowAIOCB *acb = opaque; 394 BDRVQcowState *s = bs->opaque; [all...] |
/bionic/libc/netbsd/isc/ |
ev_streams.c | 64 evContext_p *ctx = opaqueCtx.opaque; 85 id->opaque = new; 98 evContext_p *ctx = opaqueCtx.opaque; 119 id->opaque = new; 130 evStream *str = id.opaque; 141 evStream *str = id.opaque; 151 evContext_p *ctx = opaqueCtx.opaque; 152 evStream *old = id.opaque; 196 if (old->file.opaque) 247 evContext_p *ctx = opaqueCtx.opaque; [all...] |
/development/samples/BrowserPlugin/jni/background/ |
BackgroundPlugin.h | 47 bool mFinishedStageTwo; // check transparent & set opaque 48 bool mFinishedStageThree; // check opaque
|
/external/libxml2/include/libxml/ |
uri.h | 35 char *opaque; /* opaque part */ member in struct:_xmlURI
|
/external/qemu/hw/ |
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,
|
arm_gic.c | 155 static void gic_set_irq(void *opaque, int irq, int level) 157 gic_state *s = (gic_state *)opaque; 241 static uint32_t gic_dist_readb(void *opaque, target_phys_addr_t offset) 243 gic_state *s = (gic_state *)opaque; 351 static uint32_t gic_dist_readw(void *opaque, target_phys_addr_t offset) 354 val = gic_dist_readb(opaque, offset); 355 val |= gic_dist_readb(opaque, offset + 1) << 8; 359 static uint32_t gic_dist_readl(void *opaque, target_phys_addr_t offset) 363 gic_state *s = (gic_state *)opaque; 369 val = gic_dist_readw(opaque, offset) [all...] |
goldfish_device.c | 76 void *opaque) 80 iomemtype = cpu_register_io_memory(mem_read, mem_write, opaque); 85 static uint32_t goldfish_bus_read(void *opaque, target_phys_addr_t offset) 87 struct bus_state *s = (struct bus_state *)opaque; 136 static void goldfish_bus_write(void *opaque, target_phys_addr_t offset, uint32_t value) 138 struct bus_state *s = (struct bus_state *)opaque;
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/ |
tsc_h324m_config_interface.h | 85 * Optional opaque data that will be passed back to the user with the command response 100 * Optional opaque data that will be passed back to the user with the command response 116 * Optional opaque data that will be passed back to the user with the command response 130 * Optional opaque data that will be passed back to the user with the command response 143 * Optional opaque data that will be passed back to the user with the command response 157 * Optional opaque data that will be passed back to the user with the command response 169 * Optional opaque data that will be passed back to the user with the command response 182 * Optional opaque data that will be passed back to the user with the command response 195 * Optional opaque data that will be passed back to the user with the command response 206 * Optional opaque data that will be passed back to the user with the command respons [all...] |