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

1 2 3 4 5 6 7 891011>>

  /external/qemu/android/protocol/
ui-commands-proxy.c 102 * opaque - UICmdProxy instance.
105 _uiCmdProxy_io_func(void* opaque, int fd, unsigned events)
107 UICmdProxy* uicmd = (UICmdProxy*)opaque;
144 _uiCmdProxy_brightness_change_callback(void* opaque,
ui-commands-impl.c 116 * opaque - UICmdImpl instance.
119 _uiCmdImpl_io_callback(void* opaque, int fd, unsigned events)
121 UICmdImpl* uicmd = opaque;
251 void* opaque)
254 _brightness_change_callback_param = opaque;
  /external/qemu/block/
parallels.c 72 BDRVParallelsState *s = bs->opaque;
107 BDRVParallelsState *s = bs->opaque;
139 BDRVParallelsState *s = bs->opaque;
qcow.c 95 BDRVQcowState *s = bs->opaque;
174 BDRVQcowState *s = bs->opaque;
257 BDRVQcowState *s = bs->opaque;
382 BDRVQcowState *s = bs->opaque;
424 BDRVQcowState *s = bs->opaque;
449 BDRVQcowState *s = bs->opaque;
519 BlockDriverCompletionFunc *cb, void *opaque, int is_write)
523 acb = qemu_aio_get(&qcow_aio_pool, bs, cb, opaque);
542 static void qcow_aio_read_cb(void *opaque, int ret)
544 QCowAIOCB *acb = opaque;
    [all...]
qcow2.c 141 BDRVQcowState *s = bs->opaque;
256 BDRVQcowState *s = bs->opaque;
359 static void qcow_aio_read_cb(void *opaque, int ret);
360 static void qcow_aio_read_bh(void *opaque)
362 QCowAIOCB *acb = opaque;
365 qcow_aio_read_cb(opaque, 0);
382 static void qcow_aio_read_cb(void *opaque, int ret)
384 QCowAIOCB *acb = opaque;
386 BDRVQcowState *s = bs->opaque;
488 acb->common.cb(acb->common.opaque, ret)
    [all...]
cloop.c 55 BDRVCloopState *s = bs->opaque;
104 BDRVCloopState *s = bs->opaque;
134 BDRVCloopState *s = bs->opaque;
149 BDRVCloopState *s = bs->opaque;
  /external/qemu/hw/
i8254.c 245 static void pit_ioport_write(void *opaque, uint32_t addr, uint32_t val)
247 PITState *pit = opaque;
310 static uint32_t pit_ioport_read(void *opaque, uint32_t addr)
312 PITState *pit = opaque;
385 static void pit_irq_timer(void *opaque)
387 PITChannelState *s = opaque;
392 static void pit_save(QEMUFile *f, void *opaque)
394 PITState *pit = opaque;
420 static int pit_load(QEMUFile *f, void *opaque, int version_id)
422 PITState *pit = opaque;
    [all...]
goldfish_mmc.c 103 static void goldfish_mmc_save(QEMUFile* f, void* opaque)
105 struct goldfish_mmc_state* s = opaque;
110 static int goldfish_mmc_load(QEMUFile* f, void* opaque, int version_id)
112 struct goldfish_mmc_state* s = opaque;
415 static uint32_t goldfish_mmc_read(void *opaque, target_phys_addr_t offset)
418 struct goldfish_mmc_state *s = opaque;
445 static void goldfish_mmc_write(void *opaque, target_phys_addr_t offset, uint32_t val)
447 struct goldfish_mmc_state *s = opaque;
  /external/qemu/telephony/
sysdeps_posix.c 94 void* opaque; member in struct:SysChannelRec_
202 void* opaque )
209 channel->opaque = opaque;
319 void* opaque; member in struct:SysTimerRec_
371 timer->opaque = NULL;
379 void* opaque )
388 callback( opaque );
403 timer->opaque = opaque;
    [all...]
  /external/qemu/android/
hw-sensors.c 222 static void _hwSensorClient_tick(void* opaque);
252 _hwSensorClient_recv( void* opaque, uint8_t* msg, int msglen,
255 HwSensorClient* cl = opaque;
261 _hwSensorClient_close( void* opaque )
263 HwSensorClient* cl = opaque;
288 _hwSensorClient_tick( void* opaque )
290 HwSensorClient* cl = opaque;
458 _hwSensorClient_save( QEMUFile* f, QemudClient* client, void* opaque )
460 HwSensorClient* sc = opaque;
469 _hwSensorClient_load( QEMUFile* f, QemudClient* client, void* opaque )
    [all...]
  /external/chromium_org/cc/layers/
picture_image_layer.cc 45 gfx::RectF* opaque) {
  /external/chromium_org/cc/resources/
layer_updater.h 49 // painted opaque. If the layer is marked opaque in the updater, then this
59 // be opaque.
60 virtual void SetOpaque(bool opaque) {}
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.h 38 virtual void setOpaque(bool opaque);
  /external/nist-sip/java/javax/sip/header/
AuthorizationHeader.java 22 void setOpaque(String opaque) throws ParseException;
  /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-android.c 53 static void tcp_wait_for_connect(void *opaque)
55 FdMigrationState *s = opaque;
125 static void tcp_accept_incoming_migration(void *opaque)
128 int s = (unsigned long)opaque;
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;
qdict.h 46 void (*iter)(const char *key, QObject *obj, void *opaque),
47 void *opaque);
qemu-common.h 134 typedef void QEMUBHFunc(void *opaque);
140 QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque);
238 typedef void IOReadHandler(void *opaque, const uint8_t *buf, int size);
239 typedef int IOCanReadHandler(void *opaque);
240 typedef void IOHandler(void *opaque);
250 typedef int (*DMA_transfer_handler) (void *opaque, int nchan, int pos, int size);
252 /* A load of opaque types so that device init declarations don't have to
298 void cpu_save(QEMUFile *f, void *opaque);
299 int cpu_load(QEMUFile *f, void *opaque, int version_id);
  /external/qemu/proxy/
proxy_common.h 33 typedef void (*ProxyEventFunc)( void* opaque, int fd, ProxyEvent event );
  /frameworks/native/cmds/flatland/
Flatland.h 56 Composer* opaque();
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.h 53 virtual void setupLayerBlending(bool premultipliedAlpha, bool opaque, int alpha);
  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_on_demand_raster.cc 70 gfx::RectF* opaque) OVERRIDE {
71 *opaque = gfx::RectF(layer_rect_.width(), layer_rect_.height());
  /external/chromium_org/media/filters/
ffmpeg_video_decoder.cc 105 frame->opaque = NULL;
106 video_frame.swap(reinterpret_cast<VideoFrame**>(&frame->opaque));
118 FFmpegVideoDecoder* decoder = static_cast<FFmpegVideoDecoder*>(s->opaque);
124 video_frame.swap(reinterpret_cast<VideoFrame**>(&frame->opaque));
129 frame->opaque = NULL;
346 if (!av_frame_->opaque) {
350 *video_frame = static_cast<VideoFrame*>(av_frame_->opaque);
383 codec_context_->opaque = this;
  /external/libyuv/files/include/libyuv/
mjpeg_decoder.h 46 typedef void (*CallbackFunction)(void* opaque,
125 bool DecodeToCallback(CallbackFunction fn, void* opaque,

Completed in 523 milliseconds

1 2 3 4 5 6 7 891011>>