Searched refs:AsecIdCollection (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DVolumeManager.h51 typedef android::List<ContainerData*> AsecIdCollection; typedef
61 AsecIdCollection *mActiveContainers;
H A DVolumeManager.cpp65 mActiveContainers = new AsecIdCollection();
759 AsecIdCollection::iterator it;
1480 AsecIdCollection toUnmount;
1482 for (AsecIdCollection::iterator it = mActiveContainers->begin(); it != mActiveContainers->end();
1497 for (AsecIdCollection::iterator it = toUnmount.begin(); it != toUnmount.end(); ++it) {

Completed in 132 milliseconds