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 - 3
of
3
) sorted by null
/system/core/adb/
adb.h
219
int
handle_host_request
(const char* service, TransportType type, const char* serial, int reply_fd, asocket *s);
adb.cpp
1037
int
handle_host_request
(const char* service, TransportType type,
function
[
all
...]
sockets.cpp
735
** case the
handle_host_request
() routine has sent
739
if (
handle_host_request
(service, type, serial, s->peer->fd, s) == 0) {
Completed in 198 milliseconds