HomeSort by relevance Sort by last modified time
    Searched full:opaque (Results 401 - 425 of 1726) sorted by null

<<11121314151617181920>>

  /external/qemu/block/
vmdk.c 161 BDRVVmdkState *s = bs->opaque;
364 BDRVVmdkState *s = bs->opaque;
442 BDRVVmdkState *s = bs->opaque;
471 BDRVVmdkState *s = bs->opaque;
491 BDRVVmdkState *s = bs->opaque;
573 BDRVVmdkState *s = bs->opaque;
589 BDRVVmdkState *s = bs->opaque;
624 BDRVVmdkState *s = bs->opaque;
820 BDRVVmdkState *s = bs->opaque;
  /external/qemu/
console.c 41 void *opaque);
54 void qemu_set_display_close_handler(QEMUDisplayCloseCallback *cb, void *opaque)
57 qemu_display_close_callback_opaque = opaque;
1127 TextConsole *s = chr->opaque;
    [all...]
  /external/qemu/docs/
CHAR-DEVICES.TXT 49 typedef int IOCanRWHandler (void* opaque);
53 typedef void IOReadHandler (void* opaque,
60 For both callbacks, 'opaque' is a value that you pass to the function
67 void *opaque);
  /external/qemu/hw/
goldfish_trace.c 65 static void trace_dev_write(void *opaque, target_phys_addr_t offset, uint32_t value)
67 trace_dev_state *s = (trace_dev_state *)opaque;
363 static uint32_t trace_dev_read(void *opaque, target_phys_addr_t offset)
365 trace_dev_state *s = (trace_dev_state *)opaque;
qdev.h 104 /* FIXME: Remove opaque pointer properties. */
bt-hci.c 28 uint8_t *(*evt_packet)(void *opaque);
29 void (*evt_submit)(void *opaque, int len);
30 void *opaque; member in struct:bt_hci_s
449 packet = hci->evt_packet(hci->opaque);
467 hci->evt_submit(hci->opaque, len + 2);
496 hci->evt_submit(hci->opaque, len + EVT_CMD_COMPLETE_SIZE + 2);
499 static void bt_hci_inquiry_done(void *opaque)
501 struct bt_hci_s *hci = (struct bt_hci_s *) opaque;
607 static void bt_hci_inquiry_next(void *opaque)
609 struct bt_hci_s *hci = (struct bt_hci_s *) opaque;
    [all...]
  /external/qemu/proxy/
proxy_common.h 33 typedef void (*ProxyEventFunc)( void* opaque, int fd, ProxyEvent event );
  /external/qemu/target-i386/
machine.c 25 void cpu_save(QEMUFile *f, void *opaque)
27 CPUState *env = opaque;
188 int cpu_load(QEMUFile *f, void *opaque, int version_id)
190 CPUState *env = opaque;
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.h 65 virtual PlatformGraphicsContext* beginPaint(const IntRect& dirtyRect, bool opaque) = 0;
  /external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.h 34 virtual void reset(const IntSize&, bool opaque);
  /external/webkit/Source/WebCore/platform/graphics/win/
WKCAImageQueue.h 60 Opaque = 1U << 0,
  /external/webkit/Source/WebCore/platform/image-decoders/openvg/
ImageDecoderOpenVG.cpp 40 // Save memory by using 16-bit images for fully opaque images.
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 30 /* Private PAC-Opaque TLV types */
66 u8 *identity; /* from PAC-Opaque */
140 wpa_hexdump(MSG_DEBUG, "EAP-FAST: SessionTicket (PAC-Opaque)",
153 wpa_printf(MSG_DEBUG, "EAP-FAST: Ignore invalid PAC-Opaque "
159 wpa_hexdump(MSG_DEBUG, "EAP-FAST: Received PAC-Opaque",
165 "for decrypting PAC-Opaque");
172 "PAC-Opaque");
175 * This may have been caused by server changing the PAC-Opaque
176 * encryption key, so just ignore this PAC-Opaque instead of
184 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Decrypted PAC-Opaque",
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client_write.c 77 /* opaque fragment[TLSPlaintext.length] */
90 /* Random random: uint32 gmt_unix_time, opaque random_bytes */
145 /* opaque fragment[TLSPlaintext.length] */
399 /* opaque fragment[TLSPlaintext.length] */
463 * opaque md5_hash[16];
464 * opaque sha_hash[20];
469 * opaque sha_hash[20];
516 * opaque vector <0..2^16-1>, where the length is specified by the
790 /* opaque fragment[TLSPlaintext.length] */
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 31 /* Private PAC-Opaque TLV types */
67 u8 *identity; /* from PAC-Opaque */
141 wpa_hexdump(MSG_DEBUG, "EAP-FAST: SessionTicket (PAC-Opaque)",
154 wpa_printf(MSG_DEBUG, "EAP-FAST: Ignore invalid PAC-Opaque "
160 wpa_hexdump(MSG_DEBUG, "EAP-FAST: Received PAC-Opaque",
166 "for decrypting PAC-Opaque");
173 "PAC-Opaque");
176 * This may have been caused by server changing the PAC-Opaque
177 * encryption key, so just ignore this PAC-Opaque instead of
185 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: Decrypted PAC-Opaque",
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_write.c 78 /* opaque fragment[TLSPlaintext.length] */
91 /* Random random: uint32 gmt_unix_time, opaque random_bytes */
146 /* opaque fragment[TLSPlaintext.length] */
395 /* opaque fragment[TLSPlaintext.length] */
459 * opaque md5_hash[16];
460 * opaque sha_hash[20];
465 * opaque sha_hash[20];
512 * opaque vector <0..2^16-1>, where the length is specified by the
786 /* opaque fragment[TLSPlaintext.length] */
  /frameworks/base/core/java/android/content/res/
ObbInfo.java 23 * Basic information about a Opaque Binary Blob (OBB) that reflects the info
  /frameworks/base/core/java/android/view/animation/
AlphaAnimation.java 55 * fully opaque and 0.0 means fully transparent.
  /frameworks/compile/slang/
slang_rs_metadata_spec.h 53 // Opaque pointer
  /libcore/luni/src/main/native/
zip.h 44 stream.opaque = Z_NULL;
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Wbxml.java 47 static public final int OPAQUE = 0x0c3;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
msq.h 37 The type `struct msg' is opaque. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop-signal.h 48 /** An opaque UNIX signal event source object */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
spray.x 59 typedef opaque sprayarr<SPRAYMAX>;
  /system/media/mca/filterfw/native/core/
value.h 27 // TODO: Change this to an opaque handle?

Completed in 1675 milliseconds

<<11121314151617181920>>