Home
last modified time | relevance | path

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

/aosp12/hardware/nxp/nfc/pn8x/halimpl/utils/
H A DphNxpNciHal_utils.cc80 struct listNode* pNode; in listAdd() local
127 struct listNode* pNode; in listRemove() local
190 struct listNode* pNode; in listGetAndRemoveNext() local
232 struct listNode* pNode = pList->pFirst; in listDump() local
/aosp12/hardware/nxp/nfc/snxxx/halimpl/utils/
H A DphNxpNciHal_utils.cc81 struct listNode* pNode; in listAdd() local
128 struct listNode* pNode; in listRemove() local
191 struct listNode* pNode; in listGetAndRemoveNext() local
233 struct listNode* pNode = pList->pFirst; in listDump() local
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h53 void hook(NodeBase* pNode) { in hook()
H A DBinTree.h308 void destroyNode(NodeType* pNode) { in destroyNode()