Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c105 struct _RecordClientsAndProtocolRec *pNextRCAP; /* next RCAP on context */ member
421 for (pRCAP = pContext->pListOfRCAP; pRCAP; pRCAP = pRCAP->pNextRCAP) { in RecordFindClientOnContext()
777 for (pRCAP = pContext->pListOfRCAP; pRCAP; pRCAP = pRCAP->pNextRCAP) { in RecordADeviceEvent()
1041 pContext->pListOfRCAP = pRCAP->pNextRCAP; in RecordDeleteClientFromRCAP()
1046 prevRCAP->pNextRCAP != pRCAP; prevRCAP = prevRCAP->pNextRCAP); in RecordDeleteClientFromRCAP()
1047 prevRCAP->pNextRCAP = pRCAP->pNextRCAP; in RecordDeleteClientFromRCAP()
1795 pRCAP->pNextRCAP = pContext->pListOfRCAP; in RecordRegisterClients()
2146 for (pRCAP = pContext->pListOfRCAP; pRCAP; pRCAP = pRCAP->pNextRCAP) in ProcRecordGetContext()
2166 pRCAP; pRCAP = pRCAP->pNextRCAP, pri++) { in ProcRecordGetContext()
2224 pRCAP; pRCAP = pRCAP->pNextRCAP, pri++) { in ProcRecordGetContext()
[all …]