Home
last modified time | relevance | path

Searched refs:current_interface_ (Results 1 – 2 of 2) sorted by relevance

/development/host/windows/usb/api/
Dadb_interface_enum.cpp29 current_interface_ = interfaces_.begin(); in AdbInterfaceEnumObject()
54 current_interface_ = interfaces_.begin(); in InitializeEnum()
73 if (interfaces_.end() == current_interface_) { in Next()
78 AdbInstanceEnumEntry& entry = *current_interface_; in Next()
89 current_interface_++; in Next()
100 current_interface_ = interfaces_.begin(); in Reset()
Dadb_interface_enum.h95 AdbEnumInterfaceArray::iterator current_interface_; variable