Home
last modified time | relevance | path

Searched refs:read_all (Results 1 – 14 of 14) sorted by relevance

/external/bluetooth/glib/tests/
Dtimeloop.c34 read_all (GIOChannel *channel, char *buf, int len) in read_all() function
86 read_all (in_channel, (char *)&val, sizeof (val)); in run_child()
108 if (!read_all (source, (char *)&val, sizeof(val))) in input_callback()
Dtimeloop-closure.c35 read_all (GIOChannel *channel, char *buf, int len) in read_all() function
87 read_all (in_channel, (char *)&val, sizeof (val)); in run_child()
109 if (!read_all (source, (char *)&val, sizeof(val))) in input_callback()
Dtimeloop-basic.c34 read_all (int fd, char *buf, int len) in read_all() function
86 read_all (in_fd, (char *)&val, sizeof (val)); in run_child()
100 if (!read_all (source, (char *)&val, sizeof(val))) in input_callback()
Dmainloop-test.c58 read_all (GIOChannel *channel, char *buf, gsize len) in read_all() function
112 if (!read_all (source, buf1, 32) || in adder_callback()
113 !read_all (source, buf2, 32)) in adder_callback()
234 if (!read_all (source, result, 32)) in adder_response()
Dgio-test.c64 read_all (int fd, in read_all() function
143 error = read_all (fd, channel, (gchar *) &seq, sizeof (seq), &nb); in recv_message()
170 error = read_all (fd, channel, (gchar *) &nbytes, sizeof (nbytes), &nb); in recv_message()
198 error = read_all (fd, channel, buf, nbytes, &nb); in recv_message()
/external/clearsilver/ruby/
Dinstall.rb26 def File.read_all( fname ) singletonMethod
252 new.instance_eval File.read_all(file), file, 1
364 File.write dest, File.read_all(src)
378 str = File.read_all(from)
392 orig != File.read_all(targ)
770 env.instance_eval File.read_all(fname), fname, 1
/external/e2fsprogs/misc/
Duuidd.c81 static int read_all(int fd, char *buf, size_t count) in read_all() function
164 ret = read_all(s, (char *) &reply_len, sizeof(reply_len)); in call_daemon()
177 ret = read_all(s, (char *) buf, reply_len); in call_daemon()
313 if (read_all(ns, (char *) &num, sizeof(num)) != 4) in server_loop()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c370 static ssize_t read_all(int fd, char *buf, size_t count) in read_all() function
445 ret = read_all(s, (char *) &reply_len, sizeof(reply_len)); in get_uuid_via_daemon()
452 ret = read_all(s, op_buf, reply_len); in get_uuid_via_daemon()
/external/bluetooth/bluez/src/
Dsecurity.c1150 cp.read_all = 1; in start_security_manager()
/external/bluetooth/bluez/include/bluetooth/
Dhci.h690 uint8_t read_all; member
/external/qemu/hw/
Dbt.h853 uint8_t read_all; member
/external/bluetooth/bluez/lib/
Dhci.c1677 cp.read_all = all; in hci_read_stored_link_key()
/external/bluetooth/hcidump/parser/
Dhci.c1090 printf("bdaddr %s all %d\n", addr, cp->read_all); in request_stored_link_key_dump()
/external/bluetooth/glib/
DChangeLog.pre-2-05288 function read_all()) until we have all the bytes we want (that we