Home
last modified time | relevance | path

Searched defs:newNode (Results 1 – 4 of 4) sorted by relevance

/system/chre/util/include/chre/util/
Dintrusive_list_impl.h33 void IntrusiveList<ElementType>::link_front(ListNode<ElementType> *newNode) { in link_front()
38 void IntrusiveList<ElementType>::link_back(ListNode<ElementType> *newNode) { in link_back()
86 ListNode<ElementType> *newNode) { in link_after()
/system/chre/util/
Dintrusive_list_base.cc24 void IntrusiveListBase::doLinkFront(Node *newNode) { in doLinkFront()
33 void IntrusiveListBase::doLinkBack(Node *newNode) { in doLinkBack()
50 void IntrusiveListBase::doLinkAfter(Node *frontNode, Node *newNode) { in doLinkAfter()
/system/core/libutils/include/utils/
DList.h215 _Node* newNode = new _Node(val); // alloc & copy-construct in insert() local
/system/keymaster/include/keymaster/
DList.h191 _Node* newNode = new (std::nothrow) _Node(val); // alloc & copy-construct in insert() local