HomeSort by relevance Sort by last modified time
    Searched refs:opaque (Results 176 - 200 of 441) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/qemu/android/protocol/
user-events-impl.c 76 * opaque - UserEventsImpl instance.
79 _userEventsImpl_io_func(void* opaque, int fd, unsigned events)
91 ueimpl = (UserEventsImpl*)opaque;
  /external/qemu/audio/
rate_template.h 30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
33 struct rate *rate = opaque;
  /external/qemu/hw/
goldfish_events_device.c 88 static void events_state_save(QEMUFile* f, void* opaque)
90 events_state* s = opaque;
95 static int events_state_load(QEMUFile* f, void* opaque, int version_id)
97 events_state* s = opaque;
253 static void events_put_mouse(void *opaque, int dx, int dy, int dz, int buttons_state)
255 events_state *s = (events_state *) opaque;
272 static void events_put_generic(void* opaque, int type, int code, int value)
274 events_state *s = (events_state *) opaque;
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;
  /external/qemu/
net-android.c 372 void *opaque)
385 vc->opaque = opaque;
414 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque)
419 if ((*pvc)->opaque == opaque)
742 void* opaque )
745 opaque = opaque;
751 void* opaque )
    [all...]
posix-aio-compat.c 419 static int posix_aio_process_queue(void *opaque)
421 PosixAioState *s = opaque;
458 //trace_paio_complete(acb, acb->common.opaque, ret);
463 acb->common.cb(acb->common.opaque, ret);
476 static void posix_aio_read(void *opaque)
478 PosixAioState *s = opaque;
496 static int posix_aio_flush(void *opaque)
498 PosixAioState *s = opaque;
542 //trace_paio_cancel(acb, acb->common.opaque);
570 BlockDriverCompletionFunc *cb, void *opaque, int type
    [all...]
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/block/
qcow2-refcount.c 39 BDRVQcowState *s = bs->opaque;
61 BDRVQcowState *s = bs->opaque;
83 BDRVQcowState *s = bs->opaque;
92 BDRVQcowState *s = bs->opaque;
120 BDRVQcowState *s = bs->opaque;
180 BDRVQcowState *s = bs->opaque;
428 BDRVQcowState *s = bs->opaque;
461 BDRVQcowState *s = bs->opaque;
568 BDRVQcowState *s = bs->opaque;
589 BDRVQcowState *s = bs->opaque;
    [all...]
  /external/chromium/chrome/common/
bzip2_unittest.cc 30 stream.opaque = NULL;
  /external/libxml2/include/libxml/
uri.h 35 char *opaque; /* opaque part */ member in struct:_xmlURI
  /external/qemu/android/
boot-properties.c 257 boot_property_save( QEMUFile* f, QemudService* service, void* opaque )
273 boot_property_load( QEMUFile* f, QemudService* service, void* opaque )
294 boot_property_client_recv( void* opaque,
319 boot_property_service_connect( void* opaque,
  /external/qemu/distrib/zlib-1.2.3/
compress.c 44 stream.opaque = (voidpf)0;
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/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/webp/include/webp/
decode_vp8.h 60 void* opaque; // user data member in struct:VP8Io
115 // Main decoding object. This is an opaque structure.
  /external/zlib/
compress.c 44 stream.opaque = (voidpf)0;
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/libs/hwui/
LayerRenderer.h 50 virtual void prepareDirty(float left, float top, float right, float bottom, bool opaque);
  /external/qemu/target-arm/
cpu.h 63 typedef void ARMWriteCPFunc(void *opaque, int cp_info,
66 typedef uint32_t ARMReadCPFunc(void *opaque, int cp_info,
235 void *opaque; member in struct:CPUARMState::__anon10198
397 void armv7m_nvic_set_pending(void *opaque, int irq);
398 int armv7m_nvic_acknowledge_irq(void *opaque);
399 void armv7m_nvic_complete_irq(void *opaque, int irq);
403 void *opaque);
  /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)
  /development/ndk/platforms/android-3/include/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)
  /frameworks/base/core/java/android/net/http/
RequestHandle.java 243 String opaque) {
246 username, password, realm, nonce, QOP, algorithm, opaque);
302 String opaque) {
323 if (opaque != null) {
324 response += ", opaque=" + doubleQuote(opaque);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/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 1777 milliseconds

1 2 3 4 5 6 78 91011>>