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.cpp388 const char* bitsToSend; in unlock_impl() local
391 bitsToSend = bufferBits; in unlock_impl()
411 bitsToSend = convertedBuf.data(); in unlock_impl()
424 const_cast<char*>(bitsToSend), sizeToSend); in unlock_impl()