Home
last modified time | relevance | path

Searched refs:push_front (Results 1 – 12 of 12) sorted by relevance

/system/core/libbacktrace/
DUnwindMap.cpp60 maps_.push_front(map); in GenerateMap()
104 maps_.push_front(map); in GenerateMap()
/system/netd/server/
DNatController.cpp251 ifacePairList.push_front(pair_name); in setTetherCountingRules()
278 ifacePairList.push_front(pair_name); in setTetherCountingRules()
DList.h208 void push_front(const T& val) { insert(begin(), val); } in push_front() function
DBandwidthController.cpp457 specialAppUids.push_front(uid); in manipulateSpecialApps()
639 sharedQuotaIfaces.push_front(ifaceName); in setInterfaceSharedQuota()
753 quotaIfaces.push_front(QuotaInfo(ifaceName, maxBytes, 0)); in setInterfaceQuota()
/system/core/logd/
DFlushCommand.cpp75 times.push_front(entry); in runSocketCommand()
/system/keymaster/
Dkeymaster_enforcement.cpp524 last_access_list_.push_front(new_entry); in UpdateKeyAccessTime()
556 access_count_list_.push_front(new_entry); in IncrementKeyAccessCount()
DList.h207 void push_front(const T& val) { insert(begin(), val); } in push_front() function
/system/extras/perfprofd/quipper/
Daddress_mapper.cc117 mappings_.push_front(range); in MapWithID()
/system/core/include/sysutils/
DList.h208 void push_front(const T& val) { insert(begin(), val); } in push_front() function
/system/core/include/utils/
DList.h207 void push_front(const T& val) { insert(begin(), val); } in push_front() function
DVector.h195 inline void push_front(const TYPE& item) { insertAt(item, 0, 1); } in push_front() function
/system/vold/
DVolumeManager.cpp501 toUnmount.push_front(std::string(mentry->mnt_dir)); in unmount_tree()
676 toUnmount.push_front(std::string(mentry->mnt_dir)); in unmountAll()