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

<<11121314151617181920>>

  /external/qemu/block/
cloop.c 55 BDRVCloopState *s = bs->opaque;
104 BDRVCloopState *s = bs->opaque;
134 BDRVCloopState *s = bs->opaque;
149 BDRVCloopState *s = bs->opaque;
  /external/qemu/
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.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;
qemu-option.h 112 typedef int (*qemu_opt_loopfunc)(const char *name, const char *value, void *opaque);
113 int qemu_opt_foreach(QemuOpts *opts, qemu_opt_loopfunc func, void *opaque,
130 typedef int (*qemu_opts_loopfunc)(QemuOpts *opts, void *opaque);
132 int qemu_opts_foreach(QemuOptsList *list, qemu_opts_loopfunc func, void *opaque,
qjson.c 83 static void to_json_dict_iter(const char *key, QObject *obj, void *opaque)
85 ToJsonIterState *s = opaque;
107 static void to_json_list_iter(QObject *obj, void *opaque)
109 ToJsonIterState *s = opaque;
charpipe.c 83 CharPipeHalf* ph = cs->opaque;
98 CharPipeHalf* ph = cs->opaque;
216 cs->opaque = ph;
277 CharBuffer* cbuf = cs->opaque;
296 CharBuffer* cbuf = cs->opaque;
389 CharBuffer* cbuf = cs->opaque;
413 cs->opaque = cbuf;
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.m 29 This function makes the *SDL region* of the window 100% opaque.
68 /* make the alpha channel opaque so anim won't have holes in it */
89 /* make sure pixels are fully opaque */
167 /* make sure pixels are fully opaque */
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 261 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
262 void zcfree OF((voidpf opaque, voidpf ptr));
265 (*((strm)->zalloc))((strm)->opaque, (items), (size))
266 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /external/skia/include/effects/
SkPixelXorXfermode.h 24 this proc *always* returns an opaque color (alpha == 255). Thus it is
  /external/skia/src/images/
SkScaledBitmapSampler.h 34 // returns true if the row had non-opaque alpha in it
  /external/zlib/
zutil.h 265 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
267 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
270 (*((strm)->zalloc))((strm)->opaque, (items), (size))
271 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
  /frameworks/base/graphics/java/android/graphics/
PixelXorXfermode.java 22 * this mode *always* returns an opaque color (alpha == 255). Thus it is
  /frameworks/base/libs/hwui/
LayerRenderer.h 51 void prepareDirty(float left, float top, float right, float bottom, bool opaque);
  /frameworks/base/tests/HwAccelerationTest/res/layout/
view_layers_4.xml 38 android:text="Set opaque" />
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 193 opaque nmea_sentences[1200]; /* EVAL:[1200]*/
241 opaque addr[256]; /* EVAL:[256]*/
335 opaque requester_id[200]; /* EVAL:[200]*/
366 opaque session_id[4]; /* EVAL:[4]*/
372 opaque requestor_id_string[200]; /* EVAL:[200]*/
378 opaque client_name_string[64]; /* EVAL:[64]*/
394 opaque supl_hash[8]; /* EVAL:[8]*/
405 opaque ext_client_address[20]; /* EVAL:[20]*/
422 opaque lcs_codeword_string[20]; /* EVAL:[20]*/
435 opaque notification_text[64]; /* EVAL:[64]*/
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Serializer.java 175 public Serializer opaque(InputStream is, int length) throws IOException { method in class:Serializer
177 mOutput.write(Wbxml.OPAQUE);
180 log("Opaque, length: " + length);
182 // Now write out the opaque data in batches
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CanvasTexture.java 25 // By default CanvasTexture is not opaque.
ResourceTexture.java 26 // By default ResourceTexture is not opaque.
Texture.java 20 // The isOpaque() function gives a hint about whether the texture is opaque,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 45 NFULA_PAYLOAD, /* opaque data payload */
nfnetlink_queue.h 43 NFQA_PAYLOAD, /* opaque data payload */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
yp.x 80 typedef opaque keydat<YPMAXRECORD>;
81 typedef opaque valdat<YPMAXRECORD>;
199 opaque ypbind_binding_addr[4]; /* In network order */
200 opaque ypbind_binding_port[2]; /* In network order */
nis_object.x 58 opaque zattr_val<>; /* Value for the attribute. */
84 PRIVATE_OBJ = 7, /* Private object (all opaque data) */
93 NIS_PRIVATE_OBJ = 7 /* Private object (all opaque data) */
174 opaque ec_value<>; /* It's textual value */
259 opaque po_data<>;
274 * server doesn't recognize the type returned it treats it as opaque data.
275 * And the definition for opaque data is {int size; char *data;}. In this
  /bionic/linker/
linker_format.c 47 void *opaque; member in struct:__anon642
48 void (*send)(void *opaque, const char *data, int len);
54 o->send(o->opaque, data, (int)len);
69 o->send(o->opaque, pad, avail);
90 buf_out_send(void *opaque, const char *data, int len)
92 BufOut *bo = opaque;
118 bo->out->opaque = bo;
189 fd_out_send(void *opaque, const char *data, int len)
191 FdOut *fdo = opaque;
212 fdo->out->opaque = fdo
    [all...]
  /bionic/libc/kernel/common/linux/
coda.h 130 u_int32_t opaque[4]; member in struct:CodaFid
133 #define coda_f2i(fid) (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0)

Completed in 1064 milliseconds

<<11121314151617181920>>