/external/dbus/dbus/ |
dbus-dataslot.h | 33 /** Opaque typedef for DBusDataSlot */
|
dbus-sysdeps.h | 46 /** An opaque string type */ 49 /** An opaque list type */ 222 /** Opaque type representing an atomically-modifiable integer 301 /** Opaque type for reading a directory listing */
|
/external/iptables/libipq/ |
ipq_create_handle.3 | 36 Netlink socket used by ip_queue, and returns an opaque context handle. It
|
/external/opencore/oscl/oscl/osclregcli/src/ |
oscl_registry_types.h | 50 * OsclComponentFactory is an opaque pointer.
|
/external/oprofile/daemon/ |
opd_perfmon.h | 63 unsigned long reg_smpl_eventid; /* opaque sampling event identifier */
|
/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/ |
qdev.h | 104 /* FIXME: Remove opaque pointer properties. */
|
bt-hci.c | 30 uint8_t *(*evt_packet)(void *opaque); 31 void (*evt_submit)(void *opaque, int len); 32 void *opaque; member in struct:bt_hci_s 451 packet = hci->evt_packet(hci->opaque); 469 hci->evt_submit(hci->opaque, len + 2); 498 hci->evt_submit(hci->opaque, len + EVT_CMD_COMPLETE_SIZE + 2); 501 static void bt_hci_inquiry_done(void *opaque) 503 struct bt_hci_s *hci = (struct bt_hci_s *) opaque; 609 static void bt_hci_inquiry_next(void *opaque) 611 struct bt_hci_s *hci = (struct bt_hci_s *) opaque; [all...] |
/external/skia/src/core/ |
SkColorFilter.cpp | 79 // if the filter might change alpha, clear the opaque flag in the shader
|
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 119 // only return true if the src is opaque (since 565 is opaque) 323 // we track if we actually see a non-opaque pixels, since sometimes a PNG sets its colortype 324 // to |= PNG_COLOR_MASK_ALPHA, but all of its pixels are in fact opaque. We care, since we 325 // draw lots faster if we can flag the bitmap has being opaque 664 /* first see if we have some number of fully opaque at the end of the 667 reorder the indices and ctable so that all non-opaque colors came 693 // opaque entries 696 // these (remaining) entries are opaque
|
/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] */
|
/frameworks/base/core/java/android/view/animation/ |
AlphaAnimation.java | 55 * fully opaque and 0.0 means fully transparent.
|
/packages/apps/Email/src/com/android/exchange/adapter/ |
Wbxml.java | 47 static public final int OPAQUE = 0x0c3;
|
/external/qemu/slirp/ |
slirp.c | 171 static void slirp_state_save(QEMUFile *f, void *opaque); 172 static int slirp_state_load(QEMUFile *f, void *opaque, int version_id); 737 static void _slirp_redir_loop(void (*func)(void *opaque, int is_udp, 740 void *opaque, int is_udp) 746 func(opaque, is_udp, 752 void slirp_redir_loop(void (*func)(void *opaque, int is_udp, 755 void *opaque) 757 _slirp_redir_loop(func, opaque, 0); 758 _slirp_redir_loop(func, opaque, 1); 942 static void slirp_state_save(QEMUFile *f, void *opaque) [all...] |
/external/qemu/slirp-android/ |
slirp.c | 205 static void slirp_state_save(QEMUFile *f, void *opaque); 206 static int slirp_state_load(QEMUFile *f, void *opaque, int version_id); 822 static void _slirp_redir_loop(void (*func)(void *opaque, int is_udp, 825 void *opaque, int is_udp) 835 func(opaque, is_udp, 840 void slirp_redir_loop(void (*func)(void *opaque, int is_udp, 843 void *opaque) 845 _slirp_redir_loop(func, opaque, 0); 846 _slirp_redir_loop(func, opaque, 1); 1037 static void slirp_state_save(QEMUFile *f, void *opaque) [all...] |
/bootable/recovery/minzip/ |
Zip.h | 18 * One entry in the Zip archive. Treat this as opaque -- use accessors below. 39 * One Zip archive. Treat as opaque.
|
/external/bluetooth/glib/glib/ |
gmain.h | 33 typedef struct _GMainContext GMainContext; /* Opaque */ 34 typedef struct _GMainLoop GMainLoop; /* Opaque */
|
/external/icu4c/layout/ |
loengine.h | 23 * The opaque type for a LayoutEngine. 30 * The opaque type for a font instance.
|
/external/opencore/doc/pvauthor_html/ |
classPVAuthorEngineInterface.html | 126 Opaque data identifying the composer to which the data sink will connect to. </td></tr> 128 Optional opaque data to be passed back to user with the command response </td></tr> 176 Optional opaque data to be passed back to user with the command response </td></tr> 248 Opaque data to identify the composer in which a media track will be added. </td></tr> 252 Optional opaque data to be passed back to user with the command response </td></tr> 324 Opaque data to identify the composer in which a media track will be added. </td></tr> 328 Optional opaque data to be passed back to user with the command response </td></tr> 363 Optional opaque data that will be passed back to the user with the command response </td></tr> 402 Optional opaque data to be passed back to user with the command response </td></tr> 458 Optional opaque data that will be passed back to the user with the command response </td></tr [all...] |
/external/opencore/engines/common/include/ |
pv_common_types.h | 155 * @return Returns the opaque data that was passed in with the command. 230 * @return Returns the opaque data asociated with the event.
|
/external/opencore/engines/player/include/ |
pv_player_datasource.h | 93 * Returns the opaque data specific for the data source 95 * @returns The opaque data as OsclAny pointer
|
/external/qemu/android/ |
boot-properties.c | 124 boot_property_client_recv( void* opaque, 146 boot_property_service_connect( void* opaque,
|
/external/qemu/audio/ |
audio_int.h | 54 void *opaque; member in struct:audio_callback 171 void *opaque; member in struct:capture_callback
|
mixeng.c | 327 void st_rate_stop (void *opaque) 329 qemu_free (opaque);
|