HomeSort by relevance Sort by last modified time
    Searched refs:opaque (Results 151 - 175 of 736) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
key_prot.x 93 typedef opaque keybuf[HEXKEYBYTES]; /* store key in hex */
164 %#ifndef opaque
165 %#define opaque char
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
key_prot.x 93 typedef opaque keybuf[HEXKEYBYTES]; /* store key in hex */
164 %#ifndef opaque
165 %#define opaque char
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
key_prot.x 93 typedef opaque keybuf[HEXKEYBYTES]; /* store key in hex */
164 %#ifndef opaque
165 %#define opaque char
  /external/qemu/android/
looper-qemu.c 85 void* opaque)
88 timer->impl = qemu_new_timer_ms(host_clock, callback, opaque);
141 qloopio_new(int fd, LoopIoFunc callback, void* opaque, QLooper* qlooper)
147 io->user_opaque = opaque;
180 qloopio_handleRead(void* opaque)
182 QLoopIo* io = opaque;
187 qloopio_handleWrite(void* opaque)
189 QLoopIo* io = opaque;
278 void* opaque)
280 QLoopIo* io = qloopio_new(fd, callback, opaque, (QLooper*)looper)
    [all...]
audio-test.c 30 testAudio_audio_callback(void* opaque, int free)
32 TestAudio* ta = opaque;
  /external/qemu/
block.h 110 typedef void BlockDriverCompletionFunc(void *opaque, int ret);
115 BlockDriverCompletionFunc *cb, void *opaque);
118 BlockDriverCompletionFunc *cb, void *opaque);
120 BlockDriverCompletionFunc *cb, void *opaque);
129 void *opaque; member in struct:BlockRequest
142 BlockDriverCompletionFunc *cb, void *opaque);
184 void (*change_cb)(void *opaque), void *opaque);
188 void bdrv_iterate(void (*it)(void *opaque, BlockDriverState *bs),
189 void *opaque);
    [all...]
console.h 27 typedef int QEMUDisplayCloseCallback(void *opaque);
28 void qemu_set_display_close_handler(QEMUDisplayCloseCallback *cb, void *opaque);
31 typedef void QEMUPutKBDEvent(void *opaque, int keycode);
32 typedef void QEMUPutLEDEvent(void *opaque, int ledstate);
33 typedef void QEMUPutMouseEvent(void *opaque, int dx, int dy, int dz, int buttons_state);
49 void *opaque; member in struct:QEMUPutKBDEntry
57 void *opaque; member in struct:QEMUPutLEDEntry
61 void qemu_add_kbd_event_handler(QEMUPutKBDEvent *func, void *opaque);
62 void qemu_remove_kbd_event_handler(QEMUPutKBDEvent *func, void *opaque);
64 void *opaque, int absolute
198 void* opaque; member in struct:DisplayUpdateListener
212 void *opaque; member in struct:DisplayState
    [all...]
hax.h 31 void hax_reset_vcpu_state(void *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,
shaper.c 58 void* opaque; member in struct:QueuedPacketRec_
66 void* opaque,
79 packet->opaque = opaque;
146 shaper->send_func( packet->data, packet->size, packet->opaque );
190 shaper->send_func(packet->data, packet->size, packet->opaque);
210 void* opaque )
215 shaper->send_func( data, size, opaque );
221 shaper->send_func( data, size, opaque );
231 packet = queued_packet_create( data, size, opaque, shaper->do_copy )
    [all...]
block_int.h 70 BlockDriverCompletionFunc *cb, void *opaque);
73 BlockDriverCompletionFunc *cb, void *opaque);
75 BlockDriverCompletionFunc *cb, void *opaque);
116 BlockDriverCompletionFunc *cb, void *opaque);
153 void (*change_cb)(void *opaque);
157 void *opaque; member in struct:BlockDriverState
207 void *opaque; member in struct:BlockDriverAIOCB
214 BlockDriverCompletionFunc *cb, void *opaque);
  /external/qemu/proxy/
