Searched refs:opaque (Results 1 - 25 of 510) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dunwind-attr.c4 int opaque();
9 return opaque();
H A Dtrapv.c28 extern void opaque(int);
29 opaque(i++);
42 extern void opaque(int);
43 opaque(++i);
/external/qemu/android/
H A Dadb-server.h27 * opaque - An opaque pointer associated with the guest. This pointer contains
28 * the 'opaque' parameter that was passed to the adb_server_register_guest
30 * connection - An opaque pointer defining the connection between the host and
34 typedef void (*adbguest_connect)(void* opaque, void* connection);
38 * opaque - An opaque pointer associated with the guest. This pointer contains
39 * the 'opaque' parameter that was passed to the adb_server_register_guest
41 * connection - An opaque pointer defining the connection between the host and
46 typedef void (*adbguest_read)(void* opaque,
[all...]
H A Dhw-control.h25 typedef void (*AndroidHwLightBrightnessFunc)( void* opaque,
38 extern void android_hw_control_set( void* opaque,
H A Ddisplay.c34 android_display_producer_check(void *opaque) argument
39 (void)opaque;
44 android_display_producer_invalidate(void *opaque) argument
46 (void)opaque;
58 QFrameBuffer* qfbuff = ds->opaque;
65 QFrameBuffer* qfbuff = ds->opaque;
72 QFrameBuffer* qfbuff = ds->opaque;
88 ds->opaque = qf;
H A Dframebuffer.h100 typedef void (*QFrameBufferUpdateFunc)( void* opaque, int x, int y,
110 typedef void (*QFrameBufferRotateFunc)( void* opaque, int rotation );
117 typedef void (*QFrameBufferPollFunc)( void* opaque );
122 typedef void (*QFrameBufferDoneFunc) ( void* opaque );
142 typedef void (*QFrameBufferCheckUpdateFunc)( void* opaque );
148 typedef void (*QFrameBufferInvalidateFunc) ( void* opaque );
153 typedef void (*QFrameBufferDetachFunc) ( void* opaque );
158 void* opaque,
H A Dadb-qemud.c57 void* opaque; member in struct:AdbClient
81 * opaque - AdbClient instance.
82 * connection - An opaque pointer that identifies connection with the ADB host.
85 _adb_on_host_connected(void* opaque, void* connection) argument
87 AdbClient* const adb_client = (AdbClient*)opaque;
91 adb_client, adb_client->opaque, connection);
108 * opaque - AdbClient instance.
109 * connection - An opaque pointer that identifies connection with the ADB host.
112 _adb_on_host_disconnect(void* opaque, void* connection) argument
114 AdbClient* const adb_client = (AdbClient*)opaque;
128 _adb_on_host_data(void* opaque, void* connection, const void* buff, int size) argument
184 _adb_client_recv(void* opaque, uint8_t* msg, int msglen, QemudClient* client) argument
256 _adb_client_close(void* opaque) argument
276 _adb_service_connect(void* opaque, QemudService* serv, int channel, const char* client_param) argument
328 _adb_dbg_client_recv(void* opaque, uint8_t* msg, int msglen, QemudClient* client) argument
338 _adb_dbg_client_close(void* opaque) argument
351 _adb_debug_service_connect(void* opaque, QemudService* serv, int channel, const char* client_param) argument
[all...]
H A Dhw-qemud.h68 typedef void (*QemudClientClose)( void* opaque );
73 typedef void (*QemudClientRecv) ( void* opaque, uint8_t* msg, int msglen, QemudClient* client );
78 typedef void (*QemudClientSave) ( QEMUFile* f, QemudClient* client, void* opaque );
83 typedef int (*QemudClientLoad) ( QEMUFile* f, QemudClient* client, void* opaque );
118 typedef QemudClient* (*QemudServiceConnect)( void* opaque,
126 typedef void (*QemudServiceSave) ( QEMUFile* f, QemudService* service, void* opaque );
131 typedef int (*QemudServiceLoad) ( QEMUFile* f, QemudService* service, void* opaque );
H A Dsensors-port.h31 * opaque - An opaque pointer that is passed back to the callback routines.
38 extern AndroidSensorsPort* sensors_port_create(void* opaque);
/external/qemu/
H A Dbuffered_file.h19 typedef ssize_t (BufferedPutFunc)(void *opaque, const void *data, size_t size);
20 typedef void (BufferedPutReadyFunc)(void *opaque);
21 typedef void (BufferedWaitForUnfreezeFunc)(void *opaque);
22 typedef int (BufferedCloseFunc)(void *opaque);
24 QEMUFile *qemu_fopen_ops_buffered(void *opaque, size_t xfer_limit,
/external/qemu/include/block/
H A Daio.h21 typedef int (AioFlushHandler)(void *opaque);
26 typedef int (AioProcessQueue)(void *opaque);
57 void *opaque);
/external/chromium_org/third_party/webrtc/base/
H A Dlinuxfdwalk.h28 int fdwalk(void (*func)(void *, int), void *opaque);
/external/qemu/include/sysemu/
H A Dballoon.h19 typedef ram_addr_t (QEMUBalloonEvent)(void *opaque, ram_addr_t target);
21 void qemu_add_balloon_handler(QEMUBalloonEvent *func, void *opaque);
/external/qemu/include/hw/input/
H A Dps2.h8 void ps2_keyboard_set_translation(void *opaque, int mode);
9 void ps2_mouse_fake_event(void *opaque);
/external/clang/test/CodeGenCXX/
H A Dexceptions-no-rtti.cpp32 void opaque();
39 opaque();
44 opaque();
H A Deh.cpp183 void opaque();
191 opaque();
203 opaque();
209 void opaque();
220 opaque();
246 void opaque();
252 opaque();
273 opaque();
288 bool opaque(const A&);
300 if (opaque(
[all...]
/external/freetype/src/gzip/
H A Dzutil.c83 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
85 voidpf buf = opaque; /* just to make some compilers happy */
107 void zcfree (voidpf opaque, voidpf ptr) argument
125 ptr = opaque; /* just to make some compilers happy */
142 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
144 if (opaque) opaque = 0; /* to make compiler happy */
148 void zcfree (voidpf opaque, voidpf ptr) argument
150 if (opaque) opaque
[all...]
/external/qemu/hw/core/
H A Dirq.c29 void *opaque; member in struct:IRQState
38 irq->handler(irq->opaque, irq->n, level);
41 qemu_irq *qemu_allocate_irqs(qemu_irq_handler handler, void *opaque, int n) argument
51 p->opaque = opaque;
65 static void qemu_notirq(void *opaque, int line, int level) argument
67 struct IRQState *irq = opaque;
69 irq->handler(irq->opaque, irq->n, !level);
/external/qemu/include/android/
H A Duser-events.h31 typedef void QEMUPutGenericEvent(void* opaque, int type, int code, int value);
32 void user_event_register_generic(void* opaque, QEMUPutGenericEvent callback);
/external/qemu/hw/nvram/
H A Dfw_cfg.c105 static uint32_t fw_cfg_io_readb(void *opaque, uint32_t addr) argument
107 return fw_cfg_read(opaque);
110 static void fw_cfg_io_writeb(void *opaque, uint32_t addr, uint32_t value) argument
112 fw_cfg_write(opaque, (uint8_t)value);
115 static void fw_cfg_io_writew(void *opaque, uint32_t addr, uint32_t value) argument
117 fw_cfg_select(opaque, (uint16_t)value);
120 static uint32_t fw_cfg_mem_readb(void *opaque, hwaddr addr) argument
122 return fw_cfg_read(opaque);
125 static void fw_cfg_mem_writeb(void *opaque, hwaddr addr, argument
128 fw_cfg_write(opaque, (uint8_
131 fw_cfg_mem_writew(void *opaque, hwaddr addr, uint32_t value) argument
161 fw_cfg_reset(void *opaque) argument
168 fw_cfg_save(QEMUFile *f, void *opaque) argument
176 fw_cfg_load(QEMUFile *f, void *opaque, int version_id) argument
189 fw_cfg_add_bytes(void *opaque, uint16_t key, uint8_t *data, uint16_t len) argument
205 fw_cfg_add_i16(void *opaque, uint16_t key, uint16_t value) argument
214 fw_cfg_add_i32(void *opaque, uint16_t key, uint32_t value) argument
223 fw_cfg_add_i64(void *opaque, uint16_t key, uint64_t value) argument
232 fw_cfg_add_callback(void *opaque, uint16_t key, FWCfgCallback callback, void *callback_opaque, uint8_t *data, size_t len) argument
[all...]
/external/qemu/hw/pci-host/
H A Dpci_host.h42 static void pci_host_data_writeb(void* opaque, pci_addr_t addr, uint32_t val) argument
44 PCIHostState *s = opaque;
52 static void pci_host_data_writew(void* opaque, pci_addr_t addr, uint32_t val) argument
54 PCIHostState *s = opaque;
64 static void pci_host_data_writel(void* opaque, pci_addr_t addr, uint32_t val) argument
66 PCIHostState *s = opaque;
76 static uint32_t pci_host_data_readb(void* opaque, pci_addr_t addr) argument
78 PCIHostState *s = opaque;
89 static uint32_t pci_host_data_readw(void* opaque, pci_addr_t addr) argument
91 PCIHostState *s = opaque;
104 pci_host_data_readl(void* opaque, pci_addr_t addr) argument
[all...]
/external/qemu/include/hw/
H A Dirq.h7 typedef void (*qemu_irq_handler)(void *opaque, int n, int level);
8 typedef void SetIRQFunc(void *opaque, int irq_num, int level);
29 qemu_irq *qemu_allocate_irqs(qemu_irq_handler handler, void *opaque, int n);
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dioapi.c22 return (*(pfilefunc->zfile_func64.zopen64_file)) (pfilefunc->zfile_func64.opaque,filename,mode);
25 return (*(pfilefunc->zopen32_file))(pfilefunc->zfile_func64.opaque,(const char*)filename,mode);
32 return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset,origin);
39 return (*(pfilefunc->zseek32_file))(pfilefunc->zfile_func64.opaque,filestream,offsetTruncated,origin);
46 return (*(pfilefunc->zfile_func64.ztell64_file)) (pfilefunc->zfile_func64.opaque,filestream);
49 uLong tell_uLong = (*(pfilefunc->ztell32_file))(pfilefunc->zfile_func64.opaque,filestream);
68 p_filefunc64_32->zfile_func64.opaque = p_filefunc32->opaque;
75 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
76 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidp
83 fopen_file_func(voidpf opaque, const char* filename, int mode) argument
101 fopen64_file_func(voidpf opaque, const void* filename, int mode) argument
120 fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) argument
127 fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) argument
134 ftell_file_func(voidpf opaque, voidpf stream) argument
142 ftell64_file_func(voidpf opaque, voidpf stream) argument
149 fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) argument
172 fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) argument
198 fclose_file_func(voidpf opaque, voidpf stream) argument
205 ferror_file_func(voidpf opaque, voidpf stream) argument
[all...]
H A Dioapi.h127 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
128 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
129 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
130 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
131 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
133 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
134 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
147 voidpf opaque; member in struct:zlib_filefunc_def_s
150 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
151 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidp
163 voidpf opaque; member in struct:zlib_filefunc64_def_s
[all...]
/external/qemu/include/exec/
H A Dioport.h36 typedef void (IOPortWriteFunc)(void *opaque, uint32_t address, uint32_t data);
37 typedef uint32_t (IOPortReadFunc)(void *opaque, uint32_t address);
40 IOPortReadFunc *func, void *opaque);
42 IOPortWriteFunc *func, void *opaque);

Completed in 308 milliseconds

1234567891011>>