Searched refs:mToClient (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/rs/
H A DrsThreadIO.h42 LocklessCommandFifo mToClient; member in class:android::renderscript::ThreadIO
H A DrsThreadIO.cpp27 mToClient.init(1024);
H A DrsContext.cpp724 if (mIO.mToClient.isEmpty()) {
734 const void *d = mIO.mToClient.get(&commandID, &bytesData);
740 mIO.mToClient.next();
754 if (mIO.mToClient.getFreeSpace() < len) {
760 void *p = mIO.mToClient.reserve(len);
762 mIO.mToClient.commit(cmdID, len);
776 mIO.mToClient.shutdown();

Completed in 91 milliseconds