Home
last modified time | relevance | path

Searched refs:getNode (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/
DList.h155 inline _NodePtr getNode() const { return mpNode; } in getNode() function
214 newNode->setNext(posn.getNode()); in insert()
215 newNode->setPrev(posn.getNode()->getPrev()); in insert()
216 posn.getNode()->getPrev()->setNext(newNode); in insert()
217 posn.getNode()->setPrev(newNode); in insert()
229 _Node* pNext = posn.getNode()->getNext(); in erase()
230 _Node* pPrev = posn.getNode()->getPrev(); in erase()
233 delete posn.getNode(); in erase()
/system/core/libutils/include/utils/
DList.h155 inline _NodePtr getNode() const { return mpNode; } in getNode() function
214 newNode->setNext(posn.getNode()); in insert()
215 newNode->setPrev(posn.getNode()->getPrev()); in insert()
216 posn.getNode()->getPrev()->setNext(newNode); in insert()
217 posn.getNode()->setPrev(newNode); in insert()
229 _Node* pNext = posn.getNode()->getNext(); in erase()
230 _Node* pPrev = posn.getNode()->getPrev(); in erase()
233 delete posn.getNode(); in erase()
/system/core/libsysutils/include/sysutils/
DList.h156 inline _NodePtr getNode() const { return mpNode; } in getNode() function
215 newNode->setNext(posn.getNode()); in insert()
216 newNode->setPrev(posn.getNode()->getPrev()); in insert()
217 posn.getNode()->getPrev()->setNext(newNode); in insert()
218 posn.getNode()->setPrev(newNode); in insert()
230 _Node* pNext = posn.getNode()->getNext(); in erase()
231 _Node* pPrev = posn.getNode()->getPrev(); in erase()
234 delete posn.getNode(); in erase()