Home
last modified time | relevance | path

Searched defs:iterator (Results 1 – 10 of 10) sorted by relevance

/system/core/fastboot/
Dusb_osx.c70 io_iterator_t iterator; in try_interfaces() local
386 io_iterator_t iterator; in init_usb() local
/system/core/include/utils/
DVector.h185 typedef TYPE* iterator; typedef
DList.h175 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
/system/core/include/backtrace/
DBacktrace.h106 typedef std::vector<backtrace_frame_data_t>::iterator iterator; typedef
DBacktraceMap.h71 typedef std::deque<backtrace_map_t>::iterator iterator; typedef
/system/netd/server/
DList.h176 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
/system/core/include/sysutils/
DList.h176 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
/system/keymaster/
DList.h175 typedef _ListIterator<T, NON_CONST_ITERATOR> iterator; typedef
/system/core/adb/
Dusb_osx.cpp104 AndroidInterfaceAdded(void *refCon, io_iterator_t iterator) in AndroidInterfaceAdded()
/system/core/logd/
DLogStatistics.h40 typedef typename std::unordered_map<TKey, TEntry>::iterator iterator; typedef