Searched refs:buf_sz (Results 1 – 3 of 3) sorted by relevance
/system/core/libcutils/ |
D | uevent.cpp | 95 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/cutils/ |
D | uevent.h | 27 int uevent_open_socket(int buf_sz, bool passcred);
|
/system/core/libcutils/include_vndk/cutils/ |
D | uevent.h | 27 int uevent_open_socket(int buf_sz, bool passcred);
|