OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handle_host_request
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/minadbd/
adb.h
414
int
handle_host_request
(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);
/system/core/adb/
adb.h
465
int
handle_host_request
(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);
sockets.c
716
** case the
handle_host_request
() routine has sent
720
if(
handle_host_request
(service, ttype, serial, s->peer->fd, s) == 0) {
adb.c
1159
int
handle_host_request
(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s)
function
[
all
...]
Completed in 153 milliseconds