Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
DSession.cpp59 BulkBufferDescriptor *pBlkBufDescr; in ~Session() local
65 pBlkBufDescr = *iterator; in ~Session()
68 (unsigned int)pBlkBufDescr->physAddrWsmL2, in ~Session()
69 pBlkBufDescr->handle); in ~Session()
72 int ret = mcKMod->unregisterWsmL2(pBlkBufDescr->handle); in ~Session()
78 delete(pBlkBufDescr); in ~Session()
163 BulkBufferDescriptor *pBlkBufDescr = NULL; in removeBulkBuf() local
174 pBlkBufDescr = *iterator; in removeBulkBuf()
180 if (pBlkBufDescr == NULL) { in removeBulkBuf()
184 LOG_V("removeBulkBuf():handle=%u", pBlkBufDescr->handle); in removeBulkBuf()
[all …]