OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunDisconnects
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
transport_test.cpp
65
TEST(transport,
RunDisconnects
) {
67
//
RunDisconnects
() can be called with an empty atransport.
68
t.
RunDisconnects
();
75
t.
RunDisconnects
();
79
t.
RunDisconnects
();
85
t.
RunDisconnects
();
transport.h
113
void
RunDisconnects
();
adb.cpp
117
t->
RunDisconnects
();
[
all
...]
transport.cpp
831
void atransport::
RunDisconnects
() {
Completed in 1525 milliseconds