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

<<11121314151617181920>>

  /external/qemu/hw/
goldfish_audio.c 241 static void audio_state_save( QEMUFile* f, void* opaque )
243 struct goldfish_audio_state* s = opaque;
252 static int audio_state_load( QEMUFile* f, void* opaque, int version_id )
254 struct goldfish_audio_state* s = opaque;
365 static uint32_t goldfish_audio_read(void *opaque, target_phys_addr_t offset)
368 struct goldfish_audio_state *s = opaque;
399 static void goldfish_audio_write(void *opaque, target_phys_addr_t offset, uint32_t val)
401 struct goldfish_audio_state *s = opaque;
457 static void goldfish_audio_callback(void *opaque, int free)
459 struct goldfish_audio_state *s = opaque;
    [all...]
goldfish_fb.c 67 static void goldfish_fb_save(QEMUFile* f, void* opaque)
69 struct goldfish_fb_state* s = opaque;
90 static int goldfish_fb_load(QEMUFile* f, void* opaque, int version_id)
92 struct goldfish_fb_state* s = opaque;
451 static void goldfish_fb_update_display(void *opaque)
453 struct goldfish_fb_state *s = (struct goldfish_fb_state *)opaque;
544 static void goldfish_fb_invalidate_display(void * opaque)
547 struct goldfish_fb_state *s = (struct goldfish_fb_state *)opaque;
551 static uint32_t goldfish_fb_read(void *opaque, target_phys_addr_t offset)
554 struct goldfish_fb_state *s = opaque;
    [all...]
goldfish_events_device.c 101 static void events_state_save(QEMUFile* f, void* opaque)
103 events_state* s = opaque;
108 static int events_state_load(QEMUFile* f, void* opaque, int version_id)
110 events_state* s = opaque;
266 static void events_put_mouse(void *opaque, int dx, int dy, int dz, int buttons_state)
268 events_state *s = (events_state *) opaque;
292 static void events_put_generic(void* opaque, int type, int code, int value)
294 events_state *s = (events_state *) opaque;
mips_timer.c 81 static void mips_timer_cb (void *opaque)
85 env = opaque;
  /device/generic/goldfish/camera/
EmulatedCamera.h 199 virtual void releaseRecordingFrame(const void* opaque);
333 const void* opaque);
CallbackNotifier.h 106 void releaseRecordingFrame(const void* opaque);
  /external/chromium_org/third_party/libxml/src/
testURI.c 37 if (uri->opaque) printf("opaque: %s\n", uri->opaque);
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.cc 42 void WebExternalTextureLayerImpl::setOpaque(bool opaque) {
43 static_cast<TextureLayer*>(layer_->layer())->SetContentsOpaque(opaque);
  /external/clang/test/Analysis/
reference.cpp 134 void testFunctionPointerReturn(void *opaque) {
137 RefFn getRef = (RefFn)opaque;
  /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/android/
sdk-controller-socket.h 141 * client_opaque - An opaque pointer associated with the client.
189 * client_opaque - An opaque pointer associated with the client.
199 * client_opaque - An opaque pointer associated with the client.
218 * query_opaque - An opaque pointer associated with the query by the client.
240 * opaque - An opaque pointer associated with the direct packet by the client.
253 typedef AsyncIOAction (*on_sdkctl_direct_cb)(void* opaque,
387 * query_opaque - An opaque pointer associated with the query.
429 * query_opaque - An opaque pointer associated with the query.
493 * opaque - An opaque pointer to associate with the socket
    [all...]
  /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/
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...]
  /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...]
  /device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.h 76 const void *opaque);
  /device/lge/mako/camera/
QualcommCamera.h 65 const void *opaque);
QualcommCamera2.h 78 const void *opaque);
  /external/chromium/chrome/common/
bzip2_unittest.cc 30 stream.opaque = NULL;
  /external/chromium_org/cc/layers/
content_layer.h 26 gfx::RectF* opaque) OVERRIDE;
  /external/chromium_org/cc/resources/
bitmap_content_layer_updater.h 58 virtual void SetOpaque(bool opaque) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.h 61 virtual void paintContents(WebCanvas*, const WebRect& clipRect, bool canPaintLCDText, WebFloatRect& opaque) OVERRIDE;
  /external/chromium_org/third_party/libxml/src/include/libxml/
uri.h 35 char *opaque; /* opaque part */ member in struct:_xmlURI
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.h 85 boolean opaque; member in struct:lp_fragment_shader_variant
  /external/chromium_org/third_party/zlib/
compress.c 44 stream.opaque = (voidpf)0;

Completed in 752 milliseconds

<<11121314151617181920>>