proxy_int.h 183 typedef void (*ProxyServiceFreeFunc) ( void* opaque );
187 typedef ProxyConnection* (*ProxyServiceConnectFunc)( void* opaque,
192 void* opaque; member in struct:ProxyService
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_content_layer_impl.h 40 gfx::RectF* opaque) OVERRIDE;
web_content_layer_impl.cc 57 gfx::RectF* opaque) {
66 *opaque = web_opaque;
  /external/qemu/hw/
i8259.c 184 static void i8259_set_irq(void *opaque, int irq, int level)
186 PicState2 *s = opaque;
264 static void pic_reset(void *opaque)
266 PicState *s = opaque;
286 static void pic_ioport_write(void *opaque, uint32_t addr, uint32_t val)
288 PicState *s = opaque;
400 static uint32_t pic_ioport_read(void *opaque, uint32_t addr1)
402 PicState *s = opaque;
442 static void elcr_ioport_write(void *opaque, uint32_t addr, uint32_t val)
444 PicState *s = opaque;
    [all...]
piix_pci.c 34 static void i440fx_addr_writel(void* opaque, uint32_t addr, uint32_t val)
36 I440FXState *s = opaque;
40 static uint32_t i440fx_addr_readl(void* opaque, uint32_t addr)
42 I440FXState *s = opaque;
140 static void i440fx_save(QEMUFile* f, void *opaque)
142 PCIDevice *d = opaque;
152 static int i440fx_load(QEMUFile* f, void *opaque, int version_id)
154 PCIDevice *d = opaque;
235 static void piix3_reset(void *opaque)
237 PCIDevice *d = opaque;
    [all...]
pc.h 15 uint32_t serial_mm_readb (void *opaque, target_phys_addr_t addr);
16 void serial_mm_writeb (void *opaque, target_phys_addr_t addr, uint32_t value);
17 uint32_t serial_mm_readw (void *opaque, target_phys_addr_t addr);
18 void serial_mm_writew (void *opaque, target_phys_addr_t addr, uint32_t value);
19 uint32_t serial_mm_readl (void *opaque, target_phys_addr_t addr);
20 void serial_mm_writel (void *opaque, target_phys_addr_t addr, uint32_t value);
33 void pic_set_irq_new(void *opaque, int irq, int level);
54 void ioapic_set_irq(void *opaque, int vector, int level);
76 void vmport_register(unsigned char command, IOPortReadFunc *func, void *opaque);
smc91c111.c 53 static void smc91c111_save(QEMUFile *f, void *opaque)
55 smc91c111_state *s = opaque;
90 static int smc91c111_load(QEMUFile *f, void *opaque, int version_id)
92 smc91c111_state *s = opaque;
325 static void smc91c111_writeb(void *opaque, target_phys_addr_t offset,
328 smc91c111_state *s = (smc91c111_state *)opaque;
497 static uint32_t smc91c111_readb(void *opaque, target_phys_addr_t offset)
499 smc91c111_state *s = (smc91c111_state *)opaque;
638 static void smc91c111_writew(void *opaque, target_phys_addr_t offset,
641 smc91c111_writeb(opaque, offset, value & 0xff)
    [all...]
mc146818rtc.c 118 static void rtc_coalesced_timer(void *opaque)
120 RTCState *s = opaque;
179 static void rtc_periodic_timer(void *opaque)
181 RTCState *s = opaque;
205 static void cmos_ioport_write(void *opaque, uint32_t addr, uint32_t data)
207 RTCState *s = opaque;
381 static void rtc_update_second(void *opaque)
383 RTCState *s = opaque;
407 static void rtc_update_second2(void *opaque)
409 RTCState *s = opaque;
    [all...]
  /external/srtp/crypto/include/
cryptoalg.h 97 void *opaque, /* data to be decrypted and authenticated */
  /frameworks/native/services/surfaceflinger/RenderEngine/
Description.h 42 // whether this layer is marked as opaque
63 void setOpaque(bool opaque);
  /bionic/libc/upstream-netbsd/libc/include/isc/
eventlib.h 44 typedef struct { void *opaque; } evConnID; member in struct:__anon716
45 typedef struct { void *opaque; } evFileID; member in struct:__anon717
46 typedef struct { void *opaque; } evStreamID; member in struct:__anon718
47 typedef struct { void *opaque; } evTimerID; member in struct:__anon719
48 typedef struct { void *opaque; } evWaitID; member in struct:__anon720
49 typedef struct { void *opaque; } evContext; member in struct:__anon721
50 typedef struct { void *opaque; } evEvent; member in struct:__anon722
52 #define evInitID(id) ((id)->opaque = NULL)
53 #define evTestID(id) ((id).opaque != NULL)
  /bionic/libc/upstream-netbsd/libc/isc/
ev_streams.c 70 evContext_p *ctx = opaqueCtx.opaque;
91 id->opaque = new;
104 evContext_p *ctx = opaqueCtx.opaque;
125 id->opaque = new;
136 evStream *str = id.opaque;
147 evStream *str = id.opaque;
157 evContext_p *ctx = opaqueCtx.opaque;
158 evStream *old = id.opaque;
202 if (old->file.opaque)
253 evContext_p *ctx = opaqueCtx.opaque;
    [all...]
  /external/chromium_org/cc/test/
fake_content_layer_client.h 35 void set_paint_all_opaque(bool opaque) { paint_all_opaque_ = opaque; }
  /external/qemu/android/protocol/
attach-ui-proxy.c 53 * opaque - AttachUIProxy instance.
56 _attachUiProxy_io_func(void* opaque, int fd, unsigned events)
58 AttachUIProxy* uicmd = (AttachUIProxy*)opaque;

Completed in 587 milliseconds

1 2 3 4 5 67 8 91011>>