Searched refs:fake (Results 1 - 15 of 15) sorted by relevance

/external/bluetooth/bluez/input/
H A Dfakehid.c215 struct fake_input *fake = data; local
249 if (write(fake->uinput, &event, sizeof(event)) != sizeof(event)) {
258 if (write(fake->uinput, &event, sizeof(event)) != sizeof(event)) {
266 ioctl(fake->uinput, UI_DEV_DESTROY);
267 close(fake->uinput);
268 fake->uinput = -1;
269 g_io_channel_unref(fake->io);
274 static int ps3remote_setup_uinput(struct fake_input *fake, argument
280 fake->uinput = open("/dev/input/uinput", O_RDWR);
281 if (fake
332 fake_hid_common_connect(struct fake_input *fake, GError **err) argument
337 fake_hid_common_disconnect(struct fake_input *fake) argument
373 fake_hid_connadd(struct fake_input *fake, GIOChannel *intr_io, struct fake_hid *fake_hid) argument
[all...]
H A Dfakehid.h33 int (*setup_uinput) (struct fake_input *fake, struct fake_hid *fake_hid);
38 int fake_hid_connadd(struct fake_input *fake, GIOChannel *intr_io,
H A Ddevice.c74 struct fake_input *fake; member in struct:input_conn
150 g_free(iconn->fake);
280 struct fake_input *fake = data; local
310 send_key(fake->uinput, key);
315 ioctl(fake->uinput, UI_DEV_DESTROY);
316 close(fake->uinput);
317 fake->uinput = -1;
318 g_io_channel_unref(fake->io);
353 struct fake_input *fake = iconn->fake; local
609 struct fake_input *fake; local
673 struct fake_input *fake = iconn->fake; local
704 struct fake_input *fake = iconn->fake; local
910 struct fake_input *fake = iconn->fake; local
936 struct fake_input *fake; local
[all...]
/external/elfutils/libdw/
H A Dlibdw_findcu.c57 struct Dwarf_CU fake = { .start = start, .end = 0 }; local
58 struct Dwarf_CU **found = tfind (&fake, &dbg->cu_tree, findcu_cb);
H A Ddwarf_getloclist.c78 struct loc_s fake = { .addr = block.data }; local
79 struct loc_s **found = tfind (&fake, &cu->locs, loc_compare);
/external/dbus/dbus/
H A Ddbus-threads.c740 DBusFakeMutex *fake = (DBusFakeMutex*) mutex; local
742 _dbus_assert (!fake->locked);
744 dbus_free (fake);
750 DBusFakeMutex *fake = (DBusFakeMutex*) mutex; local
752 _dbus_assert (!fake->locked);
754 fake->locked = TRUE;
762 DBusFakeMutex *fake = (DBusFakeMutex*) mutex; local
764 _dbus_assert (fake->locked);
766 fake->locked = FALSE;
/external/dropbear/
H A DAndroid.mk11 atomicio.c compat.c fake-rfc2553.c
/external/chromium/third_party/icu/source/data/mappings/
H A Ducmlocal.mk29 # * Three 'fake' tables to prevent Webkit from falling back to the default
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h402 __u8 fake:1; /* A fake object has no presence on NAND. */ member in struct:yaffs_ObjectStruct
502 __u8 fake:1; member in struct:__anon7168
H A Dyaffs_guts.c334 * Access functions to useful fake objects
1388 obj->fake = 1; /* it is fake so it has no NAND presence... */
1602 theObject->fake = 0;
3008 if (!in->fake || force) {
3556 cp->fake = obj->fake;
3591 obj->fake = cp->fake;
/external/elfutils/src/
H A Dnm.c1076 Dwarf_Global fake = { .name = symstr }; local
1077 Dwarf_Global **found = tfind (&fake, &global_root,
1127 struct local_name fake = local
1133 struct local_name **found = tfind (&fake, &local_root,
/external/elfutils/
H A Delfutils.spec139 %doc fake-src/FULL
/external/dbus/test/
H A Ddecode-gcov.c619 unsigned int fake : 1; member in struct:Arc
700 arc->fake = TRUE;
/external/libxml2/
H A Dparser.c5093 BAD_CAST "fake", NULL, NULL);
5167 BAD_CAST "fake", NULL, NULL);
12699 xmlNodePtr fake, cur; local
12752 fake = xmlNewComment(NULL);
12753 if (fake == NULL) {
12757 xmlAddChild(node, fake);
12844 cur = fake->next;
12845 fake->next = NULL;
12846 node->last = fake;
12859 xmlUnlinkNode(fake);
[all...]
/external/zlib/
H A Dmake_vms.com92 $! Build a fake configure input header

Completed in 243 milliseconds