OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_send_buffers_function_
(Results
1 - 3
of
3
) sorted by null
/system/core/fastboot/
socket.h
120
socket_send_buffers_function_
= &socket_send_buffers;
member in class:Socket
socket.cpp
147
return TEMP_FAILURE_RETRY(
socket_send_buffers_function_
(
199
socket_send_buffers_function_
(sock_, buffers.data(), buffers.size()));
socket_test.cpp
184
sock->
socket_send_buffers_function_
= [&buffers, &mock_return_value](
243
sock->
socket_send_buffers_function_
= [&bytes_sent, &data, &expect_success, &test](
Completed in 34 milliseconds