OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:local_socket_close
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/minadbd/
sockets.c
191
static void
local_socket_close
(asocket *s)
function
228
if (s->peer->close ==
local_socket_close
) {
394
s->close =
local_socket_close
;
525
s->close =
local_socket_close
;
536
s->close =
local_socket_close
;
/system/core/adb/
sockets.c
205
static void
local_socket_close
(asocket *s)
function
255
if (s->peer->close ==
local_socket_close
) {
421
s->close =
local_socket_close
;
611
s->close =
local_socket_close
;
623
s->close =
local_socket_close
;
818
s->peer->close =
local_socket_close
;
Completed in 70 milliseconds