Searched refs:push_front (Results 1 - 3 of 3) sorted by relevance

/system/core/include/sysutils/
H A DList.h208 void push_front(const T& val) { insert(begin(), val); } function in class:android::sysutils::List
/system/netd/
H A DList.h208 void push_front(const T& val) { insert(begin(), val); } function in class:android::netd::List
H A DBandwidthController.cpp365 naughtyAppUids.push_front(uid);
543 sharedQuotaIfaces.push_front(ifaceName);
646 quotaIfaces.push_front(QuotaInfo(ifaceName, maxBytes, 0));

Completed in 155 milliseconds