Home
last modified time | relevance | path

Searched refs:buf_sz (Results 1 – 4 of 4) sorted by relevance

/system/core/libcutils/
Duevent.cpp95 int uevent_open_socket(int buf_sz, bool passcred) { in uevent_open_socket() argument
110 if (setsockopt(s, SOL_SOCKET, SO_RCVBUF, &buf_sz, sizeof(buf_sz)) < 0 || in uevent_open_socket()
119 if (buf_sz_readback < 2 * buf_sz) { in uevent_open_socket()
120 if (setsockopt(s, SOL_SOCKET, SO_RCVBUFFORCE, &buf_sz, sizeof(buf_sz)) < 0) { in uevent_open_socket()
/system/core/libcutils/include_outside_system/cutils/
Duevent.h27 int uevent_open_socket(int buf_sz, bool passcred);
/system/core/libcutils/include/cutils/
Duevent.h27 int uevent_open_socket(int buf_sz, bool passcred);
/system/memory/lmkd/
Dlmkd.cpp984 static bool read_proc_status(int pid, char *buf, size_t buf_sz) { in read_proc_status() argument
995 size = read_all(fd, buf, buf_sz - 1); in read_proc_status()