Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hals/
Dmapper3.cpp491 const char* bitsToSend; in unlockHostImpl() local
495 bitsToSend = bufferBits; in unlockHostImpl()
513 bitsToSend = convertedBuf.data(); in unlockHostImpl()
525 const_cast<char*>(bitsToSend), sizeToSend); in unlockHostImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp390 const char* bitsToSend; in unlock_impl() local
393 bitsToSend = bufferBits; in unlock_impl()
413 bitsToSend = convertedBuf.data(); in unlock_impl()
426 const_cast<char*>(bitsToSend), sizeToSend); in unlock_impl()