OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addBulkBuf
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Session.h
120
mcResult_t
addBulkBuf
(addr_t buf, uint32_t len, BulkBufferDescriptor **blkBuf);
Session.cpp
107
mcResult_t Session::
addBulkBuf
(addr_t buf, uint32_t len, BulkBufferDescriptor **blkBuf)
133
LOG_V("
addBulkBuf
- Handle of L2 Table = %u", handle);
ClientLib.cpp
736
mcResult = session->
addBulkBuf
(buf, bufLen, &bulkBuf);
Completed in 50 milliseconds