Home
last modified time | relevance | path

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

/system/core/libbacktrace/
DUnwindMap.cpp65 maps_.push_front(map); in GenerateMap()
116 maps_.push_front(map); in GenerateMap()
/system/core/logd/
DFlushCommand.cpp86 times.push_front(entry); in runSocketCommand()
/system/netd/server/
DNatController.cpp266 ifacePairList.push_front(pair_name); in setTetherCountingRules()
290 ifacePairList.push_front(pair_name); in setTetherCountingRules()
DBandwidthController.cpp606 sharedQuotaIfaces.push_front(ifaceName); in setInterfaceSharedQuota()
720 quotaIfaces.push_front(QuotaInfo(ifaceName, maxBytes, 0)); in setInterfaceQuota()
/system/connectivity/shill/shims/
Dnetfilter_queue_processor.cc432 listeners_.push_front(entry_ptr); in LogOutgoingPacket()
441 listeners_.push_front(entry_ptr); in LogOutgoingPacket()
/system/keymaster/
Dkeymaster_enforcement.cpp540 last_access_list_.push_front(new_entry); in UpdateKeyAccessTime()
572 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/adb/
Dtransport.cpp559 transport_list.push_front(t); in transport_registration_func()
966 pending_list.push_front(t); in register_socket_transport()
1023 pending_list.push_front(t); in register_usb_transport()
/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/core/include/sysutils/
DList.h208 void push_front(const T& val) { insert(begin(), val); } in push_front() function
/system/vold/
DVolumeManager.cpp495 toUnmount.push_front(std::string(mentry->mnt_dir)); in unmount_tree()
670 toUnmount.push_front(std::string(mentry->mnt_dir)); in unmountAll()