/external/qemu/hw/ |
scsi-disk.c | 75 void *opaque; member in struct:SCSIDeviceState 146 s->completion(s->opaque, SCSI_REASON_DONE, tag, status); 164 static void scsi_read_complete(void * opaque, int ret) 166 SCSIRequest *r = (SCSIRequest *)opaque; 171 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, 0); 177 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, r->iov.iov_len); 197 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, r->iov.iov_len); 239 static void scsi_write_complete(void * opaque, int ret) 241 SCSIRequest *r = (SCSIRequest *)opaque; 265 s->completion(s->opaque, SCSI_REASON_DATA, r->tag, len) [all...] |
pci.c | 52 static void pci_set_irq(void *opaque, int irq_num, int level); 59 static void pcibus_save(QEMUFile *f, void *opaque) 61 PCIBus *bus = (PCIBus *)opaque; 69 static int pcibus_load(QEMUFile *f, void *opaque, int version_id) 71 PCIBus *bus = (PCIBus *)opaque; 574 void pci_data_write(void *opaque, uint32_t addr, uint32_t val, int len) 576 PCIBus *s = opaque; 600 uint32_t pci_data_read(void *opaque, uint32_t addr, int len) 602 PCIBus *s = opaque; 647 static void pci_set_irq(void *opaque, int irq_num, int level [all...] |
/external/qemu/ |
monitor.c | 94 void *opaque); 104 void *opaque) 107 readline_start(mon->rs, "Password: ", 1, readline_func, opaque); 470 void *opaque) 548 static void encrypted_bdrv_it(void *opaque, BlockDriverState *bs); 565 static void bdrv_key_cb(void *opaque, int err) 567 Monitor *mon = opaque; 574 static void encrypted_bdrv_it(void *opaque, BlockDriverState *bs) 576 struct bdrv_iterate_context *context = opaque; 1072 static void release_keys(void *opaque) [all...] |
vnc-android.c | 224 static void vnc_update_client(void *opaque); 297 VncDisplay *vd = ds->opaque; 388 VncDisplay *vd = ds->opaque; 552 vs->zlib_stream[i].opaque = NULL; 577 if (zstream->opaque != vs) { 581 VNC_DEBUG("VNC: opaque = %p | vs = %p\n", zstream->opaque, vs); 593 zstream->opaque = vs; 674 VncDisplay *vd = ds->opaque; 710 static void vnc_update_client(void *opaque) [all...] |
vnc.c | 218 static void vnc_update_client(void *opaque); 291 VncDisplay *vd = ds->opaque; 382 VncDisplay *vd = ds->opaque; 546 vs->zlib_stream[i].opaque = NULL; 571 if (zstream->opaque != vs) { 575 VNC_DEBUG("VNC: opaque = %p | vs = %p\n", zstream->opaque, vs); 587 zstream->opaque = vs; 668 VncDisplay *vd = ds->opaque; 704 static void vnc_update_client(void *opaque) [all...] |
usb-linux.c | 64 typedef int USBScanFunc(void *opaque, int bus_num, int addr, int class_id, 240 static void async_complete(void *opaque) 242 USBHostDevice *s = opaque; 291 static void async_cancel(USBPacket *unused, void *opaque) 293 AsyncURB *aurb = opaque; 1058 static int usb_host_scan_dev(void *opaque, USBScanFunc *func) 1088 ret = func(opaque, bus_num, addr, class_id, vendor_id, 1132 ret = func(opaque, bus_num, addr, class_id, vendor_id, 1179 static int usb_host_scan_sys(void *opaque, USBScanFunc *func) [all...] |
/external/opencore/engines/adapters/player/framemetadatautility/include/ |
pv_frame_metadata_interface.h | 220 * Optional opaque data that will be passed back to the user with the command response 243 * Optional opaque data that will be passed back to the user with the command response 262 * Optional opaque data that will be passed back to the user with the command response 279 * Optional opaque data that will be passed back to the user with the command response 308 * Optional opaque data that will be passed back to the user with the command response 338 * Optional opaque data that will be passed back to the user with the command response 368 * Optional opaque data that will be passed back to the user with the command response 397 * Optional opaque data that will be passed back to the user with the command response 425 * Optional opaque data that will be passed back to the user with the command response 440 * Optional opaque data that will be passed back to the user with the command respons [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_server_write.c | 78 /* opaque fragment[TLSPlaintext.length] */ 91 /* Random random: uint32 gmt_unix_time, opaque random_bytes */ 180 /* opaque fragment[TLSPlaintext.length] */ 354 * opaque dh_p<1..2^16-1>; 355 * opaque dh_g<1..2^16-1>; 356 * opaque dh_Ys<1..2^16-1>; 366 /* opaque fragment[TLSPlaintext.length] */ 459 /* opaque fragment[TLSPlaintext.length] */ 481 * opaque DistinguishedName<1..2^16-1> 519 /* opaque fragment[TLSPlaintext.length] * [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
URI.java | 66 private transient boolean opaque; field in class:URI 351 opaque = false; 399 } else { // if not hierarchical, URI is opaque 400 opaque = true; 846 * opaque URI and if one part is {@code null} the URI with the undefined 869 if (!opaque && uri.opaque) { 871 } else if (opaque && !uri.opaque) { 873 } else if (opaque && uri.opaque) [all...] |
/external/qemu/block/ |
vpc.c | 155 BDRVVPCState *s = bs->opaque; 245 BDRVVPCState *s = bs->opaque; 316 BDRVVPCState *s = bs->opaque; 335 BDRVVPCState *s = bs->opaque; 379 BDRVVPCState *s = bs->opaque; 404 BDRVVPCState *s = bs->opaque; 588 BDRVVPCState *s = bs->opaque;
|
/external/qemu/target-arm/ |
cpu.h | 56 typedef void ARMWriteCPFunc(void *opaque, int cp_info, 58 typedef uint32_t ARMReadCPFunc(void *opaque, int cp_info, 156 void *opaque; member in struct:CPUARMState::__anon4852 355 void armv7m_nvic_set_pending(void *opaque, int irq); 356 int armv7m_nvic_acknowledge_irq(void *opaque); 357 void armv7m_nvic_complete_irq(void *opaque, int irq); 361 void *opaque);
|
/external/webkit/WebCore/platform/graphics/android/ |
ImageSourceAndroid.cpp | 66 SkBitmap::kIndex8_Config, // src: index, opaque 68 SkBitmap::kRGB_565_Config, // src: 16bit, opaque 70 SkBitmap::kARGB_8888_Config, // src: 32bit, opaque 77 // tries to minimize memory usage (i.e. demote opaque 32bit -> 16bit) 79 SkBitmap::kIndex8_Config, // src: index, opaque 81 SkBitmap::kRGB_565_Config, // src: 16bit, opaque 83 SkBitmap::kRGB_565_Config, // src: 32bit, opaque (demote to 16bit)
|
/external/webkit/WebCore/platform/graphics/chromium/ |
FontChromiumWin.cpp | 125 // The color should be opaque now. 133 // is not opaque and we have to undo ClearType. We may want to 134 // enhance this to actually check, since it will often be opaque 147 // When we're drawing a web page, we know the background is opaque, 156 // know everything is opaque so don't need to do anything special. 275 // are opaque, handle without skia. 485 // are opaque, handle without skia.
|
/external/tcpdump/ |
print-ospf.c | 53 { OSPF_OPTION_O, "Opaque" }, 91 { LS_TYPE_OPAQUE_LL, "Link Local Opaque" }, 92 { LS_TYPE_OPAQUE_AL, "Area Local Opaque" }, 93 { LS_TYPE_OPAQUE_DW, "Domain Wide Opaque" }, 207 /* the LSA header for opaque LSAs was slightly changed */ 211 printf("\n\t %s LSA (%d), Opaque-Type: %s LSA (%u), Opaque-ID: %u", 826 /* the LSA header for opaque LSAs was slightly changed */ 830 printf(", Opaque-Type: %s LSA (%u), Opaque-ID: %u" [all...] |
/external/zlib/contrib/ada/ |
zlib-thin.ads | 107 -- for initializing zalloc, zfree, opaque 116 (Opaque : Voidp; 121 type free_func is access procedure (opaque : Voidp; address : Voidp); 311 -- opaque before calling the init function. 327 Opaque : in Voidp; 376 opaque : Voidp; -- private data object passed to
|
/packages/apps/IM/libwbxml/src/ |
wbxml_parser.cpp | 121 string opaque; local 371 opaque.clear(); 373 opaque += (char)readByte(); 376 mContentHandler->opaque(opaque.c_str(), opaque.size());
|
/bootable/recovery/applypatch/ |
bspatch.c | 161 cstream.opaque = NULL; 171 dstream.opaque = NULL; 181 estream.opaque = NULL;
|
/dalvik/libcore/archive/src/main/native/ |
java_util_zip_Deflater.c | 25 void zfree PROTOTYPE ((void *opaque, void *address)); 26 void *zalloc PROTOTYPE ((void *opaque, U_32 items, U_32 size)); 134 stream->opaque = (void *) privatePortLibrary;
|
java_util_zip_Inflater.c | 30 void zfree PROTOTYPE ((void *opaque, void *address)); 31 void *zalloc PROTOTYPE ((void *opaque, U_32 items, U_32 size)); 75 stream->opaque = (void *) privatePortLibrary;
|
/external/dbus/dbus/ |
dbus-connection.h | 46 /** Opaque type representing preallocated resources so a message can be sent without further memory allocation. */ 48 /** Opaque type representing a method call that has not yet received a reply. */ 50 /** Opaque type representing a connection to a remote application and associated incoming/outgoing message queues. */
|
/external/opencore/engines/player/src/ |
pv_player_node_registry.h | 216 * @param aContext Optional opaque data that would be returned in callback 227 * @param aContext Optional opaque data that would be returned in callback 236 * @param aContext Optional opaque data that would be returned in callback
|
/cts/tests/tests/net/src/android/net/cts/ |
UriTest.java | 408 notes = "Test opaque uri.", 414 notes = "Test opaque uri.", 420 notes = "Test opaque uri.", 426 notes = "Test opaque uri.", 432 notes = "Test opaque uri.", 438 notes = "Test opaque uri.", 444 notes = "Test opaque uri.", 450 notes = "Test opaque uri.", 456 notes = "Test opaque uri.",
|
/external/bluetooth/glib/gio/ |
giomodule.h | 45 * Opaque module base class for extending GIO.
|
/external/bluetooth/glib/glib/ |
gchecksum.h | 55 * An opaque structure representing a checksumming operation.
|
/external/clearsilver/man/man3/ |
cgi_register_parse_cb.3 | 32 rock - opaque data that we'll pass to your call back
|