OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeBulkBuf
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Session.h
130
mcResult_t
removeBulkBuf
(addr_t buf);
Session.cpp
67
LOG_I("
removeBulkBuf
- Physical Address of L2 Table = 0x%X, handle= %d",
74
LOG_E("
removeBulkBuf
(): mcKModUnregisterWsmL2 failed: %d", ret);
161
mcResult_t Session::
removeBulkBuf
(addr_t virtAddr)
165
LOG_V("
removeBulkBuf
(): Virtual Address = 0x%X", (unsigned int) virtAddr);
184
LOG_V("
removeBulkBuf
():handle=%u", pBlkBufDescr->handle);
ClientLib.cpp
759
if (session->
removeBulkBuf
(buf) != MC_DRV_OK) {
844
mcResult = session->
removeBulkBuf
(buf);
Completed in 200 milliseconds