Home
last modified time | relevance | path

Searched defs:buflen (Results 1 – 10 of 10) sorted by relevance

/system/connectivity/wifilogd/
Draw_os.cpp46 ssize_t RawOs::Recv(int sockfd, void* buf, size_t buflen, int flags) { in Recv()
50 ssize_t RawOs::Write(int fd, const void* buf, size_t buflen) { in Write()
Dos.cpp94 size_t buflen) { in ReceiveDatagram()
113 size_t buflen) { in Write()
Dmemory_reader.h35 MemoryReader(const void* buf, size_t buflen) in MemoryReader()
/system/extras/ioshark/
Dioshark_bench_mmap.c107 char **bufp, int *buflen, u_int64_t *op_counts, in mmap_do_io()
167 char **bufp, int *buflen, u_int64_t *op_counts, in ioshark_handle_mmap()
Dioshark_bench.c217 char **bufp, int *buflen) in do_one_io()
403 int buflen = 0; in do_io() local
Dioshark_bench_subr.c239 get_buf(char **buf, int *buflen, int len, int do_fill __attribute__((unused))) in get_buf()
275 int buflen = 0; in create_file() local
/system/core/libkeyutils/
Dkeyutils.cpp67 long keyctl_get_security(key_serial_t id, char* buffer, size_t buflen) { in keyctl_get_security()
/system/connectivity/wifilogd/tests/
Dcommand_processor_unittest.cpp73 [&accumulator](int /*fd*/, const void* write_buf, size_t buflen) { in CommandProcessorTest()
406 [&written_to_os](int /*fd*/, const void* write_buf, size_t buflen) { in TEST_F()
/system/core/logcat/tests/
Dlogcat_test.cpp218 static char* fgetLongTime(char* buffer, size_t buflen, FILE* fp) { in fgetLongTime()
/system/netd/tests/
Dbinder_test.cpp707 int netmaskToPrefixLength(const uint8_t *buf, size_t buflen) { in netmaskToPrefixLength()