OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binders_
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/
connection_unittest.cc
[
all
...]
connection.cc
664
while (!
binders_
.empty()) {
667
Binder* binder =
binders_
.front();
668
binders_
.pop_front();
676
binders_
.push_back(binder);
682
for (auto it =
binders_
.begin(); it !=
binders_
.end(); ++it) {
684
binders_
.erase(it);
connection.h
228
std::deque<Binder*>
binders_
;
member in class:shill::Connection
Completed in 71 milliseconds