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

1 2 3 45 6 7 8 91011>>

  /external/ppp/pppd/plugins/radius/
radattr.c 26 static void cleanup(void *opaque, int arg);
96 * opaque -- not used
104 cleanup(void *opaque, int arg)
  /external/qemu/android/
looper.h 85 typedef void (*LoopTimerFunc)(void* opaque);
88 typedef void (*LoopIoFunc)(void* opaque, int fd, unsigned events);
92 void (*timer_init)(Looper* looper, LoopTimer* timer, LoopTimerFunc callback, void* opaque);
93 void (*io_init) (Looper* looper, LoopIo* io, int fd, LoopIoFunc callback, void* opaque);
125 /* Initialize a LoopTimer with a callback and an 'opaque' value.
132 void* opaque)
134 looper->timer_init(looper, timer, callback, opaque);
223 loopIo_init(LoopIo* io, Looper* looper, int fd, LoopIoFunc callback, void* opaque)
225 looper->io_init(looper, io, fd, callback, opaque);
async-socket-connector.h 75 * opaque - An opaque pointer associated with the client.
82 typedef AsyncIOAction (*asc_event_cb)(void* opaque,
multitouch-port.h 77 * opaque - An opaque pointer that is passed back to the callback routines.
84 extern AndroidMTSPort* mts_port_create(void* opaque);
97 * cb_opaque - An opaque parameter to pass back to the 'cb' callback.
  /external/qemu/android/skin/
keyboard.h 23 typedef void (*SkinKeyCommandFunc)( void* opaque, SkinKeyCommand command, int param );
25 typedef void (*SkinKeyEventFunc)( void* opaque, AndroidKeyCode code, int down );
  /external/qemu/audio/
audio.h 31 typedef void (*audio_callback_fn) (void *opaque, int avail);
61 void (*notify) (void *opaque, audcnotification_e cmd);
62 void (*capture) (void *opaque, void *buf, int size);
63 void (*destroy) (void *opaque);
67 void (*info) (void *opaque);
68 void (*destroy) (void *opaque);
72 void *opaque; member in struct:CaptureState
103 void *opaque
  /external/qemu/hw/
goldfish_battery.c 63 static void goldfish_battery_save(QEMUFile* f, void* opaque)
65 struct goldfish_battery_state* s = opaque;
70 static int goldfish_battery_load(QEMUFile* f, void* opaque, int version_id)
72 struct goldfish_battery_state* s = opaque;
82 static uint32_t goldfish_battery_read(void *opaque, target_phys_addr_t offset)
85 struct goldfish_battery_state *s = opaque;
116 static void goldfish_battery_write(void *opaque, target_phys_addr_t offset, uint32_t val)
118 struct goldfish_battery_state *s = opaque;
mips_int.c 21 static void cpu_mips_irq_request(void *opaque, int irq, int level)
23 CPUState *env = (CPUState *)opaque;
isa.h 23 void *opaque);
goldfish_device.h 33 void *opaque);
50 void *goldfish_switch_add(char *name, uint32_t (*writefn)(void *opaque, uint32_t state), void *writeopaque, int id);
51 void goldfish_switch_set_state(void *opaque, uint32_t state);
  /external/qemu/
monitor-android.h 6 monitor_fake_new(void* opaque, MonitorFakeFunc cb)
12 mon->fake_opaque = opaque;
net.h 24 void *opaque; member in struct:VLANClientState
61 void *opaque);
63 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque);
77 void qemu_handler_true(void *opaque);
105 void *opaque; member in struct:HCIInfo
106 void (*evt_recv)(void *opaque, const uint8_t *data, int len);
107 void (*acl_recv)(void *opaque, const uint8_t *data, int len);
145 void *opaque);
qlist.h 47 void (*iter)(QObject *obj, void *opaque), void *opaque);
readline.h 10 typedef void ReadLineFunc(Monitor *mon, const char *str, void *opaque);
48 ReadLineFunc *readline_func, void *opaque);
user-events-qemu.c 53 void user_event_register_generic(void* opaque, QEMUPutGenericEvent *callback)
56 generic_event_opaque = opaque;
  /external/qemu/slirp/
libslirp.h 21 void slirp_redir_loop(void (*func)(void *opaque, int is_udp,
24 void *opaque);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
RawTexture.java 29 public RawTexture(int width, int height, boolean opaque) {
30 mOpaque = opaque;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
FadeTexture.java 36 public FadeTexture(int width, int height, boolean opaque) {
39 mIsOpaque = opaque;
RawTexture.java 29 public RawTexture(int width, int height, boolean opaque) {
30 mOpaque = opaque;
  /packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
RawTexture.java 29 public RawTexture(int width, int height, boolean opaque) {
30 mOpaque = opaque;
  /system/core/toolbox/
getprop.c 9 static void record_prop(const char* key, const char* name, void* opaque)
11 strlist_t* list = opaque;
  /external/chromium_org/cc/layers/
picture_image_layer.h 31 gfx::RectF* opaque) OVERRIDE;
  /external/chromium_org/cc/resources/
skpicture_content_layer_updater.h 24 virtual void SetOpaque(bool opaque) OVERRIDE;
45 // True when it is known that all output pixels will be opaque.
  /external/chromium_org/ui/gfx/
canvas_paint_win.cc 24 CanvasSkiaPaint::CanvasSkiaPaint(HDC dc, bool opaque, int x, int y,
33 Init(opaque);
50 void CanvasSkiaPaint::Init(bool opaque) {
60 opaque);
  /external/qemu/telephony/
remote_call.h 25 typedef void (*RemoteResultFunc)( void* opaque, int success );

Completed in 814 milliseconds

1 2 3 45 6 7 8 91011>>