OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_free
(Results
1 - 5
of
5
) sorted by null
/system/bt/osi/include/
socket.h
34
// |
socket_free
|. Returns NULL on failure.
39
// be freed by calling |
socket_free
|. Returns NULL on failure. If this function
45
void
socket_free
(socket_t *socket);
54
// freed by calling |
socket_free
|. |socket| may not be NULL.
/system/bt/hci/src/
hci_inject.c
104
socket_free
(listen_socket);
197
socket_free
(client->socket);
/system/bt/btif/src/
btif_sock_sco.c
200
socket_free
(sco_socket->socket);
315
socket_free
(sco_socket->socket);
/external/webrtc/webrtc/base/
openssladapter.cc
80
static int
socket_free
(BIO* data);
92
socket_free
,
115
static int
socket_free
(BIO* b) {
function
/system/bt/osi/src/
socket.c
84
void
socket_free
(socket_t *socket) {
function
Completed in 56 milliseconds